annotate INDEX @ 915:8c8ed7c4ab83 default tip

* bwlabeln.cc (bwlabel_nd): Fix small bug in comment
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Tue, 18 Nov 2014 11:30:57 -0500
parents 7f3f027bcbf0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
13fee9301f12 Added qtdecomp: quadtree decomposition
jmones
parents: 74
diff changeset
2 Analysis and Statistics
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
3 edge
136
78b9878c50f0 Add new functions
pkienzle
parents: 105
diff changeset
4 fftconv2
468
c3b01ef1ef2f image package: update INDEX
carandraug
parents: 439
diff changeset
5 corr2
c3b01ef1ef2f image package: update INDEX
carandraug
parents: 439
diff changeset
6 mean2
c3b01ef1ef2f image package: update INDEX
carandraug
parents: 439
diff changeset
7 std2
350
f8c6b6fa1217 Support a new set of spatial filters
hauberg
parents: 312
diff changeset
8 entropy
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
9 entropyfilt
75
13fee9301f12 Added qtdecomp: quadtree decomposition
jmones
parents: 74
diff changeset
10 qtdecomp
79
55cf10e5ebd0 qtgetblk and qtsetblk added to INDEX
jmones
parents: 75
diff changeset
11 qtgetblk
55cf10e5ebd0 qtgetblk and qtsetblk added to INDEX
jmones
parents: 75
diff changeset
12 qtsetblk
105
643cdaa28019 Add graycomatrix and houghtf
sjvdw
parents: 104
diff changeset
13 graycomatrix
643cdaa28019 Add graycomatrix and houghtf
sjvdw
parents: 104
diff changeset
14 houghtf
312
e0e7ff564b43 Add missing functions
hauberg
parents: 310
diff changeset
15 hough_line
e0e7ff564b43 Add missing functions
hauberg
parents: 310
diff changeset
16 hough_circle
857
75d6748324de New functions imgradient and imgradientxy (patch #8265)
Brandon Miles <brandon.miles7@gmail.com>
parents: 844
diff changeset
17 imgradient
75d6748324de New functions imgradient and imgradientxy (patch #8265)
Brandon Miles <brandon.miles7@gmail.com>
parents: 844
diff changeset
18 imgradientxy
75d6748324de New functions imgradient and imgradientxy (patch #8265)
Brandon Miles <brandon.miles7@gmail.com>
parents: 844
diff changeset
19 imhist
292
2f0f137f2f05 New function for locating spatial maximas
hauberg
parents: 278
diff changeset
20 immaximas
528
636b9e92019c normxcorr2: new function is wrapper for xcorr2 from signal package
carandraug
parents: 526
diff changeset
21 normxcorr2
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
22 rangefilt
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
23 regionprops
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
24 stdfilt
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
25 Arithmetics
524
25b2d4cf36bf imabsdiff: new function
carandraug
parents: 520
diff changeset
26 imabsdiff
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
27 imadd
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
28 imcomplement
520
3210b54557be imdivide immultiply: new functions
carandraug
parents: 518
diff changeset
29 imdivide
526
5750f9aa690a imlincomb: new function
carandraug
parents: 524
diff changeset
30 imlincomb
520
3210b54557be imdivide immultiply: new functions
carandraug
parents: 518
diff changeset
31 immultiply
518
3d630d000a58 imsubtract: new function
carandraug
parents: 515
diff changeset
32 imsubtract
14
77c889a3ed91 Split main.idx into individual subdirectories to make it more manageable
pkienzle
parents:
diff changeset
33 Black and white image functions
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
34 applylut
225
044560dec9ea index missing functions
adb014
parents: 211
diff changeset
35 bwarea
909
ba9e0f8a25c0 New functions bwareafilt and bwpropfilt to filter objects based on properties.
Carnë Draug <carandraug@octave.org>
parents: 901
diff changeset
36 bwareafilt
390
870ecf0abb54 New function: bwboundaries
hauberg
parents: 389
diff changeset
37 bwboundaries
392
f2ad7541dc0c New function: bwconncomp
hauberg
parents: 390
diff changeset
38 bwconncomp
468
c3b01ef1ef2f image package: update INDEX
carandraug
parents: 439
diff changeset
39 bwdist
c3b01ef1ef2f image package: update INDEX
carandraug
parents: 439
diff changeset
40 bweuler
c3b01ef1ef2f image package: update INDEX
carandraug
parents: 439
diff changeset
41 bwfill
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
42 bwhitmiss
468
c3b01ef1ef2f image package: update INDEX
carandraug
parents: 439
diff changeset
43 bwlabel
500
21e18d9549ec bwlabeln: added function to INDEX and MakeFile
carandraug
parents: 492
diff changeset
44 bwlabeln
468
c3b01ef1ef2f image package: update INDEX
carandraug
parents: 439
diff changeset
45 bwmorph
c3b01ef1ef2f image package: update INDEX
carandraug
parents: 439
diff changeset
46 bwperim
909
ba9e0f8a25c0 New functions bwareafilt and bwpropfilt to filter objects based on properties.
Carnë Draug <carandraug@octave.org>
parents: 901
diff changeset
47 bwpropfilt
468
c3b01ef1ef2f image package: update INDEX
carandraug
parents: 439
diff changeset
48 bwselect
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
49 fchcode
861
a2401673edc6 maint: update NEWS and INDEX in preparation for new release.
Carnë Draug <carandraug@octave.org>
parents: 857
diff changeset
50 labelmatrix
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
51 makelut
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
52 Colour maps and Colour controls
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
53 colorgradient
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
54 rgb2ycbcr
533
154ffb5d4efe wavelength: new function to image package. Contributed by William Krekeler <WKrekeler@cleanearthtech.com>
carandraug
parents: 528
diff changeset
55 wavelength2rgb
756
3abfca31882a ycbcr2rgb: new function
carandraug
parents: 747
diff changeset
56 ycbcr2rgb
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
57 Display
760
98903291ef63 montage: new function with dependency on general package for inputParser
carandraug
parents: 756
diff changeset
58 montage
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
59 Enhancement and Restoration
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
60 histeq
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
61 imadjust
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
62 imnoise
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
63 imsmooth
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
64 medfilt2
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
65 ordfilt2
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
66 ordfiltn
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
67 stretchlim
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
68 Filtering and Transforms
746
43686e9e8eae image: new spatial transformation functions
carandraug
parents: 700
diff changeset
69 findbounds
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
70 fspecial
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
71 imfilter
746
43686e9e8eae image: new spatial transformation functions
carandraug
parents: 700
diff changeset
72 imtransform
816
7779d96939c2 New function intlut and deprecate uintlut.
Carnë Draug <carandraug@octave.org>
parents: 767
diff changeset
73 intlut
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
74 iradon
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
75 nonmax_supress
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
76 radon
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
77 rho_filter
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
78 Morhophological Operations
830
754a6f127d0d New function bwareaopen to perform area opening.
Carnë Draug <carandraug@octave.org>
parents: 816
diff changeset
79 bwareaopen
88
a75e630d5548 conndef added: Creates a connectivity array
jmones
parents: 84
diff changeset
80 conndef
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
81 imbothat
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
82 imclose
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
83 imdilate
308
ea955a89ae10 More morphological operators
hauberg
parents: 297
diff changeset
84 imerode
ea955a89ae10 More morphological operators
hauberg
parents: 297
diff changeset
85 imopen
ea955a89ae10 More morphological operators
hauberg
parents: 297
diff changeset
86 imtophat
468
c3b01ef1ef2f image package: update INDEX
carandraug
parents: 439
diff changeset
87 mmgradm
688
9c42e8039a1d strel: new class and methods. Submitted by Roberto Metere <roberto@metere.it>
carandraug
parents: 671
diff changeset
88 @strel/getheight
861
a2401673edc6 maint: update NEWS and INDEX in preparation for new release.
Carnë Draug <carandraug@octave.org>
parents: 857
diff changeset
89 @strel/getneighbors
688
9c42e8039a1d strel: new class and methods. Submitted by Roberto Metere <roberto@metere.it>
carandraug
parents: 671
diff changeset
90 @strel/getnhood
9c42e8039a1d strel: new class and methods. Submitted by Roberto Metere <roberto@metere.it>
carandraug
parents: 671
diff changeset
91 @strel/getsequence
9c42e8039a1d strel: new class and methods. Submitted by Roberto Metere <roberto@metere.it>
carandraug
parents: 671
diff changeset
92 @strel/isflat
9c42e8039a1d strel: new class and methods. Submitted by Roberto Metere <roberto@metere.it>
carandraug
parents: 671
diff changeset
93 @strel/reflect
9c42e8039a1d strel: new class and methods. Submitted by Roberto Metere <roberto@metere.it>
carandraug
parents: 671
diff changeset
94 @strel/strel
9c42e8039a1d strel: new class and methods. Submitted by Roberto Metere <roberto@metere.it>
carandraug
parents: 671
diff changeset
95 @strel/translate
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
96 Read/write
610
4c92bffbf4cc analyze75: new functions analyze75read and analyze75info from Adam H Aitkenhead <adamaitkenhead@hotmail.com> through mailing list
carandraug
parents: 565
diff changeset
97 analyze75info
4c92bffbf4cc analyze75: new functions analyze75read and analyze75info from Adam H Aitkenhead <adamaitkenhead@hotmail.com> through mailing list
carandraug
parents: 565
diff changeset
98 analyze75read
642
1a186da3e07c image: mention analyze75write on NEWS, remove executable bit from analyze75write, add missing functinos to INDEX
carandraug
parents: 610
diff changeset
99 analyze75write
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
100 tiff_tag_read
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
101 Region-based and block processing
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
102 bestblk
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
103 blockproc
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
104 col2im
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
105 colfilt
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
106 im2col
767
e2da2625ad8e impixel: New function.
Carnë Draug <carandraug@octave.org>
parents: 760
diff changeset
107 impixel
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
108 nlfilter
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
109 poly2mask
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
110 roicolor
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
111 Spatial transformations
700
a2c5450fb89d new functions cp2tform, maketform, tformfwd and tforminv by Pantxo Diribarne
carandraug
parents: 688
diff changeset
112 cp2tform
565
7fcfcce0b2f9 imcrop: new function for image package. Submitted to mailing list by Pablo Rossi <prossi@ing.unrc.edu.ar>
carandraug
parents: 533
diff changeset
113 imcrop
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
114 imperspectivewarp
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
115 imremap
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
116 imresize
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
117 imrotate
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
118 imshear
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
119 imtranslate
700
a2c5450fb89d new functions cp2tform, maketform, tformfwd and tforminv by Pantxo Diribarne
carandraug
parents: 688
diff changeset
120 maketform
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
121 rotate_scale
700
a2c5450fb89d new functions cp2tform, maketform, tformfwd and tforminv by Pantxo Diribarne
carandraug
parents: 688
diff changeset
122 tformfwd
a2c5450fb89d new functions cp2tform, maketform, tformfwd and tforminv by Pantxo Diribarne
carandraug
parents: 688
diff changeset
123 tforminv
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
124 Types and Type conversions
468
c3b01ef1ef2f image package: update INDEX
carandraug
parents: 439
diff changeset
125 grayslice
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
126 graythresh
468
c3b01ef1ef2f image package: update INDEX
carandraug
parents: 439
diff changeset
127 im2bw
233
43491fb0ef0d New functions: im2double, im2uint8, and im2uint16
hauberg
parents: 232
diff changeset
128 im2double
642
1a186da3e07c image: mention analyze75write on NEWS, remove executable bit from analyze75write, add missing functinos to INDEX
carandraug
parents: 610
diff changeset
129 im2int16
1a186da3e07c image: mention analyze75write on NEWS, remove executable bit from analyze75write, add missing functinos to INDEX
carandraug
parents: 610
diff changeset
130 im2single
233
43491fb0ef0d New functions: im2double, im2uint8, and im2uint16
hauberg
parents: 232
diff changeset
131 im2uint8
43491fb0ef0d New functions: im2double, im2uint8, and im2uint16
hauberg
parents: 232
diff changeset
132 im2uint16
885
40269ff6760d imcast: new function to convert image between arbitrary classes.
Carnë Draug <carandraug@octave.org>
parents: 861
diff changeset
133 imcast
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
134 imdither
468
c3b01ef1ef2f image package: update INDEX
carandraug
parents: 439
diff changeset
135 isbw
c3b01ef1ef2f image package: update INDEX
carandraug
parents: 439
diff changeset
136 isgray
c3b01ef1ef2f image package: update INDEX
carandraug
parents: 439
diff changeset
137 isind
c3b01ef1ef2f image package: update INDEX
carandraug
parents: 439
diff changeset
138 isrgb
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
139 label2rgb
468
c3b01ef1ef2f image package: update INDEX
carandraug
parents: 439
diff changeset
140 mat2gray
c3b01ef1ef2f image package: update INDEX
carandraug
parents: 439
diff changeset
141 rgb2gray
480
ed19b5ad9718 image: new utility functions iptcheckstrs, iptnum2ordinal, iptcheckmap and iptchecknargin
carandraug
parents: 477
diff changeset
142 Utilities
747
c02745c85007 image: add checkerboard to INDEX file
carandraug
parents: 746
diff changeset
143 checkerboard
481
b62b5ac9dffc getrangefromclass: new function for image package
carandraug
parents: 480
diff changeset
144 getrangefromclass
911
7f3f027bcbf0 New function imattributes to display attributes of figure in console.
Carnë Draug <carandraug@octave.org>
parents: 909
diff changeset
145 imattributes
482
dc7ab6803293 iptcheckconn: new image for image package
carandraug
parents: 481
diff changeset
146 iptcheckconn
dc7ab6803293 iptcheckconn: new image for image package
carandraug
parents: 481
diff changeset
147 iptcheckmap
dc7ab6803293 iptcheckconn: new image for image package
carandraug
parents: 481
diff changeset
148 iptnum2ordinal
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 500
diff changeset
149 padarray
844
b52546b11470 INDEX: move phantom from the Filtering and Transforms to the Utilities category.
Carnë Draug <carandraug@octave.org>
parents: 830
diff changeset
150 phantom