octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #9412] image package: new function houghli


From: Hartmut
Subject: [Octave-patch-tracker] [patch #9412] image package: new function houghlines.m
Date: Fri, 21 Jul 2017 16:30:30 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

URL:
  <http://savannah.gnu.org/patch/?9412>

                 Summary: image package: new function houghlines.m
                 Project: GNU Octave
            Submitted by: hardy
            Submitted on: Fri 21 Jul 2017 08:30:29 PM UTC
                Category: Forge : new function
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

I have implemented the missing function "houghlines.m" for the image package.

This function extracts all line segments from a BW image, when given the
results of a Hough transform (from the functions hough.m and houghpeaks.m). 

The algorithm is a straigtforward implementation and might not be runtime
optimal, yet. It uses the information from the Matlab help page and from the
book (Gonzalez,Woods,Eddins) that Matlab mentions on its help page of the
connected function houghpeaks.

You can find the new file on my bitbucket repository:

https://bitbucket.org/hgimpel/octave-image/commits/9425df685b4a80beda314a1d29487718664c1395

The file is on the default branch there, with the bookmark "new-houghlines"
attached.

I will also add the function file (houghlines_V1.m) to this report.

I would be happy to hear comments or feedback on this.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 21 Jul 2017 08:30:29 PM UTC  Name: houghlines_V1.m  Size: 12KiB  
By: hardy

<http://savannah.gnu.org/patch/download.php?file_id=41282>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?9412>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]