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

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

[Octave-patch-tracker] [patch #8059] [new function for image package] ra


From: Ming Liu
Subject: [Octave-patch-tracker] [patch #8059] [new function for image package] ranktf.m
Date: Sat, 25 May 2013 06:18:16 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.28.10 (KHTML, like Gecko) Version/6.0.3 Safari/536.28.10

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

                 Summary: [new function for image package] ranktf.m
                 Project: GNU Octave
            Submitted by: liuming198904
            Submitted on: Sat 25 May 2013 06:18:15 AM GMT
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

rank transform for an image.
image is the real name of an image. windowsize is the size of window to
be used for the rank transform, it must be an odd possitive integer number
greater than 3
I is the rank transformed image, based on the window size you choose.
For example, if the  window size is 3x3 and apply
the window to the original grayscale image, then the center of the pixels
within the window from the original grayscale image will be
replaced by the ‘rank’ of the center pixel value. So it is between
1 and 9, assuming there are no same pixel values. The advantage is all the
pixel values in the image at last will be replaced by their ranks. So
the noise and other mistakes during taking the photo will be ideally
ignored. All the pixel values will be in a small range (the square of
the window size). This is a very useful function in image processing



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sat 25 May 2013 06:18:15 AM GMT  Name: Ming_Liu_ranktf.patch  Size: 2kB 
 By: liuming198904

<http://savannah.gnu.org/patch/download.php?file_id=28166>
-------------------------------------------------------
Date: Sat 25 May 2013 06:18:15 AM GMT  Name: ranktf.m  Size: 2kB   By:
liuming198904

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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