camellia 2.7.0-x86-linux

Sign up to get free protection for your applications and to get access to all the features.
Files changed (136) hide show
  1. data/CamelliaLib-2.7.0.tar.gz +0 -0
  2. data/README +59 -0
  3. data/doc/README +58 -0
  4. data/doc/camellia.dox +205 -0
  5. data/doc/html/annotated.html +52 -0
  6. data/doc/html/camellia_8h-source.html +1618 -0
  7. data/doc/html/camellia_8h.html +4583 -0
  8. data/doc/html/doxygen.css +358 -0
  9. data/doc/html/doxygen.png +0 -0
  10. data/doc/html/files.html +29 -0
  11. data/doc/html/ftv2blank.png +0 -0
  12. data/doc/html/ftv2doc.png +0 -0
  13. data/doc/html/ftv2folderclosed.png +0 -0
  14. data/doc/html/ftv2folderopen.png +0 -0
  15. data/doc/html/ftv2lastnode.png +0 -0
  16. data/doc/html/ftv2link.png +0 -0
  17. data/doc/html/ftv2mlastnode.png +0 -0
  18. data/doc/html/ftv2mnode.png +0 -0
  19. data/doc/html/ftv2node.png +0 -0
  20. data/doc/html/ftv2plastnode.png +0 -0
  21. data/doc/html/ftv2pnode.png +0 -0
  22. data/doc/html/ftv2vertline.png +0 -0
  23. data/doc/html/functions.html +108 -0
  24. data/doc/html/functions_0x62.html +78 -0
  25. data/doc/html/functions_0x63.html +112 -0
  26. data/doc/html/functions_0x64.html +113 -0
  27. data/doc/html/functions_0x65.html +102 -0
  28. data/doc/html/functions_0x66.html +82 -0
  29. data/doc/html/functions_0x67.html +76 -0
  30. data/doc/html/functions_0x68.html +88 -0
  31. data/doc/html/functions_0x69.html +90 -0
  32. data/doc/html/functions_0x6b.html +70 -0
  33. data/doc/html/functions_0x6c.html +88 -0
  34. data/doc/html/functions_0x6d.html +93 -0
  35. data/doc/html/functions_0x6e.html +79 -0
  36. data/doc/html/functions_0x6f.html +74 -0
  37. data/doc/html/functions_0x70.html +72 -0
  38. data/doc/html/functions_0x72.html +73 -0
  39. data/doc/html/functions_0x73.html +130 -0
  40. data/doc/html/functions_0x74.html +82 -0
  41. data/doc/html/functions_0x76.html +74 -0
  42. data/doc/html/functions_0x77.html +75 -0
  43. data/doc/html/functions_0x78.html +72 -0
  44. data/doc/html/functions_0x79.html +77 -0
  45. data/doc/html/functions_0x7e.html +76 -0
  46. data/doc/html/functions_func.html +93 -0
  47. data/doc/html/functions_func_0x62.html +64 -0
  48. data/doc/html/functions_func_0x63.html +83 -0
  49. data/doc/html/functions_func_0x64.html +99 -0
  50. data/doc/html/functions_func_0x65.html +95 -0
  51. data/doc/html/functions_func_0x66.html +74 -0
  52. data/doc/html/functions_func_0x67.html +72 -0
  53. data/doc/html/functions_func_0x68.html +76 -0
  54. data/doc/html/functions_func_0x69.html +70 -0
  55. data/doc/html/functions_func_0x6c.html +76 -0
  56. data/doc/html/functions_func_0x6d.html +78 -0
  57. data/doc/html/functions_func_0x6f.html +65 -0
  58. data/doc/html/functions_func_0x70.html +64 -0
  59. data/doc/html/functions_func_0x72.html +65 -0
  60. data/doc/html/functions_func_0x73.html +113 -0
  61. data/doc/html/functions_func_0x74.html +74 -0
  62. data/doc/html/functions_func_0x76.html +64 -0
  63. data/doc/html/functions_func_0x77.html +64 -0
  64. data/doc/html/functions_func_0x7e.html +72 -0
  65. data/doc/html/functions_vars.html +290 -0
  66. data/doc/html/globals.html +368 -0
  67. data/doc/html/globals_defs.html +41 -0
  68. data/doc/html/globals_func.html +364 -0
  69. data/doc/html/index.html +11 -0
  70. data/doc/html/main.html +22 -0
  71. data/doc/html/pages.html +24 -0
  72. data/doc/html/structCamAffineTransform.html +37 -0
  73. data/doc/html/structCamArithmParams.html +60 -0
  74. data/doc/html/structCamBasin.html +62 -0
  75. data/doc/html/structCamBitmapFont.html +37 -0
  76. data/doc/html/structCamBlobInfo.html +90 -0
  77. data/doc/html/structCamBlobs.html +51 -0
  78. data/doc/html/structCamImage.html +853 -0
  79. data/doc/html/structCamKeypoint.html +79 -0
  80. data/doc/html/structCamKeypoints.html +99 -0
  81. data/doc/html/structCamKeypointsKdTree.html +42 -0
  82. data/doc/html/structCamKeypointsMatches.html +54 -0
  83. data/doc/html/structCamLabelingResults.html +46 -0
  84. data/doc/html/structCamLinearFilterKernel.html +63 -0
  85. data/doc/html/structCamMeasuresResults.html +54 -0
  86. data/doc/html/structCamMorphoMathsKernel.html +81 -0
  87. data/doc/html/structCamPoint.html +46 -0
  88. data/doc/html/structCamRLEImage.html +183 -0
  89. data/doc/html/structCamROI.html +80 -0
  90. data/doc/html/structCamRun.html +56 -0
  91. data/doc/html/structCamSepFilterKernel.html +67 -0
  92. data/doc/html/structCamTable.html +46 -0
  93. data/doc/html/structCamTableOfBasins.html +37 -0
  94. data/doc/html/structCamVolbergFwdParams.html +46 -0
  95. data/doc/html/structCamWarpingParams.html +70 -0
  96. data/doc/html/tab_b.gif +0 -0
  97. data/doc/html/tab_l.gif +0 -0
  98. data/doc/html/tab_r.gif +0 -0
  99. data/doc/html/tabs.css +102 -0
  100. data/doc/html/todo.html +29 -0
  101. data/doc/html/tree.html +106 -0
  102. data/doc/rtf/refman.rtf +7866 -0
  103. data/ext/Makefile +149 -0
  104. data/ext/README +12 -0
  105. data/ext/camellia_ruby.i +493 -0
  106. data/ext/camellia_ruby_wrap.cxx +21103 -0
  107. data/ext/extconf.rb +12 -0
  108. data/ext/install.rb +11 -0
  109. data/ext/swig_ruby.dsp +159 -0
  110. data/ext/swig_ruby.vcproj +290 -0
  111. data/ext/test.rb +31 -0
  112. data/inc/SHLWAPI.H +661 -0
  113. data/inc/cam_capture.h +202 -0
  114. data/inc/camellia.h +2651 -0
  115. data/inc/camellia_internals.h +205 -0
  116. data/inc/config.h +62 -0
  117. data/inc/config.h.in +61 -0
  118. data/inc/stamp-h1 +1 -0
  119. data/lib/camellia-fox.rb +39 -0
  120. data/test/test_arithm.rb +13 -0
  121. data/test/test_capture.rb +15 -0
  122. data/test/test_color_labeling.rb +45 -0
  123. data/test/test_copy.rb +13 -0
  124. data/test/test_draw.rb +15 -0
  125. data/test/test_fixed_filters.rb +23 -0
  126. data/test/test_fox.rb +106 -0
  127. data/test/test_fox2.rb +108 -0
  128. data/test/test_histogram.rb +18 -0
  129. data/test/test_hough.rb +29 -0
  130. data/test/test_keypoints.rb +106 -0
  131. data/test/test_labeling.rb +30 -0
  132. data/test/test_mask.rb +34 -0
  133. data/test/test_warping.rb +46 -0
  134. data/test/test_watershed.rb +35 -0
  135. data/test/ts_camellia.rb +12 -0
  136. metadata +204 -0
