Image package: Difference between revisions

Jump to navigation Jump to search
747 bytes added ,  18 November 2013
→‎Development: add some missing options
(→‎Missing functions: update list of missing functions)
(→‎Development: add some missing options)
Line 7: Line 7:
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.


{{Note|this entire section is about the current development version, i.e., if a function is not listed here and does not appear on the current release of the package, it's because it's already implemented in the development version.}}
{{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 ===
=== Missing functions ===
Line 174: Line 174:


=== Missing options ===
=== Missing options ===
* @strel
** missing SE decomposition for the diamond shape
** approximation argument for the ball and disk shapes are not implemented
** the translate method is not yet implemented
* blockproc
** The name-value input arguments have not yet been implemented.
* colfilt
** the option to split the image in smaller blocks before performing the im2col and filtering is ignored. Since that option only allows to use less memory and has no effect on the output is only important for sliding filtering with big blocks size.
* impixel
** interactive selection of points (less than 2 input arguments) is not yet implemented. Ability to create such UIs needs to be implemented in Octave core first.




[[Category:OctaveForge]]
[[Category:OctaveForge]]
[[Category:Packages]]
[[Category:Packages]]

Navigation menu