Image package: Difference between revisions

63 bytes added ,  24 November 2017
→‎Basic Read and Write Image Files: function is in Octave core
(→‎Open Bugs: remove {{bug|51724}} now fixed)
(→‎Basic Read and Write Image Files: function is in Octave core)
Line 316: Line 316:
! Function !! Octave Package Version !! Related Bugs and Patches !! Alternatives !! Notes
! Function !! Octave Package Version !! Related Bugs and Patches !! Alternatives !! Notes
|-  
|-  
| imfinfo || 2.6.1 || ||  
| imfinfo || function is in Octave core || ||  
|-  
|-  
| imread|| 2.6.1 || || [http://kyamagu.github.io/mexopencv/matlab/imread.html cv.imread] from [https://github.com/kyamagu/mexopencv mexopencv] ||  
| imread|| function is in Octave core || || [http://kyamagu.github.io/mexopencv/matlab/imread.html cv.imread] from [https://github.com/kyamagu/mexopencv mexopencv] ||  
in case of color image, the color order of Octave is RGB/RGBA while OpenCV color order is BGR/BGRA
in case of color image, the color order of Octave is RGB/RGBA while OpenCV color order is BGR/BGRA
|-  
|-  
| imwrite|| 2.6.1 || || [http://kyamagu.github.io/mexopencv/matlab/imread.html cv.imwrite] from [https://github.com/kyamagu/mexopencv mexopencv] ||
| imwrite|| function is in Octave core || || [http://kyamagu.github.io/mexopencv/matlab/imread.html cv.imwrite] from [https://github.com/kyamagu/mexopencv mexopencv] ||
in case of color image, the color order of Octave is RGB/RGBA while OpenCV color order is BGR/BGRA
in case of color image, the color order of Octave is RGB/RGBA while OpenCV color order is BGR/BGRA
|-
|-
204

edits