简体   繁体   中英

how can I detect optic disc from retinal image using opencv-python

I'm working on detect optic disc from retinal images, by using OpenCV-python

I processed image with these procedures.

1) resize the image. (original size is more than 2000 x 2000)

2) convert to grayscale

3) edge detection with canny.

4) apply gaussianblur.

and the result is this processed_image

在此处输入图像描述

I don't know how to detect optic disc with this result.

How can I detect optic disc with this?

or Am I approached the wrong direction?

You can try blob detection using opencv. there is a function in opencv called HoughCircles()

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM