O
O
ogeolime2016-01-09 04:27:52
C++ / C#
ogeolime, 2016-01-09 04:27:52

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

1 answer(s)
X
xmoonlight, 2016-01-09
@ogeolime

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 question

Ask a Question

731 491 924 answers to any question