Ask Your Question
0

Highlight areas with different colour that the area that surround them

asked 2020-02-10 08:35:38 -0600

Elric gravatar image

I've just started with Computer Vision and also with OpenCV.

I'm working with MRI brain images and I wondering if there is a filter or something that let me segment the areas that I haver marked with red on this image: image description

The original image is this one: image description

Yes, I know that there are a lot of deep learning solutions to segment this kind of networks, but I'm wondering, because I'm newbie, if there is a filter to highlight these areas that I have surrounded.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2020-02-10 10:04:03 -0600

juanmamdp gravatar image

You could use image thresholding to highlight the brightest areas, to begin with. Then, some heuristics to determine an interior zone and/or any other relevant information (e.g., the pixels are near one of the black areas)

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-02-10 08:35:38 -0600

Seen: 393 times

Last updated: Feb 10 '20