Mercurial > hg > octave-image
annotate INDEX @ 524:25b2d4cf36bf
imabsdiff: new function
author | carandraug |
---|---|
date | Sat, 10 Dec 2011 23:36:58 +0000 |
parents | 3210b54557be |
children | 5750f9aa690a |
rev | line source |
---|---|
14
77c889a3ed91
Split main.idx into individual subdirectories to make it more manageable
pkienzle
parents:
diff
changeset
|
1 image >> Image processing |
75 | 2 Analysis and Statistics |
515 | 3 edge |
136 | 4 fftconv2 |
468 | 5 corr2 |
6 imhist | |
7 mean2 | |
8 std2 | |
350 | 9 entropy |
515 | 10 entropyfilt |
75 | 11 qtdecomp |
79 | 12 qtgetblk |
13 qtsetblk | |
105 | 14 graycomatrix |
15 houghtf | |
312 | 16 hough_line |
17 hough_circle | |
292 | 18 immaximas |
515 | 19 rangefilt |
20 regionprops | |
21 stdfilt | |
22 Arithmetics | |
524 | 23 imabsdiff |
515 | 24 imadd |
25 imcomplement | |
520 | 26 imdivide |
27 immultiply | |
518 | 28 imsubtract |
14
77c889a3ed91
Split main.idx into individual subdirectories to make it more manageable
pkienzle
parents:
diff
changeset
|
29 Black and white image functions |
515 | 30 applylut |
225 | 31 bwarea |
515 | 32 bwborder |
390 | 33 bwboundaries |
392 | 34 bwconncomp |
468 | 35 bwdist |
36 bweuler | |
37 bwfill | |
515 | 38 bwhitmiss |
468 | 39 bwlabel |
500 | 40 bwlabeln |
468 | 41 bwmorph |
42 bwperim | |
43 bwselect | |
515 | 44 fchcode |
45 makelut | |
46 Colour maps and Colour controls | |
47 cmpermute | |
48 cmunique | |
49 colorgradient | |
50 rgb2ycbcr | |
51 Display | |
52 rgbplot | |
53 Enhancement and Restoration | |
54 histeq | |
55 imadjust | |
56 imnoise | |
57 imsmooth | |
58 medfilt2 | |
59 ordfilt2 | |
60 ordfiltn | |
61 stretchlim | |
62 Filtering and Transforms | |
63 deriche | |
64 fspecial | |
65 imfilter | |
66 iradon | |
67 nonmax_supress | |
68 phantom | |
69 radon | |
70 rho_filter | |
71 uintlut | |
72 Morhophological Operations | |
88 | 73 conndef |
515 | 74 imbothat |
75 imclose | |
76 imdilate | |
308 | 77 imerode |
78 imopen | |
79 imtophat | |
468 | 80 mmgradm |
515 | 81 Read/write |
82 bmpwrite | |
83 readexif | |
84 tiff_tag_read | |
85 Region-based and block processing | |
86 bestblk | |
87 blockproc | |
88 col2im | |
89 colfilt | |
90 im2col | |
91 nlfilter | |
92 poly2mask | |
93 roicolor | |
94 Spatial transformations | |
95 impad | |
96 imperspectivewarp | |
97 imremap | |
98 imresize | |
99 imrotate | |
100 imrotate_Fourier | |
101 imshear | |
102 imtranslate | |
103 rotate_scale | |
104 Types and Type conversions | |
468 | 105 grayslice |
515 | 106 graythresh |
468 | 107 im2bw |
233 | 108 im2double |
109 im2uint8 | |
110 im2uint16 | |
515 | 111 imdither |
468 | 112 isbw |
113 isgray | |
114 isind | |
115 isrgb | |
515 | 116 label2rgb |
468 | 117 mat2gray |
118 rgb2gray | |
480
ed19b5ad9718
image: new utility functions iptcheckstrs, iptnum2ordinal, iptcheckmap and iptchecknargin
carandraug
parents:
477
diff
changeset
|
119 Utilities |
481
b62b5ac9dffc
getrangefromclass: new function for image package
carandraug
parents:
480
diff
changeset
|
120 getrangefromclass |
482 | 121 iptcheckconn |
122 iptcheckmap | |
123 iptchecknargin | |
480
ed19b5ad9718
image: new utility functions iptcheckstrs, iptnum2ordinal, iptcheckmap and iptchecknargin
carandraug
parents:
477
diff
changeset
|
124 iptcheckstrs |
482 | 125 iptnum2ordinal |
515 | 126 padarray |