Is their any method to segment Lab image [closed]
Is their any function in opencv to apply segmentation on lab images rather than first converting img to gray scale and applying the segmentation functions like distance transform or watershed ?
what are you trying to achieve with the segmentation ?
(e.g. SLIC is often used on Lab images, but to help, we'd really need to know, what you are trying to do)
well, i tried to use other opencv segmentation methods like watershed and distance transforms but they don't seems working properly for my application, i was searching if their is any segmentation method which don't uses binary images instead directly applying segmentation on the different colord segments in image based on lab color space.