CvThresholdType
説明
OpenCV methods of thresholding operation.
Values of this enumeration:
- THRESH_BINARY
 - THRESH_BINARY_INV
 - THRESH_TRUNC
 - THRESH_TOZERO
 - THRESH_TOZERO_INV
 - THRESH_MASK
 - THRESH_OTSU
 - THRESH_TRIANGLE
 

