About
  1. | API Documentation
  2. | Common
  3. | image
  4. | MergeThresholdHalves

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.


void MergeThresholdHalves(const ImageSet & iImageSet1, const ImageSet & iImageSet2, ImageSet & oImageSet)
(1)
  1. __MISSING__
    Parameters:
    • const ImageSet & iImageSet1
    • const ImageSet & iImageSet2
    • ImageSet & oImageSet

SnakeStrike — An program for high-speed multi-camera data collection and triangulation.

Page owner(s): gwjensen  Last updated: 2020-09-28 07:40:17 +0000