Is their any method to segment Lab image [closed]

asked 2018-12-23 04:47:36 -0600

dineshlama gravatar image

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 ?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-11-09 10:38:06.481071

Comments

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)

berak gravatar imageberak ( 2018-12-23 05:00:18 -0600 )edit

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.

dineshlama gravatar imagedineshlama ( 2018-12-26 21:20:02 -0600 )edit