package-summary.html 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc (1.8.0_312) on Wed Jun 28 12:47:25 UTC 2023 -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <title>org.opencv.imgproc (OpenCV 4.8.0 Java documentation)</title>
  8. <meta name="date" content="2023-06-28">
  9. <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
  10. <script type="text/javascript" src="../../../script.js"></script>
  11. </head>
  12. <body>
  13. <script type="text/javascript"><!--
  14. try {
  15. if (location.href.indexOf('is-external=true') == -1) {
  16. parent.document.title="org.opencv.imgproc (OpenCV 4.8.0 Java documentation)";
  17. }
  18. }
  19. catch(err) {
  20. }
  21. //-->
  22. </script>
  23. <noscript>
  24. <div>JavaScript is disabled on your browser.</div>
  25. </noscript>
  26. <!-- ========= START OF TOP NAVBAR ======= -->
  27. <div class="topNav"><a name="navbar.top">
  28. <!-- -->
  29. </a>
  30. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  31. <a name="navbar.top.firstrow">
  32. <!-- -->
  33. </a>
  34. <ul class="navList" title="Navigation">
  35. <li><a href="../../../overview-summary.html">Overview</a></li>
  36. <li class="navBarCell1Rev">Package</li>
  37. <li>Class</li>
  38. <li><a href="package-tree.html">Tree</a></li>
  39. <li><a href="../../../index-all.html">Index</a></li>
  40. <li><a href="../../../help-doc.html">Help</a></li>
  41. </ul>
  42. <div class="aboutLanguage">
  43. <script>
  44. var url = window.location.href;
  45. var pos = url.lastIndexOf('/javadoc/');
  46. url = pos >= 0 ? (url.substring(0, pos) + '/javadoc/mymath.js') : (window.location.origin + '/mymath.js');
  47. var script = document.createElement('script');
  48. script.src = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML,' + url;
  49. document.getElementsByTagName('head')[0].appendChild(script);
  50. </script>
  51. </div>
  52. </div>
  53. <div class="subNav">
  54. <ul class="navList">
  55. <li><a href="../../../org/opencv/imgcodecs/package-summary.html">Prev&nbsp;Package</a></li>
  56. <li><a href="../../../org/opencv/ml/package-summary.html">Next&nbsp;Package</a></li>
  57. </ul>
  58. <ul class="navList">
  59. <li><a href="../../../index.html?org/opencv/imgproc/package-summary.html" target="_top">Frames</a></li>
  60. <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
  61. </ul>
  62. <ul class="navList" id="allclasses_navbar_top">
  63. <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  64. </ul>
  65. <div>
  66. <script type="text/javascript"><!--
  67. allClassesLink = document.getElementById("allclasses_navbar_top");
  68. if(window==top) {
  69. allClassesLink.style.display = "block";
  70. }
  71. else {
  72. allClassesLink.style.display = "none";
  73. }
  74. //-->
  75. </script>
  76. </div>
  77. <a name="skip.navbar.top">
  78. <!-- -->
  79. </a></div>
  80. <!-- ========= END OF TOP NAVBAR ========= -->
  81. <div class="header">
  82. <h1 title="Package" class="title">Package&nbsp;org.opencv.imgproc</h1>
  83. </div>
  84. <div class="contentContainer">
  85. <ul class="blockList">
  86. <li class="blockList">
  87. <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
  88. <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
  89. <tr>
  90. <th class="colFirst" scope="col">Class</th>
  91. <th class="colLast" scope="col">Description</th>
  92. </tr>
  93. <tbody>
  94. <tr class="altColor">
  95. <td class="colFirst"><a href="../../../org/opencv/imgproc/CLAHE.html" title="class in org.opencv.imgproc">CLAHE</a></td>
  96. <td class="colLast">
  97. <div class="block">Base class for Contrast Limited Adaptive Histogram Equalization.</div>
  98. </td>
  99. </tr>
  100. <tr class="rowColor">
  101. <td class="colFirst"><a href="../../../org/opencv/imgproc/GeneralizedHough.html" title="class in org.opencv.imgproc">GeneralizedHough</a></td>
  102. <td class="colLast">
  103. <div class="block">finds arbitrary template in the grayscale image using Generalized Hough Transform</div>
  104. </td>
  105. </tr>
  106. <tr class="altColor">
  107. <td class="colFirst"><a href="../../../org/opencv/imgproc/GeneralizedHoughBallard.html" title="class in org.opencv.imgproc">GeneralizedHoughBallard</a></td>
  108. <td class="colLast">
  109. <div class="block">finds arbitrary template in the grayscale image using Generalized Hough Transform
  110. Detects position only without translation and rotation CITE: Ballard1981 .</div>
  111. </td>
  112. </tr>
  113. <tr class="rowColor">
  114. <td class="colFirst"><a href="../../../org/opencv/imgproc/GeneralizedHoughGuil.html" title="class in org.opencv.imgproc">GeneralizedHoughGuil</a></td>
  115. <td class="colLast">
  116. <div class="block">finds arbitrary template in the grayscale image using Generalized Hough Transform
  117. Detects position, translation and rotation CITE: Guil1999 .</div>
  118. </td>
  119. </tr>
  120. <tr class="altColor">
  121. <td class="colFirst"><a href="../../../org/opencv/imgproc/Imgproc.html" title="class in org.opencv.imgproc">Imgproc</a></td>
  122. <td class="colLast">&nbsp;</td>
  123. </tr>
  124. <tr class="rowColor">
  125. <td class="colFirst"><a href="../../../org/opencv/imgproc/IntelligentScissorsMB.html" title="class in org.opencv.imgproc">IntelligentScissorsMB</a></td>
  126. <td class="colLast">
  127. <div class="block">Intelligent Scissors image segmentation
  128. This class is used to find the path (contour) between two points
  129. which can be used for image segmentation.</div>
  130. </td>
  131. </tr>
  132. <tr class="altColor">
  133. <td class="colFirst"><a href="../../../org/opencv/imgproc/LineSegmentDetector.html" title="class in org.opencv.imgproc">LineSegmentDetector</a></td>
  134. <td class="colLast">
  135. <div class="block">Line segment detector class
  136. following the algorithm described at CITE: Rafael12 .</div>
  137. </td>
  138. </tr>
  139. <tr class="rowColor">
  140. <td class="colFirst"><a href="../../../org/opencv/imgproc/Moments.html" title="class in org.opencv.imgproc">Moments</a></td>
  141. <td class="colLast">&nbsp;</td>
  142. </tr>
  143. <tr class="altColor">
  144. <td class="colFirst"><a href="../../../org/opencv/imgproc/Subdiv2D.html" title="class in org.opencv.imgproc">Subdiv2D</a></td>
  145. <td class="colLast">&nbsp;</td>
  146. </tr>
  147. </tbody>
  148. </table>
  149. </li>
  150. </ul>
  151. </div>
  152. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  153. <div class="bottomNav"><a name="navbar.bottom">
  154. <!-- -->
  155. </a>
  156. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  157. <a name="navbar.bottom.firstrow">
  158. <!-- -->
  159. </a>
  160. <ul class="navList" title="Navigation">
  161. <li><a href="../../../overview-summary.html">Overview</a></li>
  162. <li class="navBarCell1Rev">Package</li>
  163. <li>Class</li>
  164. <li><a href="package-tree.html">Tree</a></li>
  165. <li><a href="../../../index-all.html">Index</a></li>
  166. <li><a href="../../../help-doc.html">Help</a></li>
  167. </ul>
  168. <div class="aboutLanguage">
  169. <script>
  170. var url = window.location.href;
  171. var pos = url.lastIndexOf('/javadoc/');
  172. url = pos >= 0 ? (url.substring(0, pos) + '/javadoc/mymath.js') : (window.location.origin + '/mymath.js');
  173. var script = document.createElement('script');
  174. script.src = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML,' + url;
  175. document.getElementsByTagName('head')[0].appendChild(script);
  176. </script>
  177. </div>
  178. </div>
  179. <div class="subNav">
  180. <ul class="navList">
  181. <li><a href="../../../org/opencv/imgcodecs/package-summary.html">Prev&nbsp;Package</a></li>
  182. <li><a href="../../../org/opencv/ml/package-summary.html">Next&nbsp;Package</a></li>
  183. </ul>
  184. <ul class="navList">
  185. <li><a href="../../../index.html?org/opencv/imgproc/package-summary.html" target="_top">Frames</a></li>
  186. <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
  187. </ul>
  188. <ul class="navList" id="allclasses_navbar_bottom">
  189. <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  190. </ul>
  191. <div>
  192. <script type="text/javascript"><!--
  193. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  194. if(window==top) {
  195. allClassesLink.style.display = "block";
  196. }
  197. else {
  198. allClassesLink.style.display = "none";
  199. }
  200. //-->
  201. </script>
  202. </div>
  203. <a name="skip.navbar.bottom">
  204. <!-- -->
  205. </a></div>
  206. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  207. <p class="legalCopy"><small>Generated on 2023-06-28 12:47:21 / OpenCV 4.8.0</small></p>
  208. </body>
  209. </html>