Searched refs:image_bytespp_ (Results 1 – 2 of 2) sorted by relevance
46 image_bytespp_(0), image_bytespl_(0) { in ImageThresholder()95 image_bytespp_ = bytes_per_pixel; in SetImage()139 if (image_bytespp_ == 0) { in ThresholdToIMAGE()143 if (image_bytespp_ == 4) { in ThresholdToIMAGE()147 image_bytespp_, image_bytespl_, image); in ThresholdToIMAGE()154 image_bytespp_, in ThresholdToIMAGE()163 if (image_bytespp_ > 0) { in ThresholdToIMAGE()165 OtsuThresholdRectToIMAGE(image_data_, image_bytespp_, image_bytespl_, in ThresholdToIMAGE()192 image_bytespp_ = depth / 8; in SetImage()202 if (image_bytespp_ == 0) { in ThresholdToPix()[all …]
75 return image_bytespp_ >= 3; in IsColor()168 int image_bytespp_; // Bytes per pixel of source image/pix. variable