[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #9235] image package: improve filtering fu
From: |
Hartmut |
Subject: |
[Octave-patch-tracker] [patch #9235] image package: improve filtering functions (stdfilt, entropyfilt) and add tests (also medfilt2, ordfilt2, rangefilt) |
Date: |
Mon, 23 Jan 2017 20:01:45 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0 |
URL:
<http://savannah.gnu.org/patch/?9235>
Summary: image package: improve filtering functions (stdfilt,
entropyfilt) and add tests (also medfilt2, ordfilt2, rangefilt)
Project: GNU Octave
Submitted by: hardy
Submitted on: Mon 23 Jan 2017 08:01:44 PM GMT
Category: Forge : other
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
This patch came out of the work on bug #45088. It improves the results of all
the filtering functions of the image package and adds Matlab compatible tests
to them.
Currently the results of stdfilt.m are not Matlab compatible, this is fixed by
this patch. The results of entropyfilt.m are currently also not Matlab
compatible, this is improved in some sense by this patch. But mostly this
patch adds new tests, that's why I put it into the patch tracker, I hope this
is fine.
The patch fixes the call to __spatial_filtering__.cc (as described in bug
#45088) in
* entropyfilt.m
* stdfilt.m
It additionally adds Matlab compatible tests to
* entropyfilt.m: tests fail. But they also fails without the fix. This is
still an improvement since we now use __spatial_filterin__.cc as it is
intended. See details in bug #45088.
* medfilt2.m: tests pass
* ordfilt2.m: tests pass
* rangefilt.m: tests pass
* stdfilt.m: tests pass
This patch is ment to be applied AFTER the patch from bug #45088 (file
#39535). Because that patch fixes the call to __spatial_filtering__.cc in
rangefilt.m.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Mon 23 Jan 2017 08:01:44 PM GMT Name: fix_filtering_functions_V1.patch
Size: 7kB By: hardy
<http://savannah.gnu.org/patch/download.php?file_id=39544>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?9235>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-patch-tracker] [patch #9235] image package: improve filtering functions (stdfilt, entropyfilt) and add tests (also medfilt2, ordfilt2, rangefilt),
Hartmut <=