Object Detection  5.0
Image Processing Using Qt and Opencv
Todo List
Class ImageProcessor::AbstractImageProcessor
add cv::Mat cache(may be using flyweight pattern) To avoid heavy copy of cv::Mat obejcts.
Member ImageProcessor::DetectColor::detectColor ()
parallize thresholding operationg.
Class ImageProcessor::Dilate
add Other Morphological Operations like erode.
page Main Page
:
1- add Cuda Support to provide parallel computing capilities
2- improved UI using QML
3- add Device interface to provide a unified api for device interactions like serial and bluetooth
4- migration to opencv Classifier for object tracking and detection