[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #9607] imfindcircles
From: |
Colin Foster |
Subject: |
[Octave-patch-tracker] [patch #9607] imfindcircles |
Date: |
Sat, 24 Mar 2018 17:59:50 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.119 Safari/537.36 |
URL:
<http://savannah.gnu.org/patch/?9607>
Summary: imfindcircles
Project: GNU Octave
Submitted by: cfoster
Submitted on: Sat 24 Mar 2018 04:59:48 PM CDT
Category: Forge : new function
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
I've added an initial imfindcircles. It currently does the following:
Runs a canny edge detection to transform circles into rings
Creates a kernel image of the ring, one pixel wide, using the bwmorph command
Runs a matrix convolve2 function to populate the accumulator
All of these should be consistent with the Hough transform method that other
packages currently use, though their implementation seems to differ slightly.
Optionally, this will plot images with detected circles.
This will return an array of circle centers, as well as the detected radii and
confidence.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Sat 24 Mar 2018 04:59:48 PM CDT Name: patchfile Size: 6KiB By:
cfoster
<http://savannah.gnu.org/patch/download.php?file_id=43665>
-------------------------------------------------------
Date: Sat 24 Mar 2018 04:59:48 PM CDT Name: example.pdf Size: 36KiB By:
cfoster
<http://savannah.gnu.org/patch/download.php?file_id=43666>
-------------------------------------------------------
Date: Sat 24 Mar 2018 04:59:48 PM CDT Name: coins.png Size: 37KiB By:
cfoster
<http://savannah.gnu.org/patch/download.php?file_id=43667>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?9607>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-patch-tracker] [patch #9607] imfindcircles,
Colin Foster <=