Object Detection
5.0
Image Processing Using Qt and Opencv
|
a Cross platform app for circle object detection written in c++ 11/14 with Opencv and Qt
1- Cross platform
.linux
.windows
.android(todo Add Tests, add android_ios view)
.raspian (not Tested)
2- Can Be extended using Plugins
Plugins are dynamically linked librarys loaded at run time The Object detector uses this feature for better detection See ObjectDetector::AddFilters
3- Performance: the Imageprocessing library provides high performance as it uses c++ and qt so there is no run time overhead even when using plugins
:
1- From cv::Mat to QImage Library
2- a Qt Designer widget Plugin For using Opencv Video Capture
3- SerialPort Tool For Debugging and testing Serial ports
4- SerialPort Model/View widget for loading serial ports
5- Image Filters Plugins used to extend Object Detector Functionality
The Core Part of this project is the ImageProcessors library