Menglinucas / FP-annot

annotations using C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple image processer

C++ files:

stdafx.h
targetver.h
stdafx.cpp
interaction.cpp
extractol.cpp
floorplan.cpp


Setup file:

setup.exe


Introduction:

You can quit by input "exit" at 1-2 or pressing "esc" in 3-7.

Process the next image by pressing "enter".

1. Input the workdir:

cmd e.g.: E:/images or E:\images
exite: input "exit"

2. Input the correct filename:

cmd e.g.: image1.jpg
exite: input "exit"

3. Extracting ROI:

press "1"
press "space" if selected the appropriate frame

4. Erasing background:

press "2"

5. Erasing anywhere:

press "3"

6. Jointing anywhere:

press "4"

7. Filling poly:

press "5"
press "space" if selected the appropriate frame
press "enter" if process the next image


Package C++ code to setup files

1. file -- > new project --> Setup Project
2. Add debug files(.exe, .ilk, .pdb etc.) to Application Folder
3. Add the shortcut of .exe file to User's Desktop (or User's Programs Menu)
4. Generate solutions

About

annotations using C++


Languages

Language:C++ 98.8%Language:C 1.2%