Object Detection  5.0
Image Processing Using Qt and Opencv
ImageProcessor Namespace Reference

Common Namespace for all Image Processor Algorithms. More...

Classes

class  AbstractImageProcessor
 The ImageProcessor::AbstractImageProcessor is an Abstract Base Class For All Image Processor Classes. More...
 
class  DetectCircle
 this class is used To Detect circles in an image More...
 
class  DetectColor
 this class is used to Detect Color given it's range(min, max) of hsv colors. More...
 
class  Dilate
 this Class is used to perform morphological dilate operation on image see Morphological Operation. More...
 
class  ObjectDetection
 this class is used to detect a a colored circle object(s) More...
 
class  ObjectDetectorBuilder
 

Variables

class IMG_PROC_LIB AbstractImageProcessor
 
class IMG_PROC_LIB DetectCircle
 
class IMG_PROC_LIB DetectColor
 
class IMG_PROC_LIB Dilate
 
class IMG_PROC_LIB ObjectDetection
 
class IMG_PROC_LIB ObjectDetectorBuilder
 

Detailed Description

Common Namespace for all Image Processor Algorithms.

Author
Mohamed Khaled
See also
ImageProcessor::AbstractImageProcessor