uFlags
Flag that indicates the color space used in the segmentation. Possible values are:
Value |
Meaning |
SGM_RGB |
[$00001] Comparison done on red, green and blue differences. |
SGM_Y |
[$00002] Comparison done on the Y channel difference in YUV space. |
SGM_U |
[$00003] Comparison done on the U channel difference in YUV space. |
SGM_V |
[$00004] Comparison done on the V channel difference in YUV space. |
SGM_UV |
[$00005] Comparison done on the U and V channels differences in YUV space. |