Image package: Difference between revisions

17 bytes added ,  14 November 2017
(→‎Patches: 7 new functions for image package)
Line 357: Line 357:
|-
|-
| imbinarize || - || || imbinarize (I) is equivalent to im2bw(I, graythresh(I)),  
| imbinarize || - || || imbinarize (I) is equivalent to im2bw(I, graythresh(I)),  
another option is [http://kyamagu.github.io/mexopencv/matlab/threshold.html cv.threshold]  from [https://github.com/kyamagu/mexopencv mexopencv] ||
another option is [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 373: Line 374:
| multithresh || - || || ||
| multithresh || - || || ||
|-
|-
| otsuthresh || - || || graythresh || otsuthresh(hist) is equivalent to graythresh (hist)
| otsuthresh || - || {{patch|9360}} || graythresh || otsuthresh(hist) is equivalent to graythresh (hist)
|-
|-
| rgb2gray || 2.6.1  || || ||
| rgb2gray || 2.6.1  || || ||
204

edits