need to find a way for polyp detection in a 2D image using OpenCV

asked 2015-12-21 00:19:53 -0600

avpai gravatar image

I am currently learning OpenCV. I am using OpenCV to perform segmentation and object detection in 2D images. I need to find a way to detect polyps in the intestines.Refer the pic below:- image description

I used object detection but that would need a template and one the disadvantages is that the template wont be rotated or scaled to check whether there are any similar copies in the source image. So i'm trying to find a new way to detect these polyps.I would be grateful if anyone of you could help me with this.

edit retag flag offensive close merge delete