Image package: Difference between revisions

From Octave
Jump to navigation Jump to search
(remove newly implemented functions)
(→‎Missing functions: remove psnr, otf2psf, and psf2otf which have now been implemented)
Line 152: Line 152:
* nitfread
* nitfread
* openrset
* openrset
* otf2psf
* para2fan
* para2fan
* projective2d
* projective2d
* psf2otf
* psnr
* roifill
* roifill
* rgb2lab
* rgb2lab

Revision as of 15:37, 19 February 2015

The image package is part of the octave-forge project.

Development

Follows an incomplete list of stuff missing in the image package to be matlab compatible. Bugs are not listed here, search and report them on the bug tracker instead.

Info icon.svg
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 development sources before adding it.

Missing functions

  • activecontour
  • adapthisteq
  • affine2d
  • affine3d
  • applycform
  • axes2pix
  • bwconvhull
  • bwdistgeodesic
  • bwlookup
  • bwpack
  • bwtraceboundary
  • bwulterode
  • bwunpack
  • convmtx2
  • corner
  • cornermetric
  • cpcorr
  • cpselect
  • cpstruct2pairs
  • dct2
  • dctmtx
  • deconvblind
  • deconvlucy
  • deconvreg
  • deconvwnr
  • decorrstretch
  • demosaic
  • dicomanon
  • dicomuid
  • edgetaper
  • fan2para
  • fanbeam
  • fliptform
  • freqz2
  • fsamp2
  • ftrans2
  • fwind1
  • fwind2
  • getimage
  • getimagemodel
  • getline
  • getpts
  • getrect
  • gradientweight
  • graycoprops
  • graydiffweight
  • hdrread
  • hdrwrite
  • hough -- (see hough_circle)
  • houghlines -- (see hough_line)
  • houghpeaks
  • iccfind
  • iccread
  • iccroot
  • iccwrite
  • idct2
  • ifanbeam
  • im2java2d
  • ImageAdapter
  • imageinfo
  • imapplymatrix
  • imapprox
  • imcolormaptool
  • imcontour
  • imcontrast
  • imdisplayrange
  • imdistline
  • imellipse
  • imextendedmax
  • imextendedmin
  • imfill -- (see bwfill)
  • imfindcircles
  • imfreehand
  • imfuse
  • imgca
  • imgcf
  • imgetfile
  • imguidedfilter
  • imhandles
  • imhistmatch
  • imhmax
  • imhmin
  • imimposemin
  • imline
  • immagbox
  • immovie
  • imoverview
  • imoverviewpanel
  • impixelinfo
  • impixelinfoval
  • impixelregionpanel
  • impixelregion
  • immse
  • implay
  • impoint
  • impoly
  • improfile
  • impyramid
  • imquantize
  • imrect
  • imref2d
  • imref3d
  • imregconfig
  • imregcorr
  • imregdemons
  • imregister
  • imregtform
  • imroi
  • imscrollpanel
  • imsegfmm
  • imsharpen
  • imshowpair
  • imtool
  • imwarp
  • interfileinfo
  • interfileread
  • iptaddcallback
  • iptcheckhandle
  • iptgetapi
  • iptGetPointerBehavior
  • iptgetpref
  • ipticondir
  • iptPointerManager
  • iptprefs
  • iptremovecallback
  • iptSetPointerBehavior
  • iptsetpref
  • iptwindowalign
  • isicc
  • isrset
  • lab2double
  • lab2rgb
  • lab2uint16
  • lab2uint8
  • lab2xyz
  • makecform
  • makeConstrainToRectFcn
  • makehdr
  • makeresampler
  • multithresh
  • nitfinfo
  • nitfread
  • openrset
  • para2fan
  • projective2d
  • roifill
  • rgb2lab
  • rgb2xyz
  • roifilt2
  • roipoly
  • rsetwrite
  • ssim
  • tformarray
  • tonemap
  • truesize
  • viscircles
  • warp
  • watershed
  • whitepoint
  • wiener2
  • xyz2double
  • xyz2lab
  • xyz2rgb
  • xyz2uint16

Different functions

  • with version 2014a, Matlab introduced a new function imtranslate. This function was part of Octave's package since 2002 but Matlab version is completely different. It needs to be rewritten for Matlab compatibility.

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.
  • imcrop
    • messing around with alternative coordinate systems (XData and YData) are not yet implemented.

Contributing

  • It'd help to group the missing functions above, as per [1] (similar to what was done in the signal package wiki page); please keep the original alphabetical list intact.