Image package: Difference between revisions

1,445 bytes added ,  11 May 2017
starting list of Image Processing Functions
(→‎Open Bugs: bug|47115 was fixed)
(starting list of Image Processing Functions)
Line 86: Line 86:
* imapplymatrix
* imapplymatrix
* imapprox
* imapprox
* imbinarize
* imboxfilt
* imboxfilt
* imboxfilt3
* imboxfilt3
Line 274: Line 275:
* {{patch|9235}}: image package: improve filtering functions (stdfilt, entropyfilt) and add tests (also medfilt2, ordfilt2, rangefilt)
* {{patch|9235}}: image package: improve filtering functions (stdfilt, entropyfilt) and add tests (also medfilt2, ordfilt2, rangefilt)
* {{patch|9244}}: image package: regionprops.m - new properties ConvexHull, ConvexImage, ConvexArea, Solidity
* {{patch|9244}}: image package: regionprops.m - new properties ConvexHull, ConvexImage, ConvexArea, Solidity
== Image Processing Functions (this section is under construction) ==
This is a list of Image Processing functions by topic, including missing functions, related bugs and patched, and some alternatives.
Note: This section is under construction so this list is still incomplete
=== Basic Read and Write Image Files ===
{| class="wikitable"
|-
! Function !! Octave Package Version !! Related Bugs and Patches !! Alternatives
|-
| imfinfo || 2.6.1 || ||
|-
| imread|| 2.6.1 || ||
|-
| imwrite|| 2.6.1 || ||
|-
|}
=== Type Conversion  ===
{| class="wikitable"
|-
! Function !! Octave Package Version !! Related Bugs and Patches !! Alternatives || Notes
|-
| adaptthresh || - || ||  ||
|-
| demosaic || - || {{bug|50708}} || ||
|-
| gray2ind || 2.6.1 || || ||
|-
| grayslice || 2.6.1 || ||  ||
|-
| graythresh || 2.6.1 || || ||
|-
| im2double || 2.6.1 || || ||
|-
| im2int16  || 2.6.1 || || ||
|-
| im2java2d ||  -    || || ||
|-
| im2single || 2.6.1 || || ||
|-
| im2uint16 || 2.6.1 || || ||
|-
| im2uint8  || 2.6.1 || || ||
|-
| imbinarize || - || || ||
|-
| imcast    || 2.6.1 || || || Octave Only
|-
| imquantize || 2.6.1  || ||  ||
|-
| ind2gray  || 2.6.1  || || ||
|-
| ind2rgb  || 2.6.1  || || ||
|-
| label2rgb || 2.6.1  || || ||
|-
| mat2gray || 2.6.1  || || ||
|-
| multithresh || - || || ||
|-
| otsuthresh || - || || ||
|-
| rgb2gray || 2.6.1  || || ||
|-
| rgb2ind  || 2.6.1  || || ||
|-
|}
[[Category:Octave-Forge]]
[[Category:Octave-Forge]]
204

edits