4 #include "ImageProcessor/abstractimageprocessor.h" 17 class _DetectColorImpl;
18 std::unique_ptr<_DetectColorImpl> _pimpl;
36 #endif // DETECTCOLOR_H void setMinColor(const cv::Scalar &value)
sets The Minimum hsv color for the Detector
cv::Scalar getMinColor() const
returns the Minimum HSV Color space Of Threshold Detector
The ImageProcessor::AbstractImageProcessor is an Abstract Base Class For All Image Processor Classes...
this class is used to Detect Color given it's range(min, max) of hsv colors.
Common Namespace for all Image Processor Algorithms.
void setMaxColor(const cv::Scalar &value)
sets The maximum hsv color for the Detector
void detectColor()
Helper Function Used To Detect Color.
virtual QVariant processImage() override
Pure Virtual Function representes the operation to be done on the Image to be processed.
cv::Scalar getMaxColor() const
returns the maximum HSV Color space Of Threshold Detector