@@ -0,0 +1,368 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3
+ <title>Camellia: Data Fields</title>
4
+ <link href="doxygen.css" rel="stylesheet" type="text/css">
5
+ <link href="tabs.css" rel="stylesheet" type="text/css">
6
+ </head><body>
7
+ <!-- Generated by Doxygen 1.5.3 -->
8
+ <div class="tabs">
9
+ <ul>
10
+ <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
11
+ <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
12
+ <li class="current"><a href="files.html"><span>Files</span></a></li>
13
+ <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
14
+ </ul>
15
+ </div>
16
+ <div class="tabs">
17
+ <ul>
18
+ <li><a href="files.html"><span>File&nbsp;List</span></a></li>
19
+ <li class="current"><a href="globals.html"><span>Globals</span></a></li>
20
+ </ul>
21
+ </div>
22
+ <div class="tabs">
23
+ <ul>
24
+ <li class="current"><a href="globals.html"><span>All</span></a></li>
25
+ <li><a href="globals_func.html"><span>Functions</span></a></li>
26
+ <li><a href="globals_defs.html"><span>Defines</span></a></li>
27
+ </ul>
28
+ </div>
29
+ <div class="tabs">
30
+ <ul>
31
+ <li><a href="#index_c"><span>c</span></a></li>
32
+ </ul>
33
+ </div>
34
+
35
+ <p>
36
+ Here is a list of all documented functions, variables, defines, enums, and typedefs with links to the documentation:
37
+ <p>
38
+ <h3><a class="anchor" name="index_c">- c -</a></h3><ul>
39
+ <li>CAM_RGB
40
+ : <a class="el" href="camellia_8h.html#ba7f529322af216adbff44dd5dda429a">camellia.h</a>
41
+ <li>CAM_RGBA
42
+ : <a class="el" href="camellia_8h.html#0c4aec999467782a435e90a17bf04df0">camellia.h</a>
43
+ <li>camAbs()
44
+ : <a class="el" href="camellia_8h.html#3f143e0650065dfaffe00db233efd3f9">camellia.h</a>
45
+ <li>camAccumulateLine()
46
+ : <a class="el" href="camellia_8h.html#58ab689dd945c0a44c13bfc1690567d9">camellia.h</a>
47
+ <li>camAdd()
48
+ : <a class="el" href="camellia_8h.html#a075aa7e1acffc34056c8ea2e0793c15">camellia.h</a>
49
+ <li>camAllocateBGRAImage()
50
+ : <a class="el" href="camellia_8h.html#bdaad0135b5c598ef1379690703703b4">camellia.h</a>
51
+ <li>camAllocateBGRImage()
52
+ : <a class="el" href="camellia_8h.html#4d6d862667b343fba17671cd0ec04060">camellia.h</a>
53
+ <li>camAllocateHLSImage()
54
+ : <a class="el" href="camellia_8h.html#ea168982d8e14543fd55f6da04be2934">camellia.h</a>
55
+ <li>camAllocateImage()
56
+ : <a class="el" href="camellia_8h.html#912e006e9f07a11ec36dbf8c3219d638">camellia.h</a>
57
+ <li>camAllocateImageEx()
58
+ : <a class="el" href="camellia_8h.html#3f4f5e263a8d1856dc62507ef7e9a3bb">camellia.h</a>
59
+ <li>camAllocateKeypoints()
60
+ : <a class="el" href="camellia_8h.html#24e47734b134286f05de2db740c96b7f">camellia.h</a>
61
+ <li>camAllocateKeypointsMatches()
62
+ : <a class="el" href="camellia_8h.html#19112fda60b52fe8402c8233d1abe4e2">camellia.h</a>
63
+ <li>camAllocateRGBAImage()
64
+ : <a class="el" href="camellia_8h.html#71efb458354b38be740b155c2644463d">camellia.h</a>
65
+ <li>camAllocateRGBImage()
66
+ : <a class="el" href="camellia_8h.html#9ab8678168958b15a014b09899575f6b">camellia.h</a>
67
+ <li>camAllocateYUVImage()
68
+ : <a class="el" href="camellia_8h.html#c4c5be480b06529eca08f1b0df99c5dc">camellia.h</a>
69
+ <li>camAlphaComposite()
70
+ : <a class="el" href="camellia_8h.html#29df19c4f072e54051e16dbae679d8ec">camellia.h</a>
71
+ <li>camApplyAffineTransform()
72
+ : <a class="el" href="camellia_8h.html#87f18e886e6bd7861a91a47a3a18e75e">camellia.h</a>
73
+ <li>camApplyLUT()
74
+ : <a class="el" href="camellia_8h.html#1059dd4f90093463d612651ebe7b340a">camellia.h</a>
75
+ <li>camBlobAnalysis1stScan()
76
+ : <a class="el" href="camellia_8h.html#dc751b1d21a7292086532567b39d5075">camellia.h</a>
77
+ <li>camBlobAnalysisRefinement()
78
+ : <a class="el" href="camellia_8h.html#4375c67533e4bf2d01d0a53453e366e3">camellia.h</a>
79
+ <li>camClip()
80
+ : <a class="el" href="camellia_8h.html#2a8f67c7fc1a9736f789a2458b8c1a3f">camellia.h</a>
81
+ <li>camClipROI()
82
+ : <a class="el" href="camellia_8h.html#5adebabc6e39eaafb1ec6abc0756f8c3">camellia.h</a>
83
+ <li>camClone()
84
+ : <a class="el" href="camellia_8h.html#1a6430576f1b718bc261009289418d9d">camellia.h</a>
85
+ <li>camCopy()
86
+ : <a class="el" href="camellia_8h.html#7b021e7ba78039afe11819d1bc9e906b">camellia.h</a>
87
+ <li>camDeallocateImage()
88
+ : <a class="el" href="camellia_8h.html#f9e0cfd15d26b78ad54684acb9aafb35">camellia.h</a>
89
+ <li>camDecimateNN()
90
+ : <a class="el" href="camellia_8h.html#8924fb25405730e75099c28b6415693f">camellia.h</a>
91
+ <li>camDilate3x3()
92
+ : <a class="el" href="camellia_8h.html#ea6d49b279e9f8b9a37ca76d76132dec">camellia.h</a>
93
+ <li>camDilate5x5()
94
+ : <a class="el" href="camellia_8h.html#25292226167d1208b5f2a0201c993f76">camellia.h</a>
95
+ <li>camDilate7x7()
96
+ : <a class="el" href="camellia_8h.html#877f74ef21bc6137de91330bc8221d51">camellia.h</a>
97
+ <li>camDilateCircle5()
98
+ : <a class="el" href="camellia_8h.html#290c44dc86b91ddfa7ed37d954e687d3">camellia.h</a>
99
+ <li>camDilateCircle7()
100
+ : <a class="el" href="camellia_8h.html#804d77aabcd5f77d3a4dd5f0fabb97ad">camellia.h</a>
101
+ <li>camDilateSquare3()
102
+ : <a class="el" href="camellia_8h.html#c91a921eddbe7e9650944dc637cd82ef">camellia.h</a>
103
+ <li>camDownScaling2x2()
104
+ : <a class="el" href="camellia_8h.html#d939ba2863df1f45fdbdd97ae404eafa">camellia.h</a>
105
+ <li>camDrawCircle()
106
+ : <a class="el" href="camellia_8h.html#4adc874143a32e767aad5f3329fccb9c">camellia.h</a>
107
+ <li>camDrawEllipse()
108
+ : <a class="el" href="camellia_8h.html#46d433af3bb1ca759be272291622b130">camellia.h</a>
109
+ <li>camDrawKeypoint()
110
+ : <a class="el" href="camellia_8h.html#404b9ccff1c286c618f1e0a85d9955e7">camellia.h</a>
111
+ <li>camDrawKeypoints()
112
+ : <a class="el" href="camellia_8h.html#96269ad40d6e7fbe1019609cffe14a58">camellia.h</a>
113
+ <li>camDrawLine()
114
+ : <a class="el" href="camellia_8h.html#4043dc2be0ba8d7a173f280f5d007d61">camellia.h</a>
115
+ <li>camDrawRectangle()
116
+ : <a class="el" href="camellia_8h.html#cffc60a3e19b28ee96d0ae9e56eabc3d">camellia.h</a>
117
+ <li>camDrawText16s()
118
+ : <a class="el" href="camellia_8h.html#f988af691f73e1402f3cfd2d4d3520c1">camellia.h</a>
119
+ <li>camDrawTextBitmap()
120
+ : <a class="el" href="camellia_8h.html#0dd59e044492e92d83b97fa895239398">camellia.h</a>
121
+ <li>camDyadicArithm()
122
+ : <a class="el" href="camellia_8h.html#92644056e097e0734e774001fbcdcacb">camellia.h</a>
123
+ <li>camEnlargeROI()
124
+ : <a class="el" href="camellia_8h.html#2dfe31c691e6b5c8686815c1e74aba66">camellia.h</a>
125
+ <li>camErode3x3()
126
+ : <a class="el" href="camellia_8h.html#66d45657c1f0d5c57ff29a6db5737124">camellia.h</a>
127
+ <li>camErode5x5()
128
+ : <a class="el" href="camellia_8h.html#509eb9626695b34a758cc646331d5738">camellia.h</a>
129
+ <li>camErode7x7()
130
+ : <a class="el" href="camellia_8h.html#40c1bc1ac3471c2b2b9d80196ef7c84b">camellia.h</a>
131
+ <li>camErodeCircle5()
132
+ : <a class="el" href="camellia_8h.html#17cbf594bed35eed1ad716bcfd586a2e">camellia.h</a>
133
+ <li>camErodeCircle7()
134
+ : <a class="el" href="camellia_8h.html#681f725ab242ecd8decf7c69fe84a941">camellia.h</a>
135
+ <li>camErodeSquare3()
136
+ : <a class="el" href="camellia_8h.html#944740494c1d9a5052d7976c1ca7037e">camellia.h</a>
137
+ <li>camError()
138
+ : <a class="el" href="camellia_8h.html#dd5488e303f8e030cca6dd592f987c89">camellia.h</a>
139
+ <li>camFastHessianDetector()
140
+ : <a class="el" href="camellia_8h.html#bcccad316d621ae86fdb4da6bc500119">camellia.h</a>
141
+ <li>camFastHessianDetectorFixedScale()
142
+ : <a class="el" href="camellia_8h.html#bf35335b4fb608df1027e5c172600ca0">camellia.h</a>
143
+ <li>camFillColor()
144
+ : <a class="el" href="camellia_8h.html#1cb0a4ab978407d47b9117430d33c3ae">camellia.h</a>
145
+ <li>camFillImageHeader()
146
+ : <a class="el" href="camellia_8h.html#7e15a79d8f2e9b6323cce0dc74fe8f02">camellia.h</a>
147
+ <li>camFindAffineTransform()
148
+ : <a class="el" href="camellia_8h.html#d4206e571087ad81100f3af4c2fcb552">camellia.h</a>
149
+ <li>camFindKeypoint()
150
+ : <a class="el" href="camellia_8h.html#6f2e53a03e30a93bdc41238835749aca">camellia.h</a>
151
+ <li>camFindLocalMaximaCircle3()
152
+ : <a class="el" href="camellia_8h.html#845a27c37bd030f61e922093974bf559">camellia.h</a>
153
+ <li>camFindLocalMaximaCircle5()
154
+ : <a class="el" href="camellia_8h.html#24c5e6cd5dae89458f8ec6d96bca913a">camellia.h</a>
155
+ <li>camFindLocalMaximaCircle7()
156
+ : <a class="el" href="camellia_8h.html#59fed4d1929b4e5a13e2f27cc24c3dc8">camellia.h</a>
157
+ <li>camFindThreshold()
158
+ : <a class="el" href="camellia_8h.html#ce8f5c621078474e934a52b895ce9f1d">camellia.h</a>
159
+ <li>camFixedFilter()
160
+ : <a class="el" href="camellia_8h.html#099ac7ec4a0693a86314fb3eaabaf017">camellia.h</a>
161
+ <li>camFreeBitmapFont()
162
+ : <a class="el" href="camellia_8h.html#8958f31168d1c65ddcb2a895b75c2045">camellia.h</a>
163
+ <li>camFreeImage()
164
+ : <a class="el" href="camellia_8h.html#ec824e1a11642d16688ff1c8aea54791">camellia.h</a>
165
+ <li>camFreeKeypoints()
166
+ : <a class="el" href="camellia_8h.html#4430338c8eb437d7d7c216f20a8e1fb8">camellia.h</a>
167
+ <li>camFreeKeypointsMatches()
168
+ : <a class="el" href="camellia_8h.html#863e173916b6d802a081a0835efd06eb">camellia.h</a>
169
+ <li>camFreeTableOfBasins()
170
+ : <a class="el" href="camellia_8h.html#b0ada0b41b9b3d5e20a8deeeb5285988">camellia.h</a>
171
+ <li>camHarris()
172
+ : <a class="el" href="camellia_8h.html#43d708768b49c7fd7d70395682df50fd">camellia.h</a>
173
+ <li>camHierarchicalWatershed()
174
+ : <a class="el" href="camellia_8h.html#24e77c449137eb273e6da49d84ad114a">camellia.h</a>
175
+ <li>camHierarchicalWatershedContours()
176
+ : <a class="el" href="camellia_8h.html#d6d60c91f0e41c7f367b97870913c26b">camellia.h</a>
177
+ <li>camHierarchicalWatershedRegions()
178
+ : <a class="el" href="camellia_8h.html#cd8315716d2699af0a2879ceee3f31ad">camellia.h</a>
179
+ <li>camHistogram()
180
+ : <a class="el" href="camellia_8h.html#2c8d0d19b76ab2b70bdb0863d265bc26">camellia.h</a>
181
+ <li>camHistogram2Channels()
182
+ : <a class="el" href="camellia_8h.html#de060106e377a48e599e782eb0331e81">camellia.h</a>
183
+ <li>camHistogramEqualization()
184
+ : <a class="el" href="camellia_8h.html#c0e2148995a8b6f897c30bfa8687dc07">camellia.h</a>
185
+ <li>camHoughCircle()
186
+ : <a class="el" href="camellia_8h.html#8d5f43e0d5e8d51ab70573bdc8f986e9">camellia.h</a>
187
+ <li>camIntegralImage()
188
+ : <a class="el" href="camellia_8h.html#b70cc0998157584bbb4df573a616271f">camellia.h</a>
189
+ <li>camIntersectionSegments()
190
+ : <a class="el" href="camellia_8h.html#1dddcefcb50d0e498810bfc075cd6533">camellia.h</a>
191
+ <li>camKeypointsMatching()
192
+ : <a class="el" href="camellia_8h.html#12b5414b38f85a3d95f85d9767c33eee">camellia.h</a>
193
+ <li>camLabeling()
194
+ : <a class="el" href="camellia_8h.html#5fc50b255032118cd481cf644c9ea49a">camellia.h</a>
195
+ <li>camLabeling2ndScan()
196
+ : <a class="el" href="camellia_8h.html#2a3522307f11a548e4cb1f335924e348">camellia.h</a>
197
+ <li>camLinearFilter3x3()
198
+ : <a class="el" href="camellia_8h.html#de3c164ac56119fc763e7b3060cba706">camellia.h</a>
199
+ <li>camLinearFilter5x5()
200
+ : <a class="el" href="camellia_8h.html#5dca8ce13c5257c51f680383ede892bd">camellia.h</a>
201
+ <li>camLinearFilterAbs3x3()
202
+ : <a class="el" href="camellia_8h.html#2dd8fc9c63273b19eafe861814e207a3">camellia.h</a>
203
+ <li>camLinearFilterAbs5x5()
204
+ : <a class="el" href="camellia_8h.html#786ba4a350d731400324e2d98a1194ff">camellia.h</a>
205
+ <li>camLoadBitmapFont()
206
+ : <a class="el" href="camellia_8h.html#f98ea6941be009a0b4c21858f1cc0698">camellia.h</a>
207
+ <li>camLoadBMP()
208
+ : <a class="el" href="camellia_8h.html#c7b9f5883f486f1af9971009347faf6f">camellia.h</a>
209
+ <li>camLoadPGM()
210
+ : <a class="el" href="camellia_8h.html#b795d824e2bd8f384980b79729b974a6">camellia.h</a>
211
+ <li>camMeasureAverageDeviation()
212
+ : <a class="el" href="camellia_8h.html#55f4073da0fd5b396807694f34351edd">camellia.h</a>
213
+ <li>camMeasures()
214
+ : <a class="el" href="camellia_8h.html#0d49d0d48bae1e33557913d5b46c2c56">camellia.h</a>
215
+ <li>camMedianFilter3x3()
216
+ : <a class="el" href="camellia_8h.html#a73779e31db619f5a35c45b707ee2732">camellia.h</a>
217
+ <li>camMedianFilter5x5()
218
+ : <a class="el" href="camellia_8h.html#0d9d8073e45c5f4ddd874acc919e16e7">camellia.h</a>
219
+ <li>camMonadicArithm()
220
+ : <a class="el" href="camellia_8h.html#893c77311bc86c4e0cd4145e9e4d73c5">camellia.h</a>
221
+ <li>camMorphoGradientCircle5()
222
+ : <a class="el" href="camellia_8h.html#293efc2f56e0b03053570e365fc0186f">camellia.h</a>
223
+ <li>camMorphoGradientCircle7()
224
+ : <a class="el" href="camellia_8h.html#f2ea7f9675545d5679c241888c13981c">camellia.h</a>
225
+ <li>camMorphoGradientSquare3()
226
+ : <a class="el" href="camellia_8h.html#2a4c93e9b36955b34685629043ce4de1">camellia.h</a>
227
+ <li>camMorphoMaths()
228
+ : <a class="el" href="camellia_8h.html#52d51b9230e15d3f4de74a5d0a9c6c11">camellia.h</a>
229
+ <li>camMul()
230
+ : <a class="el" href="camellia_8h.html#32b76b2d5b19d62ec552a8bb8ff2e469">camellia.h</a>
231
+ <li>camPlot()
232
+ : <a class="el" href="camellia_8h.html#7e7bab9a4ef6bc165f2cf12290d014fc">camellia.h</a>
233
+ <li>camReallocateKeypoints()
234
+ : <a class="el" href="camellia_8h.html#06e681e9a1386744c8756d070f7efb9e">camellia.h</a>
235
+ <li>camReduceROI()
236
+ : <a class="el" href="camellia_8h.html#9126b44faaeaa69e7b04f0738aa7a8b9">camellia.h</a>
237
+ <li>camRefCopy()
238
+ : <a class="el" href="camellia_8h.html#c5b250ed6063c5813d6ba085e7c7227e">camellia.h</a>
239
+ <li>camRGB()
240
+ : <a class="el" href="camellia_8h.html#f26daf901d61d38ed4b5c2dfe82b9691">camellia.h</a>
241
+ <li>camRGB2HLS()
242
+ : <a class="el" href="camellia_8h.html#5b44d46b2cc8662b2f87a5e6207d7cc6">camellia.h</a>
243
+ <li>camRGB2Y()
244
+ : <a class="el" href="camellia_8h.html#b0bbdcdb9e8960a91e7519de8d02cea4">camellia.h</a>
245
+ <li>camRGB2YUV()
246
+ : <a class="el" href="camellia_8h.html#13dd49f78d364201f6242b7ebe5defd6">camellia.h</a>
247
+ <li>camRGBA()
248
+ : <a class="el" href="camellia_8h.html#7527f24b971c50e84ee2438dd415c71f">camellia.h</a>
249
+ <li>camRLEAllocate()
250
+ : <a class="el" href="camellia_8h.html#7abff958da31df68c1e2e51876303592">camellia.h</a>
251
+ <li>camRLEApplyLUT()
252
+ : <a class="el" href="camellia_8h.html#117c49e467f08ecec1f4f48b8059d37a">camellia.h</a>
253
+ <li>camRLEBlobAnalysis()
254
+ : <a class="el" href="camellia_8h.html#7bdba2a8e16e2f3bd55dc8250bbafd39">camellia.h</a>
255
+ <li>camRLEBlobMeasures()
256
+ : <a class="el" href="camellia_8h.html#a4f8b9e5f17dfbbde1aa4718aa1d166d">camellia.h</a>
257
+ <li>camRLEBlobROIIntersect()
258
+ : <a class="el" href="camellia_8h.html#9b2aa4574f7ea43c845032725fa088d2">camellia.h</a>
259
+ <li>camRLEBlobSides()
260
+ : <a class="el" href="camellia_8h.html#b18d8a0893fc962226c70f0fbe7d5276">camellia.h</a>
261
+ <li>camRLEClone()
262
+ : <a class="el" href="camellia_8h.html#f6c8ab5acec8857c8299ba9a9e63fffd">camellia.h</a>
263
+ <li>camRLEDeallocate()
264
+ : <a class="el" href="camellia_8h.html#2c150b160d28340ece465e8161eb8757">camellia.h</a>
265
+ <li>camRLEDecode()
266
+ : <a class="el" href="camellia_8h.html#ebccaa8cc9e341ef28bc1184db25ac58">camellia.h</a>
267
+ <li>camRLEDecodeBlobs()
268
+ : <a class="el" href="camellia_8h.html#7b4e74dc430b35b0e7faf5243f705ffd">camellia.h</a>
269
+ <li>camRLEEncode()
270
+ : <a class="el" href="camellia_8h.html#a699c24c3840fca04e838d731aea1b7a">camellia.h</a>
271
+ <li>camRLEEncodeLUT()
272
+ : <a class="el" href="camellia_8h.html#36b4ca7ddca5c72859d5cb88a3875887">camellia.h</a>
273
+ <li>camRLEEncodeThreshold()
274
+ : <a class="el" href="camellia_8h.html#df671bd0479a0f1d78884878a7bdf3c3">camellia.h</a>
275
+ <li>camRLEEncodeThresholdInv()
276
+ : <a class="el" href="camellia_8h.html#2fab509f921ec4f4a8aef3ef93344347">camellia.h</a>
277
+ <li>camRLEErode3x2()
278
+ : <a class="el" href="camellia_8h.html#741866f17383569eb9ef8549848d36bd">camellia.h</a>
279
+ <li>camRLEErode3x3()
280
+ : <a class="el" href="camellia_8h.html#b8204547f72749bab5e21100d07c5d8a">camellia.h</a>
281
+ <li>camRLEErodeCross()
282
+ : <a class="el" href="camellia_8h.html#e68c93597753418b22d257ede896e4b9">camellia.h</a>
283
+ <li>camRLEFree()
284
+ : <a class="el" href="camellia_8h.html#0a2fb1b231e97725a8cd46e91a489daa">camellia.h</a>
285
+ <li>camRLEInverse()
286
+ : <a class="el" href="camellia_8h.html#3916b4991abbef547603dc205381a251">camellia.h</a>
287
+ <li>camRLELabeling()
288
+ : <a class="el" href="camellia_8h.html#348632f8fe184c8a0340d1adaf316e0d">camellia.h</a>
289
+ <li>camRLEReallocate()
290
+ : <a class="el" href="camellia_8h.html#b2e398655ce514efabaf74a2caca3447">camellia.h</a>
291
+ <li>camROIIntersect()
292
+ : <a class="el" href="camellia_8h.html#3185c266234556bd2f120096f1f08da5">camellia.h</a>
293
+ <li>camSaveBMP()
294
+ : <a class="el" href="camellia_8h.html#06cd51a111de95af501a3e7425868f9c">camellia.h</a>
295
+ <li>camSavePGM()
296
+ : <a class="el" href="camellia_8h.html#15f25150d0d3607c6e82d39ce713bfc3">camellia.h</a>
297
+ <li>camSaveRawPGM()
298
+ : <a class="el" href="camellia_8h.html#823fce2ce63e6c12b48c710d930d1e8b">camellia.h</a>
299
+ <li>camScale()
300
+ : <a class="el" href="camellia_8h.html#d35645928b902a2716cd4d3d79799970">camellia.h</a>
301
+ <li>camSepFilter3x3()
302
+ : <a class="el" href="camellia_8h.html#c4ff2c7004422882592e56e30245ae80">camellia.h</a>
303
+ <li>camSepFilter5x5()
304
+ : <a class="el" href="camellia_8h.html#85fc004b87bd87bdba6bb8a1f597aeb7">camellia.h</a>
305
+ <li>camSepFilter7x7()
306
+ : <a class="el" href="camellia_8h.html#bcd6d660fc22ead9c89038345e378b83">camellia.h</a>
307
+ <li>camSepFilterAbs3x3()
308
+ : <a class="el" href="camellia_8h.html#d3f008ee8a5885f955273fdcde72a105">camellia.h</a>
309
+ <li>camSepFilterAbs5x5()
310
+ : <a class="el" href="camellia_8h.html#33145b07e332bafe9dad7cee22ead5df">camellia.h</a>
311
+ <li>camSepFilterAbs7x7()
312
+ : <a class="el" href="camellia_8h.html#9d331944cb5958c8da918d9f8fa17f87">camellia.h</a>
313
+ <li>camSet()
314
+ : <a class="el" href="camellia_8h.html#6d88497c65ae028554a214a325a58d88">camellia.h</a>
315
+ <li>camSetBorder()
316
+ : <a class="el" href="camellia_8h.html#0cf71999d7a1fbae3c61a4dae8e3aa0a">camellia.h</a>
317
+ <li>camSetMask()
318
+ : <a class="el" href="camellia_8h.html#73dd3205a41d8a460f1d5057124475ed">camellia.h</a>
319
+ <li>camSetMaxROI()
320
+ : <a class="el" href="camellia_8h.html#5b388099a71fda354a7de927203b5056">camellia.h</a>
321
+ <li>camSetRLEMask()
322
+ : <a class="el" href="camellia_8h.html#0fc42c0fed9f1c909a7e3b4a97330aad">camellia.h</a>
323
+ <li>camSetROI()
324
+ : <a class="el" href="camellia_8h.html#35499ec3aab3b8bd15565f15bcbc434f">camellia.h</a>
325
+ <li>camSobelH()
326
+ : <a class="el" href="camellia_8h.html#4bd1a772ca2635653c867ed63abf80d4">camellia.h</a>
327
+ <li>camSobelHAbs()
328
+ : <a class="el" href="camellia_8h.html#42707f0ff29d6e629c46fe1b96b78d20">camellia.h</a>
329
+ <li>camSobelV()
330
+ : <a class="el" href="camellia_8h.html#925277229ae31d55a76bc54ad8d3f4bd">camellia.h</a>
331
+ <li>camSobelVAbs()
332
+ : <a class="el" href="camellia_8h.html#345e98b33f2ad94c87129acdfc539bfe">camellia.h</a>
333
+ <li>camSub()
334
+ : <a class="el" href="camellia_8h.html#ca659e68abd6449dfdd72070f55f3ef7">camellia.h</a>
335
+ <li>camSumH()
336
+ : <a class="el" href="camellia_8h.html#e7d48717a112c84b2b75e67e012b9cfa">camellia.h</a>
337
+ <li>camSumHV()
338
+ : <a class="el" href="camellia_8h.html#4ba2c4e9781a3673450d209cc0b67aad">camellia.h</a>
339
+ <li>camSumOfPixels()
340
+ : <a class="el" href="camellia_8h.html#25a8c3d19870e6593217af9734a4d8a5">camellia.h</a>
341
+ <li>camSumV()
342
+ : <a class="el" href="camellia_8h.html#b3bf851a2a4e3239812265c3500a3465">camellia.h</a>
343
+ <li>camThreshold()
344
+ : <a class="el" href="camellia_8h.html#3da02773030098aa2560d20c433508f1">camellia.h</a>
345
+ <li>camThresholdInv()
346
+ : <a class="el" href="camellia_8h.html#a662752c18c3bef9387a1eeb2de12ac5">camellia.h</a>
347
+ <li>camVersion()
348
+ : <a class="el" href="camellia_8h.html#29e7e764723f9f6e9c9222ddf8d5cd0d">camellia.h</a>
349
+ <li>camView()
350
+ : <a class="el" href="camellia_8h.html#9d3a1aac17bb5d79d1d5ffa7c6d081c5">camellia.h</a>
351
+ <li>camVolbergFwd()
352
+ : <a class="el" href="camellia_8h.html#748bad57cb453f2394a2f2a287993553">camellia.h</a>
353
+ <li>camVolbergFwdScanline()
354
+ : <a class="el" href="camellia_8h.html#78547e1ee667ba06ec613ea7e1a9a132">camellia.h</a>
355
+ <li>camWarping()
356
+ : <a class="el" href="camellia_8h.html#ad957d473fde58077a501728e5aa8f13">camellia.h</a>
357
+ <li>camWatershed1D()
358
+ : <a class="el" href="camellia_8h.html#7d5bb74a1500990197be468f1119f274">camellia.h</a>
359
+ <li>camYUV2RGB()
360
+ : <a class="el" href="camellia_8h.html#36862e66ce65a8ea856b3cd1948bc9bf">camellia.h</a>
361
+ <li>camZoom2x()
362
+ : <a class="el" href="camellia_8h.html#9a4a1542a049e0a321db75c5db12c681">camellia.h</a>
363
+ </ul>
364
+ <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 3 16:41:07 2008 for Camellia by&nbsp;
365
+ <a href="http://www.doxygen.org/index.html">
366
+ <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
367
+ </body>
368
+ </html>
@@ -0,0 +1,41 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3
+ <title>Camellia: Data Fields</title>
4
+ <link href="doxygen.css" rel="stylesheet" type="text/css">
5
+ <link href="tabs.css" rel="stylesheet" type="text/css">
6
+ </head><body>
7
+ <!-- Generated by Doxygen 1.5.3 -->
8
+ <div class="tabs">
9
+ <ul>
10
+ <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
11
+ <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
12
+ <li class="current"><a href="files.html"><span>Files</span></a></li>
13
+ <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
14
+ </ul>
15
+ </div>
16
+ <div class="tabs">
17
+ <ul>
18
+ <li><a href="files.html"><span>File&nbsp;List</span></a></li>
19
+ <li class="current"><a href="globals.html"><span>Globals</span></a></li>
20
+ </ul>
21
+ </div>
22
+ <div class="tabs">
23
+ <ul>
24
+ <li><a href="globals.html"><span>All</span></a></li>
25
+ <li><a href="globals_func.html"><span>Functions</span></a></li>
26
+ <li class="current"><a href="globals_defs.html"><span>Defines</span></a></li>
27
+ </ul>
28
+ </div>
29
+ &nbsp;
30
+ <p>
31
+ <ul>
32
+ <li>CAM_RGB
33
+ : <a class="el" href="camellia_8h.html#ba7f529322af216adbff44dd5dda429a">camellia.h</a>
34
+ <li>CAM_RGBA
35
+ : <a class="el" href="camellia_8h.html#0c4aec999467782a435e90a17bf04df0">camellia.h</a>
36
+ </ul>
37
+ <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 3 16:41:07 2008 for Camellia by&nbsp;
38
+ <a href="http://www.doxygen.org/index.html">
39
+ <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
40
+ </body>
41
+ </html>
@@ -0,0 +1,364 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3
+ <title>Camellia: Data Fields</title>
4
+ <link href="doxygen.css" rel="stylesheet" type="text/css">
5
+ <link href="tabs.css" rel="stylesheet" type="text/css">
6
+ </head><body>
7
+ <!-- Generated by Doxygen 1.5.3 -->
8
+ <div class="tabs">
9
+ <ul>
10
+ <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
11
+ <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
12
+ <li class="current"><a href="files.html"><span>Files</span></a></li>
13
+ <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
14
+ </ul>
15
+ </div>
16
+ <div class="tabs">
17
+ <ul>
18
+ <li><a href="files.html"><span>File&nbsp;List</span></a></li>
19
+ <li class="current"><a href="globals.html"><span>Globals</span></a></li>
20
+ </ul>
21
+ </div>
22
+ <div class="tabs">
23
+ <ul>
24
+ <li><a href="globals.html"><span>All</span></a></li>
25
+ <li class="current"><a href="globals_func.html"><span>Functions</span></a></li>
26
+ <li><a href="globals_defs.html"><span>Defines</span></a></li>
27
+ </ul>
28
+ </div>
29
+ <div class="tabs">
30
+ <ul>
31
+ <li><a href="#index_c"><span>c</span></a></li>
32
+ </ul>
33
+ </div>
34
+
35
+ <p>
36
+ &nbsp;
37
+ <p>
38
+ <h3><a class="anchor" name="index_c">- c -</a></h3><ul>
39
+ <li>camAbs()
40
+ : <a class="el" href="camellia_8h.html#3f143e0650065dfaffe00db233efd3f9">camellia.h</a>
41
+ <li>camAccumulateLine()
42
+ : <a class="el" href="camellia_8h.html#58ab689dd945c0a44c13bfc1690567d9">camellia.h</a>
43
+ <li>camAdd()
44
+ : <a class="el" href="camellia_8h.html#a075aa7e1acffc34056c8ea2e0793c15">camellia.h</a>
45
+ <li>camAllocateBGRAImage()
46
+ : <a class="el" href="camellia_8h.html#bdaad0135b5c598ef1379690703703b4">camellia.h</a>
47
+ <li>camAllocateBGRImage()
48
+ : <a class="el" href="camellia_8h.html#4d6d862667b343fba17671cd0ec04060">camellia.h</a>
49
+ <li>camAllocateHLSImage()
50
+ : <a class="el" href="camellia_8h.html#ea168982d8e14543fd55f6da04be2934">camellia.h</a>
51
+ <li>camAllocateImage()
52
+ : <a class="el" href="camellia_8h.html#912e006e9f07a11ec36dbf8c3219d638">camellia.h</a>
53
+ <li>camAllocateImageEx()
54
+ : <a class="el" href="camellia_8h.html#3f4f5e263a8d1856dc62507ef7e9a3bb">camellia.h</a>
55
+ <li>camAllocateKeypoints()
56
+ : <a class="el" href="camellia_8h.html#24e47734b134286f05de2db740c96b7f">camellia.h</a>
57
+ <li>camAllocateKeypointsMatches()
58
+ : <a class="el" href="camellia_8h.html#19112fda60b52fe8402c8233d1abe4e2">camellia.h</a>
59
+ <li>camAllocateRGBAImage()
60
+ : <a class="el" href="camellia_8h.html#71efb458354b38be740b155c2644463d">camellia.h</a>
61
+ <li>camAllocateRGBImage()
62
+ : <a class="el" href="camellia_8h.html#9ab8678168958b15a014b09899575f6b">camellia.h</a>
63
+ <li>camAllocateYUVImage()
64
+ : <a class="el" href="camellia_8h.html#c4c5be480b06529eca08f1b0df99c5dc">camellia.h</a>
65
+ <li>camAlphaComposite()
66
+ : <a class="el" href="camellia_8h.html#29df19c4f072e54051e16dbae679d8ec">camellia.h</a>
67
+ <li>camApplyAffineTransform()
68
+ : <a class="el" href="camellia_8h.html#87f18e886e6bd7861a91a47a3a18e75e">camellia.h</a>
69
+ <li>camApplyLUT()
70
+ : <a class="el" href="camellia_8h.html#1059dd4f90093463d612651ebe7b340a">camellia.h</a>
71
+ <li>camBlobAnalysis1stScan()
72
+ : <a class="el" href="camellia_8h.html#dc751b1d21a7292086532567b39d5075">camellia.h</a>
73
+ <li>camBlobAnalysisRefinement()
74
+ : <a class="el" href="camellia_8h.html#4375c67533e4bf2d01d0a53453e366e3">camellia.h</a>
75
+ <li>camClip()
76
+ : <a class="el" href="camellia_8h.html#2a8f67c7fc1a9736f789a2458b8c1a3f">camellia.h</a>
77
+ <li>camClipROI()
78
+ : <a class="el" href="camellia_8h.html#5adebabc6e39eaafb1ec6abc0756f8c3">camellia.h</a>
79
+ <li>camClone()
80
+ : <a class="el" href="camellia_8h.html#1a6430576f1b718bc261009289418d9d">camellia.h</a>
81
+ <li>camCopy()
82
+ : <a class="el" href="camellia_8h.html#7b021e7ba78039afe11819d1bc9e906b">camellia.h</a>
83
+ <li>camDeallocateImage()
84
+ : <a class="el" href="camellia_8h.html#f9e0cfd15d26b78ad54684acb9aafb35">camellia.h</a>
85
+ <li>camDecimateNN()
86
+ : <a class="el" href="camellia_8h.html#8924fb25405730e75099c28b6415693f">camellia.h</a>
87
+ <li>camDilate3x3()
88
+ : <a class="el" href="camellia_8h.html#ea6d49b279e9f8b9a37ca76d76132dec">camellia.h</a>
89
+ <li>camDilate5x5()
90
+ : <a class="el" href="camellia_8h.html#25292226167d1208b5f2a0201c993f76">camellia.h</a>
91
+ <li>camDilate7x7()
92
+ : <a class="el" href="camellia_8h.html#877f74ef21bc6137de91330bc8221d51">camellia.h</a>
93
+ <li>camDilateCircle5()
94
+ : <a class="el" href="camellia_8h.html#290c44dc86b91ddfa7ed37d954e687d3">camellia.h</a>
95
+ <li>camDilateCircle7()
96
+ : <a class="el" href="camellia_8h.html#804d77aabcd5f77d3a4dd5f0fabb97ad">camellia.h</a>
97
+ <li>camDilateSquare3()
98
+ : <a class="el" href="camellia_8h.html#c91a921eddbe7e9650944dc637cd82ef">camellia.h</a>
99
+ <li>camDownScaling2x2()
100
+ : <a class="el" href="camellia_8h.html#d939ba2863df1f45fdbdd97ae404eafa">camellia.h</a>
101
+ <li>camDrawCircle()
102
+ : <a class="el" href="camellia_8h.html#4adc874143a32e767aad5f3329fccb9c">camellia.h</a>
103
+ <li>camDrawEllipse()
104
+ : <a class="el" href="camellia_8h.html#46d433af3bb1ca759be272291622b130">camellia.h</a>
105
+ <li>camDrawKeypoint()
106
+ : <a class="el" href="camellia_8h.html#404b9ccff1c286c618f1e0a85d9955e7">camellia.h</a>
107
+ <li>camDrawKeypoints()
108
+ : <a class="el" href="camellia_8h.html#96269ad40d6e7fbe1019609cffe14a58">camellia.h</a>
109
+ <li>camDrawLine()
110
+ : <a class="el" href="camellia_8h.html#4043dc2be0ba8d7a173f280f5d007d61">camellia.h</a>
111
+ <li>camDrawRectangle()
112
+ : <a class="el" href="camellia_8h.html#cffc60a3e19b28ee96d0ae9e56eabc3d">camellia.h</a>
113
+ <li>camDrawText16s()
114
+ : <a class="el" href="camellia_8h.html#f988af691f73e1402f3cfd2d4d3520c1">camellia.h</a>
115
+ <li>camDrawTextBitmap()
116
+ : <a class="el" href="camellia_8h.html#0dd59e044492e92d83b97fa895239398">camellia.h</a>
117
+ <li>camDyadicArithm()
118
+ : <a class="el" href="camellia_8h.html#92644056e097e0734e774001fbcdcacb">camellia.h</a>
119
+ <li>camEnlargeROI()
120
+ : <a class="el" href="camellia_8h.html#2dfe31c691e6b5c8686815c1e74aba66">camellia.h</a>
121
+ <li>camErode3x3()
122
+ : <a class="el" href="camellia_8h.html#66d45657c1f0d5c57ff29a6db5737124">camellia.h</a>
123
+ <li>camErode5x5()
124
+ : <a class="el" href="camellia_8h.html#509eb9626695b34a758cc646331d5738">camellia.h</a>
125
+ <li>camErode7x7()
126
+ : <a class="el" href="camellia_8h.html#40c1bc1ac3471c2b2b9d80196ef7c84b">camellia.h</a>
127
+ <li>camErodeCircle5()
128
+ : <a class="el" href="camellia_8h.html#17cbf594bed35eed1ad716bcfd586a2e">camellia.h</a>
129
+ <li>camErodeCircle7()
130
+ : <a class="el" href="camellia_8h.html#681f725ab242ecd8decf7c69fe84a941">camellia.h</a>
131
+ <li>camErodeSquare3()
132
+ : <a class="el" href="camellia_8h.html#944740494c1d9a5052d7976c1ca7037e">camellia.h</a>
133
+ <li>camError()
134
+ : <a class="el" href="camellia_8h.html#dd5488e303f8e030cca6dd592f987c89">camellia.h</a>
135
+ <li>camFastHessianDetector()
136
+ : <a class="el" href="camellia_8h.html#bcccad316d621ae86fdb4da6bc500119">camellia.h</a>
137
+ <li>camFastHessianDetectorFixedScale()
138
+ : <a class="el" href="camellia_8h.html#bf35335b4fb608df1027e5c172600ca0">camellia.h</a>
139
+ <li>camFillColor()
140
+ : <a class="el" href="camellia_8h.html#1cb0a4ab978407d47b9117430d33c3ae">camellia.h</a>
141
+ <li>camFillImageHeader()
142
+ : <a class="el" href="camellia_8h.html#7e15a79d8f2e9b6323cce0dc74fe8f02">camellia.h</a>
143
+ <li>camFindAffineTransform()
144
+ : <a class="el" href="camellia_8h.html#d4206e571087ad81100f3af4c2fcb552">camellia.h</a>
145
+ <li>camFindKeypoint()
146
+ : <a class="el" href="camellia_8h.html#6f2e53a03e30a93bdc41238835749aca">camellia.h</a>
147
+ <li>camFindLocalMaximaCircle3()
148
+ : <a class="el" href="camellia_8h.html#845a27c37bd030f61e922093974bf559">camellia.h</a>
149
+ <li>camFindLocalMaximaCircle5()
150
+ : <a class="el" href="camellia_8h.html#24c5e6cd5dae89458f8ec6d96bca913a">camellia.h</a>
151
+ <li>camFindLocalMaximaCircle7()
152
+ : <a class="el" href="camellia_8h.html#59fed4d1929b4e5a13e2f27cc24c3dc8">camellia.h</a>
153
+ <li>camFindThreshold()
154
+ : <a class="el" href="camellia_8h.html#ce8f5c621078474e934a52b895ce9f1d">camellia.h</a>
155
+ <li>camFixedFilter()
156
+ : <a class="el" href="camellia_8h.html#099ac7ec4a0693a86314fb3eaabaf017">camellia.h</a>
157
+ <li>camFreeBitmapFont()
158
+ : <a class="el" href="camellia_8h.html#8958f31168d1c65ddcb2a895b75c2045">camellia.h</a>
159
+ <li>camFreeImage()
160
+ : <a class="el" href="camellia_8h.html#ec824e1a11642d16688ff1c8aea54791">camellia.h</a>
161
+ <li>camFreeKeypoints()
162
+ : <a class="el" href="camellia_8h.html#4430338c8eb437d7d7c216f20a8e1fb8">camellia.h</a>
163
+ <li>camFreeKeypointsMatches()
164
+ : <a class="el" href="camellia_8h.html#863e173916b6d802a081a0835efd06eb">camellia.h</a>
165
+ <li>camFreeTableOfBasins()
166
+ : <a class="el" href="camellia_8h.html#b0ada0b41b9b3d5e20a8deeeb5285988">camellia.h</a>
167
+ <li>camHarris()
168
+ : <a class="el" href="camellia_8h.html#43d708768b49c7fd7d70395682df50fd">camellia.h</a>
169
+ <li>camHierarchicalWatershed()
170
+ : <a class="el" href="camellia_8h.html#24e77c449137eb273e6da49d84ad114a">camellia.h</a>
171
+ <li>camHierarchicalWatershedContours()
172
+ : <a class="el" href="camellia_8h.html#d6d60c91f0e41c7f367b97870913c26b">camellia.h</a>
173
+ <li>camHierarchicalWatershedRegions()
174
+ : <a class="el" href="camellia_8h.html#cd8315716d2699af0a2879ceee3f31ad">camellia.h</a>
175
+ <li>camHistogram()
176
+ : <a class="el" href="camellia_8h.html#2c8d0d19b76ab2b70bdb0863d265bc26">camellia.h</a>
177
+ <li>camHistogram2Channels()
178
+ : <a class="el" href="camellia_8h.html#de060106e377a48e599e782eb0331e81">camellia.h</a>
179
+ <li>camHistogramEqualization()
180
+ : <a class="el" href="camellia_8h.html#c0e2148995a8b6f897c30bfa8687dc07">camellia.h</a>
181
+ <li>camHoughCircle()
182
+ : <a class="el" href="camellia_8h.html#8d5f43e0d5e8d51ab70573bdc8f986e9">camellia.h</a>
183
+ <li>camIntegralImage()
184
+ : <a class="el" href="camellia_8h.html#b70cc0998157584bbb4df573a616271f">camellia.h</a>
185
+ <li>camIntersectionSegments()
186
+ : <a class="el" href="camellia_8h.html#1dddcefcb50d0e498810bfc075cd6533">camellia.h</a>
187
+ <li>camKeypointsMatching()
188
+ : <a class="el" href="camellia_8h.html#12b5414b38f85a3d95f85d9767c33eee">camellia.h</a>
189
+ <li>camLabeling()
190
+ : <a class="el" href="camellia_8h.html#5fc50b255032118cd481cf644c9ea49a">camellia.h</a>
191
+ <li>camLabeling2ndScan()
192
+ : <a class="el" href="camellia_8h.html#2a3522307f11a548e4cb1f335924e348">camellia.h</a>
193
+ <li>camLinearFilter3x3()
194
+ : <a class="el" href="camellia_8h.html#de3c164ac56119fc763e7b3060cba706">camellia.h</a>
195
+ <li>camLinearFilter5x5()
196
+ : <a class="el" href="camellia_8h.html#5dca8ce13c5257c51f680383ede892bd">camellia.h</a>
197
+ <li>camLinearFilterAbs3x3()
198
+ : <a class="el" href="camellia_8h.html#2dd8fc9c63273b19eafe861814e207a3">camellia.h</a>
199
+ <li>camLinearFilterAbs5x5()
200
+ : <a class="el" href="camellia_8h.html#786ba4a350d731400324e2d98a1194ff">camellia.h</a>
201
+ <li>camLoadBitmapFont()
202
+ : <a class="el" href="camellia_8h.html#f98ea6941be009a0b4c21858f1cc0698">camellia.h</a>
203
+ <li>camLoadBMP()
204
+ : <a class="el" href="camellia_8h.html#c7b9f5883f486f1af9971009347faf6f">camellia.h</a>
205
+ <li>camLoadPGM()
206
+ : <a class="el" href="camellia_8h.html#b795d824e2bd8f384980b79729b974a6">camellia.h</a>
207
+ <li>camMeasureAverageDeviation()
208
+ : <a class="el" href="camellia_8h.html#55f4073da0fd5b396807694f34351edd">camellia.h</a>
209
+ <li>camMeasures()
210
+ : <a class="el" href="camellia_8h.html#0d49d0d48bae1e33557913d5b46c2c56">camellia.h</a>
211
+ <li>camMedianFilter3x3()
212
+ : <a class="el" href="camellia_8h.html#a73779e31db619f5a35c45b707ee2732">camellia.h</a>
213
+ <li>camMedianFilter5x5()
214
+ : <a class="el" href="camellia_8h.html#0d9d8073e45c5f4ddd874acc919e16e7">camellia.h</a>
215
+ <li>camMonadicArithm()
216
+ : <a class="el" href="camellia_8h.html#893c77311bc86c4e0cd4145e9e4d73c5">camellia.h</a>
217
+ <li>camMorphoGradientCircle5()
218
+ : <a class="el" href="camellia_8h.html#293efc2f56e0b03053570e365fc0186f">camellia.h</a>
219
+ <li>camMorphoGradientCircle7()
220
+ : <a class="el" href="camellia_8h.html#f2ea7f9675545d5679c241888c13981c">camellia.h</a>
221
+ <li>camMorphoGradientSquare3()
222
+ : <a class="el" href="camellia_8h.html#2a4c93e9b36955b34685629043ce4de1">camellia.h</a>
223
+ <li>camMorphoMaths()
224
+ : <a class="el" href="camellia_8h.html#52d51b9230e15d3f4de74a5d0a9c6c11">camellia.h</a>
225
+ <li>camMul()
226
+ : <a class="el" href="camellia_8h.html#32b76b2d5b19d62ec552a8bb8ff2e469">camellia.h</a>
227
+ <li>camPlot()
228
+ : <a class="el" href="camellia_8h.html#7e7bab9a4ef6bc165f2cf12290d014fc">camellia.h</a>
229
+ <li>camReallocateKeypoints()
230
+ : <a class="el" href="camellia_8h.html#06e681e9a1386744c8756d070f7efb9e">camellia.h</a>
231
+ <li>camReduceROI()
232
+ : <a class="el" href="camellia_8h.html#9126b44faaeaa69e7b04f0738aa7a8b9">camellia.h</a>
233
+ <li>camRefCopy()
234
+ : <a class="el" href="camellia_8h.html#c5b250ed6063c5813d6ba085e7c7227e">camellia.h</a>
235
+ <li>camRGB()
236
+ : <a class="el" href="camellia_8h.html#f26daf901d61d38ed4b5c2dfe82b9691">camellia.h</a>
237
+ <li>camRGB2HLS()
238
+ : <a class="el" href="camellia_8h.html#5b44d46b2cc8662b2f87a5e6207d7cc6">camellia.h</a>
239
+ <li>camRGB2Y()
240
+ : <a class="el" href="camellia_8h.html#b0bbdcdb9e8960a91e7519de8d02cea4">camellia.h</a>
241
+ <li>camRGB2YUV()
242
+ : <a class="el" href="camellia_8h.html#13dd49f78d364201f6242b7ebe5defd6">camellia.h</a>
243
+ <li>camRGBA()
244
+ : <a class="el" href="camellia_8h.html#7527f24b971c50e84ee2438dd415c71f">camellia.h</a>
245
+ <li>camRLEAllocate()
246
+ : <a class="el" href="camellia_8h.html#7abff958da31df68c1e2e51876303592">camellia.h</a>
247
+ <li>camRLEApplyLUT()
248
+ : <a class="el" href="camellia_8h.html#117c49e467f08ecec1f4f48b8059d37a">camellia.h</a>
249
+ <li>camRLEBlobAnalysis()
250
+ : <a class="el" href="camellia_8h.html#7bdba2a8e16e2f3bd55dc8250bbafd39">camellia.h</a>
251
+ <li>camRLEBlobMeasures()
252
+ : <a class="el" href="camellia_8h.html#a4f8b9e5f17dfbbde1aa4718aa1d166d">camellia.h</a>
253
+ <li>camRLEBlobROIIntersect()
254
+ : <a class="el" href="camellia_8h.html#9b2aa4574f7ea43c845032725fa088d2">camellia.h</a>
255
+ <li>camRLEBlobSides()
256
+ : <a class="el" href="camellia_8h.html#b18d8a0893fc962226c70f0fbe7d5276">camellia.h</a>
257
+ <li>camRLEClone()
258
+ : <a class="el" href="camellia_8h.html#f6c8ab5acec8857c8299ba9a9e63fffd">camellia.h</a>
259
+ <li>camRLEDeallocate()
260
+ : <a class="el" href="camellia_8h.html#2c150b160d28340ece465e8161eb8757">camellia.h</a>
261
+ <li>camRLEDecode()
262
+ : <a class="el" href="camellia_8h.html#ebccaa8cc9e341ef28bc1184db25ac58">camellia.h</a>
263
+ <li>camRLEDecodeBlobs()
264
+ : <a class="el" href="camellia_8h.html#7b4e74dc430b35b0e7faf5243f705ffd">camellia.h</a>
265
+ <li>camRLEEncode()
266
+ : <a class="el" href="camellia_8h.html#a699c24c3840fca04e838d731aea1b7a">camellia.h</a>
267
+ <li>camRLEEncodeLUT()
268
+ : <a class="el" href="camellia_8h.html#36b4ca7ddca5c72859d5cb88a3875887">camellia.h</a>
269
+ <li>camRLEEncodeThreshold()
270
+ : <a class="el" href="camellia_8h.html#df671bd0479a0f1d78884878a7bdf3c3">camellia.h</a>
271
+ <li>camRLEEncodeThresholdInv()
272
+ : <a class="el" href="camellia_8h.html#2fab509f921ec4f4a8aef3ef93344347">camellia.h</a>
273
+ <li>camRLEErode3x2()
274
+ : <a class="el" href="camellia_8h.html#741866f17383569eb9ef8549848d36bd">camellia.h</a>
275
+ <li>camRLEErode3x3()
276
+ : <a class="el" href="camellia_8h.html#b8204547f72749bab5e21100d07c5d8a">camellia.h</a>
277
+ <li>camRLEErodeCross()
278
+ : <a class="el" href="camellia_8h.html#e68c93597753418b22d257ede896e4b9">camellia.h</a>
279
+ <li>camRLEFree()
280
+ : <a class="el" href="camellia_8h.html#0a2fb1b231e97725a8cd46e91a489daa">camellia.h</a>
281
+ <li>camRLEInverse()
282
+ : <a class="el" href="camellia_8h.html#3916b4991abbef547603dc205381a251">camellia.h</a>
283
+ <li>camRLELabeling()
284
+ : <a class="el" href="camellia_8h.html#348632f8fe184c8a0340d1adaf316e0d">camellia.h</a>
285
+ <li>camRLEReallocate()
286
+ : <a class="el" href="camellia_8h.html#b2e398655ce514efabaf74a2caca3447">camellia.h</a>
287
+ <li>camROIIntersect()
288
+ : <a class="el" href="camellia_8h.html#3185c266234556bd2f120096f1f08da5">camellia.h</a>
289
+ <li>camSaveBMP()
290
+ : <a class="el" href="camellia_8h.html#06cd51a111de95af501a3e7425868f9c">camellia.h</a>
291
+ <li>camSavePGM()
292
+ : <a class="el" href="camellia_8h.html#15f25150d0d3607c6e82d39ce713bfc3">camellia.h</a>
293
+ <li>camSaveRawPGM()
294
+ : <a class="el" href="camellia_8h.html#823fce2ce63e6c12b48c710d930d1e8b">camellia.h</a>
295
+ <li>camScale()
296
+ : <a class="el" href="camellia_8h.html#d35645928b902a2716cd4d3d79799970">camellia.h</a>
297
+ <li>camSepFilter3x3()
298
+ : <a class="el" href="camellia_8h.html#c4ff2c7004422882592e56e30245ae80">camellia.h</a>
299
+ <li>camSepFilter5x5()
300
+ : <a class="el" href="camellia_8h.html#85fc004b87bd87bdba6bb8a1f597aeb7">camellia.h</a>
301
+ <li>camSepFilter7x7()
302
+ : <a class="el" href="camellia_8h.html#bcd6d660fc22ead9c89038345e378b83">camellia.h</a>
303
+ <li>camSepFilterAbs3x3()
304
+ : <a class="el" href="camellia_8h.html#d3f008ee8a5885f955273fdcde72a105">camellia.h</a>
305
+ <li>camSepFilterAbs5x5()
306
+ : <a class="el" href="camellia_8h.html#33145b07e332bafe9dad7cee22ead5df">camellia.h</a>
307
+ <li>camSepFilterAbs7x7()
308
+ : <a class="el" href="camellia_8h.html#9d331944cb5958c8da918d9f8fa17f87">camellia.h</a>
309
+ <li>camSet()
310
+ : <a class="el" href="camellia_8h.html#6d88497c65ae028554a214a325a58d88">camellia.h</a>
311
+ <li>camSetBorder()
312
+ : <a class="el" href="camellia_8h.html#0cf71999d7a1fbae3c61a4dae8e3aa0a">camellia.h</a>
313
+ <li>camSetMask()
314
+ : <a class="el" href="camellia_8h.html#73dd3205a41d8a460f1d5057124475ed">camellia.h</a>
315
+ <li>camSetMaxROI()
316
+ : <a class="el" href="camellia_8h.html#5b388099a71fda354a7de927203b5056">camellia.h</a>
317
+ <li>camSetRLEMask()
318
+ : <a class="el" href="camellia_8h.html#0fc42c0fed9f1c909a7e3b4a97330aad">camellia.h</a>
319
+ <li>camSetROI()
320
+ : <a class="el" href="camellia_8h.html#35499ec3aab3b8bd15565f15bcbc434f">camellia.h</a>
321
+ <li>camSobelH()
322
+ : <a class="el" href="camellia_8h.html#4bd1a772ca2635653c867ed63abf80d4">camellia.h</a>
323
+ <li>camSobelHAbs()
324
+ : <a class="el" href="camellia_8h.html#42707f0ff29d6e629c46fe1b96b78d20">camellia.h</a>
325
+ <li>camSobelV()
326
+ : <a class="el" href="camellia_8h.html#925277229ae31d55a76bc54ad8d3f4bd">camellia.h</a>
327
+ <li>camSobelVAbs()
328
+ : <a class="el" href="camellia_8h.html#345e98b33f2ad94c87129acdfc539bfe">camellia.h</a>
329
+ <li>camSub()
330
+ : <a class="el" href="camellia_8h.html#ca659e68abd6449dfdd72070f55f3ef7">camellia.h</a>
331
+ <li>camSumH()
332
+ : <a class="el" href="camellia_8h.html#e7d48717a112c84b2b75e67e012b9cfa">camellia.h</a>
333
+ <li>camSumHV()
334
+ : <a class="el" href="camellia_8h.html#4ba2c4e9781a3673450d209cc0b67aad">camellia.h</a>
335
+ <li>camSumOfPixels()
336
+ : <a class="el" href="camellia_8h.html#25a8c3d19870e6593217af9734a4d8a5">camellia.h</a>
337
+ <li>camSumV()
338
+ : <a class="el" href="camellia_8h.html#b3bf851a2a4e3239812265c3500a3465">camellia.h</a>
339
+ <li>camThreshold()
340
+ : <a class="el" href="camellia_8h.html#3da02773030098aa2560d20c433508f1">camellia.h</a>
341
+ <li>camThresholdInv()
342
+ : <a class="el" href="camellia_8h.html#a662752c18c3bef9387a1eeb2de12ac5">camellia.h</a>
343
+ <li>camVersion()
344
+ : <a class="el" href="camellia_8h.html#29e7e764723f9f6e9c9222ddf8d5cd0d">camellia.h</a>
345
+ <li>camView()
346
+ : <a class="el" href="camellia_8h.html#9d3a1aac17bb5d79d1d5ffa7c6d081c5">camellia.h</a>
347
+ <li>camVolbergFwd()
348
+ : <a class="el" href="camellia_8h.html#748bad57cb453f2394a2f2a287993553">camellia.h</a>
349
+ <li>camVolbergFwdScanline()
350
+ : <a class="el" href="camellia_8h.html#78547e1ee667ba06ec613ea7e1a9a132">camellia.h</a>
351
+ <li>camWarping()
352
+ : <a class="el" href="camellia_8h.html#ad957d473fde58077a501728e5aa8f13">camellia.h</a>
353
+ <li>camWatershed1D()
354
+ : <a class="el" href="camellia_8h.html#7d5bb74a1500990197be468f1119f274">camellia.h</a>
355
+ <li>camYUV2RGB()
356
+ : <a class="el" href="camellia_8h.html#36862e66ce65a8ea856b3cd1948bc9bf">camellia.h</a>
357
+ <li>camZoom2x()
358
+ : <a class="el" href="camellia_8h.html#9a4a1542a049e0a321db75c5db12c681">camellia.h</a>
359
+ </ul>
360
+ <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 3 16:41:07 2008 for Camellia by&nbsp;
361
+ <a href="http://www.doxygen.org/index.html">
362
+ <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
363
+ </body>
364
+ </html>