Mercurial > hg > octave-image
annotate INDEX @ 492:aa47869f36af
removal of deprecated functions: loadimage, spdiag, split, clearplot, diag, weibull_cdf, clg
author | carandraug |
---|---|
date | Thu, 03 Nov 2011 01:27:47 +0000 |
parents | dc7ab6803293 |
children | 21e18d9549ec |
rev | line source |
---|---|
14
77c889a3ed91
Split main.idx into individual subdirectories to make it more manageable
pkienzle
parents:
diff
changeset
|
1 image >> Image processing |
77c889a3ed91
Split main.idx into individual subdirectories to make it more manageable
pkienzle
parents:
diff
changeset
|
2 Display |
309 | 3 rgbplot |
14
77c889a3ed91
Split main.idx into individual subdirectories to make it more manageable
pkienzle
parents:
diff
changeset
|
4 Read/write |
403 | 5 bmpwrite |
378 | 6 readexif |
423 | 7 tiff_tag_read |
14
77c889a3ed91
Split main.idx into individual subdirectories to make it more manageable
pkienzle
parents:
diff
changeset
|
8 Reshape |
227
1a4b84759d2c
New functions and an update of imresize to use imremap
hauberg
parents:
225
diff
changeset
|
9 imremap |
468 | 10 imperspectivewarp |
11 imresize | |
14
77c889a3ed91
Split main.idx into individual subdirectories to make it more manageable
pkienzle
parents:
diff
changeset
|
12 imrotate |
200 | 13 imrotate_Fourier |
35 | 14 imtranslate |
15 imshear | |
74 | 16 impad |
468 | 17 padarray |
59
8ae91f3e55a5
Add some of the missing functions to the categorical index
pkienzle
parents:
35
diff
changeset
|
18 rotate_scale |
75 | 19 Analysis and Statistics |
136 | 20 fftconv2 |
468 | 21 corr2 |
22 imhist | |
23 mean2 | |
24 std2 | |
350 | 25 entropy |
75 | 26 qtdecomp |
79 | 27 qtgetblk |
28 qtsetblk | |
105 | 29 graycomatrix |
30 houghtf | |
312 | 31 hough_line |
32 hough_circle | |
232 | 33 graythresh |
292 | 34 immaximas |
409 | 35 phantom |
14
77c889a3ed91
Split main.idx into individual subdirectories to make it more manageable
pkienzle
parents:
diff
changeset
|
36 Filtering |
273 | 37 imfilter |
35 | 38 colfilt |
225 | 39 fspecial |
269 | 40 imsmooth |
468 | 41 histeq |
42 imadjust | |
43 imnoise | |
44 medfilt2 | |
297 | 45 ordfilt2 |
468 | 46 ordfiltn |
74 | 47 uintlut |
104
bb5cb1ed9e15
stretchlim added: Finds limits to contrast stretch an image
jmones
parents:
100
diff
changeset
|
48 stretchlim |
136 | 49 makelut applylut |
211 | 50 deriche |
277 | 51 radon |
414
ff677dc40e29
Adding function `iradon\' and a helper function `rho_filter\'
lxop
parents:
409
diff
changeset
|
52 rho_filter |
ff677dc40e29
Adding function `iradon\' and a helper function `rho_filter\'
lxop
parents:
409
diff
changeset
|
53 iradon |
278
8218c2337178
Rewrite of 'edge'. This includes the addition of the 'canny' edge detector
hauberg
parents:
277
diff
changeset
|
54 nonmax_supress |
14
77c889a3ed91
Split main.idx into individual subdirectories to make it more manageable
pkienzle
parents:
diff
changeset
|
55 Black and white image functions |
225 | 56 bwarea |
390 | 57 bwboundaries |
392 | 58 bwconncomp |
468 | 59 bwdist |
60 bweuler | |
61 bwfill | |
62 bwlabel | |
63 bwmorph | |
64 bwperim | |
65 bwselect | |
66 dilate | |
67 erode | |
14
77c889a3ed91
Split main.idx into individual subdirectories to make it more manageable
pkienzle
parents:
diff
changeset
|
68 bwborder edge |
88 | 69 conndef |
308 | 70 bwhitmiss |
393 | 71 regionprops |
439 | 72 fchcode |
308 | 73 Morhophological Operations |
74 imerode | |
75 imdilate | |
76 imopen | |
77 imclose | |
492
aa47869f36af
removal of deprecated functions: loadimage, spdiag, split, clearplot, diag, weibull_cdf, clg
carandraug
parents:
482
diff
changeset
|
78 imbothat |
308 | 79 imtophat |
468 | 80 mmgradm |
14
77c889a3ed91
Split main.idx into individual subdirectories to make it more manageable
pkienzle
parents:
diff
changeset
|
81 Colour controls |
468 | 82 cmpermute |
83 cmunique | |
84 rgb2ycbcr | |
14
77c889a3ed91
Split main.idx into individual subdirectories to make it more manageable
pkienzle
parents:
diff
changeset
|
85 Representation |
468 | 86 imdither |
87 grayslice | |
88 im2bw | |
233 | 89 im2double |
90 im2uint8 | |
91 im2uint16 | |
468 | 92 isbw |
93 isgray | |
94 isind | |
95 isrgb | |
96 mat2gray | |
97 rgb2gray | |
237 | 98 label2rgb |
310 | 99 imcomplement |
16 | 100 Colour maps |
101 colorgradient | |
84
53af7c8be879
bestblk added: Calculates best block size for block processing
jmones
parents:
81
diff
changeset
|
102 Region-based and block processing |
73
2a7e0fbc7124
Added cathegory region-based processing and roi* functions to it
jmones
parents:
59
diff
changeset
|
103 roicolor |
81 | 104 poly2mask |
84
53af7c8be879
bestblk added: Calculates best block size for block processing
jmones
parents:
81
diff
changeset
|
105 bestblk |
88 | 106 blkproc |
89
1058810e5197
nlfilter: Processes image in siliding blocks using user-supplied function
jmones
parents:
88
diff
changeset
|
107 nlfilter |
100
95bec31f5593
col2im and im2col added to block processing functions
jmones
parents:
89
diff
changeset
|
108 im2col |
95bec31f5593
col2im and im2col added to block processing functions
jmones
parents:
89
diff
changeset
|
109 col2im |
350 | 110 rangefilt |
111 stdfilt | |
112 entropyfilt | |
480
ed19b5ad9718
image: new utility functions iptcheckstrs, iptnum2ordinal, iptcheckmap and iptchecknargin
carandraug
parents:
477
diff
changeset
|
113 Utilities |
481
b62b5ac9dffc
getrangefromclass: new function for image package
carandraug
parents:
480
diff
changeset
|
114 getrangefromclass |
482 | 115 iptcheckconn |
116 iptcheckmap | |
117 iptchecknargin | |
480
ed19b5ad9718
image: new utility functions iptcheckstrs, iptnum2ordinal, iptcheckmap and iptchecknargin
carandraug
parents:
477
diff
changeset
|
118 iptcheckstrs |
482 | 119 iptnum2ordinal |