Answer the question
In order to leave comments, you need to log in
How to detect reddish spots with OTSU method?
It is necessary to highlight (detect) spots with a reddish tint in the image using the OCC threshold segmentation algorithm. These spots are on a grayish background (there are both white spots and gray ones). What will be the stages of working with the image? Implementation in c++?
Answer the question
In order to leave comments, you need to log in
Implementation - in any language.
Steps:
1. Color "etching" of the raster based on the color shade (leaving only the desired color range)
2. Making it monochrome
3. OCC
4. Creating contour areas (outlining clusters of adjacent pixels)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question