Image package: Difference between revisions

97 bytes added ,  15 May 2017
Line 285: Line 285:
=== Basic Read and Write Image Files ===
=== Basic Read and Write Image Files ===


{| class="wikitable"  
{| class="wikitable" style="text-align: center"
|-
|-
! Function !! Octave Package Version !! Related Bugs and Patches !! Alternatives !! Notes
! Function !! Octave Package Version !! Related Bugs and Patches !! Alternatives !! Notes
Line 301: Line 301:
=== Type Conversion  ===
=== Type Conversion  ===


{| class="wikitable"  
{| class="wikitable" style="text-align: center"
|-
|-
! Function !! Octave Package Version !! Related Bugs and Patches !! Alternatives || Notes
! Function !! Octave Package Version !! Related Bugs and Patches !! Alternatives || Notes
Line 327: Line 327:
| im2uint8  || 2.6.1 || || ||
| im2uint8  || 2.6.1 || || ||
|-
|-
| 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] ||
| 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] ||
|-
|-
| imcast    || 2.6.1 || || || Octave Only
| imcast    || 2.6.1 || || || Octave Only
Line 353: Line 354:
=== Image Filtering ===  
=== Image Filtering ===  


{| class="wikitable"  
{| class="wikitable" style="text-align: center"
|-
|-
! Function !! Octave Package Version !! Related Bugs and Patches !! Alternatives || Notes
! Function !! Octave Package Version !! Related Bugs and Patches !! Alternatives || Notes
204

edits