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...