Image package: Difference between revisions

267 bytes added ,  14 May 2017
(→‎Type Conversion: adaptthresh)
Line 305: Line 305:
! Function !! Octave Package Version !! Related Bugs and Patches !! Alternatives || Notes
! Function !! Octave Package Version !! Related Bugs and Patches !! Alternatives || Notes
|-  
|-  
| adaptthresh || - || ||  ||  
| adaptthresh || - || ||  [http://kyamagu.github.io/mexopencv/matlab/adaptiveThreshold.html cv.adaptiveThreshold from [https://github.com/kyamagu/mexopencv mexopencv]||  
|-
|-
| demosaic || - || {{bug|50708}} || [http://kyamagu.github.io/mexopencv/matlab/demosaicing.html cv.demosaicing] from [https://github.com/kyamagu/mexopencv mexopencv] ||
| demosaic || - || {{bug|50708}} || [http://kyamagu.github.io/mexopencv/matlab/demosaicing.html cv.demosaicing] from [https://github.com/kyamagu/mexopencv mexopencv] ||
Line 327: Line 327:
| im2uint8  || 2.6.1 || || ||
| im2uint8  || 2.6.1 || || ||
|-
|-
| imbinarize || - || || imbinarize (I) is equivalent to im2bw(I, graythresh(I)) ||
| imbinarize || - || || imbinarize (I) is equivalent to im2bw(I, graythresh(I)), [http://kyamagu.github.io/mexopencv/matlab/threshold.html cv.threshold]  from [https://github.com/kyamagu/mexopencv mexopencv] ||
|-
|-
| imcast    || 2.6.1 || || || Octave Only
| imcast    || 2.6.1 || || || Octave Only
Line 350: Line 350:
|-
|-
|}
|}


=== Image Filtering ===  
=== Image Filtering ===  
204

edits