MergeThresholdHalves
Defined in
<image/ImageSet.h>When thresholding using a color like red, the thresholding has to be done twice because red overlaps the 0/360 boundary of the HSV scale. So it has to be done once for X to 0 and then again for 360 to Y if the H value of the color range is X to Y. Then the two halves need to be merged. This function does that.
|
(1) |
-
__MISSING__
Parameters:-
const ImageSet &iImageSet1 -
const ImageSet &iImageSet2 -
ImageSet &oImageSet
-