|
From: | Nicholas Jankowski |
Subject: | Re: Circle Finder |
Date: | Sun, 20 Nov 2016 18:36:19 -0500 |
On Nov 19, 2016 7:05 PM, "Julien563" <address@hidden> wrote:
>
> Hello,
>
> I would like to use this next function : imfindcircles
>
> Like this:
>
> B=imread("deformation_galaxie2.jpg");
>
> [centers, radii, metric] = imfindcircles(B,[0 pixel_x1]);
>
> But Octave doesn't find it.
It appears that imfindcircles is still in the list of image package missing functions.
http://wiki.octave.org/Image_package#Missing_functions
The mathworks page does describe the underlying algorithm. Perhaps that would give you enough to start with using other existing octave image functions.
https://www.mathworks.com/help/images/ref/imfindcircles.html
[Prev in Thread] | Current Thread | [Next in Thread] |