Color segmentation of images ​followed by text removal​ in python

Опубликовано: 09 Сентябрь 2022
на канале: DigitalSreeni
2,660
60

tips tricks 43 - Color segmentation of images ​followed by text removal​ in python

Code generated in the video can be downloaded from here:
https://github.com/bnsreenu/python_fo...

Remove text from images, only from segmented regions
Here, we use simple thresholding of a specific color by converting RGB image to HSL.

For example: The yellow/orange part from the traffic sign.

To select specific color range in HSL space...
#https://stackoverflow.com/questions/1...