Image segmentation using color spaces​ - in python

23b - Image segmentation using color spaces​ Code generated in the video can be downloaded from here: This video walks you through the process of segmenting images using color spaces. Here, we use simple thresholding of a specific color by converting RGB image to HSL. For example: Blue marbles in an image showing marbles of various colors. To select specific color range in HSL space... ##48367205
Back to Top