|
From: | Nicholas Jankowski |
Subject: | Re: Circle Finder |
Date: | Mon, 21 Nov 2016 10:31:36 -0500 |
Hi!
Yes i tried to use the hough_circle function. Like this :
B=imread("deformation_somb.jpg");
bw=rgb2gray(B);
NB=(bw>127);
H = hough_circle(NB,[1, pixel_x1])
But it doesn't work. Nothing appears.
[Prev in Thread] | Current Thread | [Next in Thread] |