Image package: Difference between revisions

1,059 bytes added ,  25 February 2015
→‎Development: add a roadmap (targets that I want for the next image release)
(→‎Missing functions: remove psnr, otf2psf, and psf2otf which have now been implemented)
(→‎Development: add a roadmap (targets that I want for the next image release))
Line 5: Line 5:
Follows an incomplete list of stuff missing in the image package to be matlab compatible. Bugs are not listed here, [https://savannah.gnu.org/bugs/?func=search&group=octave search] and [https://savannah.gnu.org/bugs/?func=additem&group=octave report] them on the bug tracker instead.
Follows an incomplete list of stuff missing in the image package to be matlab compatible. Bugs are not listed here, [https://savannah.gnu.org/bugs/?func=search&group=octave search] and [https://savannah.gnu.org/bugs/?func=additem&group=octave report] them on the bug tracker instead.


=== Roadmap ===
The following are missing targets for the next minor release of the image package (version 2.4.0).  Small bug fixes, build fixes, and regressions may still be released before in a patch release (next would be version 2.2.3).
* add ellipse properties to {{codeline|regionprops}} (see bug {{bug|44100}})
* speed up {{codeline|regionprops}} for large images with many small objects (probably work around for loop with {{codeline|labeled == labelid}}
* support passing {{codeline|bwconncomp}} output to {{codeline|regionprops}} (and then fix {{codeline|bwpropfilt}} to use that instead of a labeled image)
* ND support on {{codeline|imfilter}}
* check if {{codeline|normxcorr2}} is Matlab compatible and investigate making use of {{codeline|fftconvn}} since it's likely to receive large input
* investigate implementing the missing deconvolution functions (see patch {{patch|8571}}
* fix imadjust for other image types (only works for double on the [0 1] range at the moment)
* anything else that is done or submitted before the above are done
=== Missing functions ===
{{Note|this entire section is about the current development version. If a Matlab function is missing from the list and does not appear on the current release of the package, confirm that is also missing in the [https://sourceforge.net/p/octave/image/ development sources] before adding it.}}
{{Note|this entire section is about the current development version. If a Matlab function is missing from the list and does not appear on the current release of the package, confirm that is also missing in the [https://sourceforge.net/p/octave/image/ development sources] before adding it.}}


=== Missing functions ===
<div style="column-count:4;-moz-column-count:4;-webkit-column-count:4">
<div style="column-count:4;-moz-column-count:4;-webkit-column-count:4">
* activecontour
* activecontour