FormSeher is a tool to detect objects in images based on line detection. Also included are tools to manipulate a database file for this detection. Everything is based on OpenCV and Qt.
FormSeher was developed with following libraries and versions:
- Qt5
- OpenCV 2.4.8
Other versions may work but have not been tested.
- Get the source code from github: https://github.com/FormSeher/formseher/
- Change into the main directory
formseher(whereformseher.prois located) - Run
qmake && make
- Get the source code from github: https://github.com/FormSeher/formseher/
- Use
Open->Open file or projectand select theformseher.profile in the source directory - Click
Buildto compile the project
FormSeher provides four binaries, one including tests, one including the actual program and the other two to manipulate a database file.
The binaries are located in your build directory in ./app/bin/formseher, ./test/bin/test,
./haffdbtool/bin/haffdbtool and ./TeamBdbTool/TeamBdbTool.
Hint: Run the binaries always from the main source directory so they can locate their resources.
Please see COPYING.txt