[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Circle Finder
From: |
Julien563 |
Subject: |
Re: Circle Finder |
Date: |
Mon, 21 Nov 2016 05:04:23 -0800 (PST) |
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.
Thx
--
View this message in context:
http://octave.1599824.n4.nabble.com/Circle-Finder-tp4680680p4680699.html
Sent from the Octave - General mailing list archive at Nabble.com.