SIFT.html 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821
  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:23 UTC 2023 -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <title>SIFT (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="SIFT (OpenCV 4.8.0 Java documentation)";
  17. }
  18. }
  19. catch(err) {
  20. }
  21. //-->
  22. var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10};
  23. var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
  24. var altColor = "altColor";
  25. var rowColor = "rowColor";
  26. var tableTab = "tableTab";
  27. var activeTableTab = "activeTableTab";
  28. </script>
  29. <noscript>
  30. <div>JavaScript is disabled on your browser.</div>
  31. </noscript>
  32. <!-- ========= START OF TOP NAVBAR ======= -->
  33. <div class="topNav"><a name="navbar.top">
  34. <!-- -->
  35. </a>
  36. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  37. <a name="navbar.top.firstrow">
  38. <!-- -->
  39. </a>
  40. <ul class="navList" title="Navigation">
  41. <li><a href="../../../overview-summary.html">Overview</a></li>
  42. <li><a href="package-summary.html">Package</a></li>
  43. <li class="navBarCell1Rev">Class</li>
  44. <li><a href="package-tree.html">Tree</a></li>
  45. <li><a href="../../../index-all.html">Index</a></li>
  46. <li><a href="../../../help-doc.html">Help</a></li>
  47. </ul>
  48. <div class="aboutLanguage">
  49. <script>
  50. var url = window.location.href;
  51. var pos = url.lastIndexOf('/javadoc/');
  52. url = pos >= 0 ? (url.substring(0, pos) + '/javadoc/mymath.js') : (window.location.origin + '/mymath.js');
  53. var script = document.createElement('script');
  54. script.src = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML,' + url;
  55. document.getElementsByTagName('head')[0].appendChild(script);
  56. </script>
  57. </div>
  58. </div>
  59. <div class="subNav">
  60. <ul class="navList">
  61. <li><a href="../../../org/opencv/features2d/ORB.html" title="class in org.opencv.features2d"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  62. <li><a href="../../../org/opencv/features2d/SimpleBlobDetector.html" title="class in org.opencv.features2d"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  63. </ul>
  64. <ul class="navList">
  65. <li><a href="../../../index.html?org/opencv/features2d/SIFT.html" target="_top">Frames</a></li>
  66. <li><a href="SIFT.html" target="_top">No&nbsp;Frames</a></li>
  67. </ul>
  68. <ul class="navList" id="allclasses_navbar_top">
  69. <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  70. </ul>
  71. <div>
  72. <script type="text/javascript"><!--
  73. allClassesLink = document.getElementById("allclasses_navbar_top");
  74. if(window==top) {
  75. allClassesLink.style.display = "block";
  76. }
  77. else {
  78. allClassesLink.style.display = "none";
  79. }
  80. //-->
  81. </script>
  82. </div>
  83. <div>
  84. <ul class="subNavList">
  85. <li>Summary:&nbsp;</li>
  86. <li>Nested&nbsp;|&nbsp;</li>
  87. <li>Field&nbsp;|&nbsp;</li>
  88. <li>Constr&nbsp;|&nbsp;</li>
  89. <li><a href="#method.summary">Method</a></li>
  90. </ul>
  91. <ul class="subNavList">
  92. <li>Detail:&nbsp;</li>
  93. <li>Field&nbsp;|&nbsp;</li>
  94. <li>Constr&nbsp;|&nbsp;</li>
  95. <li><a href="#method.detail">Method</a></li>
  96. </ul>
  97. </div>
  98. <a name="skip.navbar.top">
  99. <!-- -->
  100. </a></div>
  101. <!-- ========= END OF TOP NAVBAR ========= -->
  102. <!-- ======== START OF CLASS DATA ======== -->
  103. <div class="header">
  104. <div class="subTitle">org.opencv.features2d</div>
  105. <h2 title="Class SIFT" class="title">Class SIFT</h2>
  106. </div>
  107. <div class="contentContainer">
  108. <ul class="inheritance">
  109. <li>java.lang.Object</li>
  110. <li>
  111. <ul class="inheritance">
  112. <li><a href="../../../org/opencv/core/Algorithm.html" title="class in org.opencv.core">org.opencv.core.Algorithm</a></li>
  113. <li>
  114. <ul class="inheritance">
  115. <li><a href="../../../org/opencv/features2d/Feature2D.html" title="class in org.opencv.features2d">org.opencv.features2d.Feature2D</a></li>
  116. <li>
  117. <ul class="inheritance">
  118. <li>org.opencv.features2d.SIFT</li>
  119. </ul>
  120. </li>
  121. </ul>
  122. </li>
  123. </ul>
  124. </li>
  125. </ul>
  126. <div class="description">
  127. <ul class="blockList">
  128. <li class="blockList">
  129. <hr>
  130. <br>
  131. <pre>public class <span class="typeNameLabel">SIFT</span>
  132. extends <a href="../../../org/opencv/features2d/Feature2D.html" title="class in org.opencv.features2d">Feature2D</a></pre>
  133. <div class="block">Class for extracting keypoints and computing descriptors using the Scale Invariant Feature Transform
  134. (SIFT) algorithm by D. Lowe CITE: Lowe04 .</div>
  135. </li>
  136. </ul>
  137. </div>
  138. <div class="summary">
  139. <ul class="blockList">
  140. <li class="blockList">
  141. <!-- ========== METHOD SUMMARY =========== -->
  142. <ul class="blockList">
  143. <li class="blockList"><a name="method.summary">
  144. <!-- -->
  145. </a>
  146. <h3>Method Summary</h3>
  147. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  148. <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
  149. <tr>
  150. <th class="colFirst" scope="col">Modifier and Type</th>
  151. <th class="colLast" scope="col">Method and Description</th>
  152. </tr>
  153. <tr id="i0" class="altColor">
  154. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a></code></td>
  155. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#Z:Z__fromPtr__-long-">__fromPtr__</a></span>(long&nbsp;addr)</code>&nbsp;</td>
  156. </tr>
  157. <tr id="i1" class="rowColor">
  158. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a></code></td>
  159. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#create--">create</a></span>()</code>
  160. <div class="block">(measured in SIFT algorithm as the local contrast)
  161. number of octaves is computed automatically from the image resolution.</div>
  162. </td>
  163. </tr>
  164. <tr id="i2" class="altColor">
  165. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a></code></td>
  166. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#create-int-">create</a></span>(int&nbsp;nfeatures)</code>&nbsp;</td>
  167. </tr>
  168. <tr id="i3" class="rowColor">
  169. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a></code></td>
  170. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#create-int-int-">create</a></span>(int&nbsp;nfeatures,
  171. int&nbsp;nOctaveLayers)</code>&nbsp;</td>
  172. </tr>
  173. <tr id="i4" class="altColor">
  174. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a></code></td>
  175. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#create-int-int-double-">create</a></span>(int&nbsp;nfeatures,
  176. int&nbsp;nOctaveLayers,
  177. double&nbsp;contrastThreshold)</code>&nbsp;</td>
  178. </tr>
  179. <tr id="i5" class="rowColor">
  180. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a></code></td>
  181. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#create-int-int-double-double-">create</a></span>(int&nbsp;nfeatures,
  182. int&nbsp;nOctaveLayers,
  183. double&nbsp;contrastThreshold,
  184. double&nbsp;edgeThreshold)</code>&nbsp;</td>
  185. </tr>
  186. <tr id="i6" class="altColor">
  187. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a></code></td>
  188. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#create-int-int-double-double-double-">create</a></span>(int&nbsp;nfeatures,
  189. int&nbsp;nOctaveLayers,
  190. double&nbsp;contrastThreshold,
  191. double&nbsp;edgeThreshold,
  192. double&nbsp;sigma)</code>&nbsp;</td>
  193. </tr>
  194. <tr id="i7" class="rowColor">
  195. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a></code></td>
  196. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#create-int-int-double-double-double-boolean-">create</a></span>(int&nbsp;nfeatures,
  197. int&nbsp;nOctaveLayers,
  198. double&nbsp;contrastThreshold,
  199. double&nbsp;edgeThreshold,
  200. double&nbsp;sigma,
  201. boolean&nbsp;enable_precise_upscale)</code>&nbsp;</td>
  202. </tr>
  203. <tr id="i8" class="altColor">
  204. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a></code></td>
  205. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#create-int-int-double-double-double-int-">create</a></span>(int&nbsp;nfeatures,
  206. int&nbsp;nOctaveLayers,
  207. double&nbsp;contrastThreshold,
  208. double&nbsp;edgeThreshold,
  209. double&nbsp;sigma,
  210. int&nbsp;descriptorType)</code>
  211. <div class="block">Create SIFT with specified descriptorType.</div>
  212. </td>
  213. </tr>
  214. <tr id="i9" class="rowColor">
  215. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a></code></td>
  216. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#create-int-int-double-double-double-int-boolean-">create</a></span>(int&nbsp;nfeatures,
  217. int&nbsp;nOctaveLayers,
  218. double&nbsp;contrastThreshold,
  219. double&nbsp;edgeThreshold,
  220. double&nbsp;sigma,
  221. int&nbsp;descriptorType,
  222. boolean&nbsp;enable_precise_upscale)</code>
  223. <div class="block">Create SIFT with specified descriptorType.</div>
  224. </td>
  225. </tr>
  226. <tr id="i10" class="altColor">
  227. <td class="colFirst"><code>double</code></td>
  228. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#getContrastThreshold--">getContrastThreshold</a></span>()</code>&nbsp;</td>
  229. </tr>
  230. <tr id="i11" class="rowColor">
  231. <td class="colFirst"><code>java.lang.String</code></td>
  232. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#getDefaultName--">getDefaultName</a></span>()</code>
  233. <div class="block">Returns the algorithm string identifier.</div>
  234. </td>
  235. </tr>
  236. <tr id="i12" class="altColor">
  237. <td class="colFirst"><code>double</code></td>
  238. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#getEdgeThreshold--">getEdgeThreshold</a></span>()</code>&nbsp;</td>
  239. </tr>
  240. <tr id="i13" class="rowColor">
  241. <td class="colFirst"><code>int</code></td>
  242. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#getNFeatures--">getNFeatures</a></span>()</code>&nbsp;</td>
  243. </tr>
  244. <tr id="i14" class="altColor">
  245. <td class="colFirst"><code>int</code></td>
  246. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#getNOctaveLayers--">getNOctaveLayers</a></span>()</code>&nbsp;</td>
  247. </tr>
  248. <tr id="i15" class="rowColor">
  249. <td class="colFirst"><code>double</code></td>
  250. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#getSigma--">getSigma</a></span>()</code>&nbsp;</td>
  251. </tr>
  252. <tr id="i16" class="altColor">
  253. <td class="colFirst"><code>void</code></td>
  254. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#setContrastThreshold-double-">setContrastThreshold</a></span>(double&nbsp;contrastThreshold)</code>&nbsp;</td>
  255. </tr>
  256. <tr id="i17" class="rowColor">
  257. <td class="colFirst"><code>void</code></td>
  258. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#setEdgeThreshold-double-">setEdgeThreshold</a></span>(double&nbsp;edgeThreshold)</code>&nbsp;</td>
  259. </tr>
  260. <tr id="i18" class="altColor">
  261. <td class="colFirst"><code>void</code></td>
  262. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#setNFeatures-int-">setNFeatures</a></span>(int&nbsp;maxFeatures)</code>&nbsp;</td>
  263. </tr>
  264. <tr id="i19" class="rowColor">
  265. <td class="colFirst"><code>void</code></td>
  266. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#setNOctaveLayers-int-">setNOctaveLayers</a></span>(int&nbsp;nOctaveLayers)</code>&nbsp;</td>
  267. </tr>
  268. <tr id="i20" class="altColor">
  269. <td class="colFirst"><code>void</code></td>
  270. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/SIFT.html#setSigma-double-">setSigma</a></span>(double&nbsp;sigma)</code>&nbsp;</td>
  271. </tr>
  272. </table>
  273. <ul class="blockList">
  274. <li class="blockList"><a name="methods.inherited.from.class.org.opencv.features2d.Feature2D">
  275. <!-- -->
  276. </a>
  277. <h3>Methods inherited from class&nbsp;org.opencv.features2d.<a href="../../../org/opencv/features2d/Feature2D.html" title="class in org.opencv.features2d">Feature2D</a></h3>
  278. <code><a href="../../../org/opencv/features2d/Feature2D.html#compute-java.util.List-java.util.List-java.util.List-">compute</a>, <a href="../../../org/opencv/features2d/Feature2D.html#compute-org.opencv.core.Mat-org.opencv.core.MatOfKeyPoint-org.opencv.core.Mat-">compute</a>, <a href="../../../org/opencv/features2d/Feature2D.html#defaultNorm--">defaultNorm</a>, <a href="../../../org/opencv/features2d/Feature2D.html#descriptorSize--">descriptorSize</a>, <a href="../../../org/opencv/features2d/Feature2D.html#descriptorType--">descriptorType</a>, <a href="../../../org/opencv/features2d/Feature2D.html#detect-java.util.List-java.util.List-">detect</a>, <a href="../../../org/opencv/features2d/Feature2D.html#detect-java.util.List-java.util.List-java.util.List-">detect</a>, <a href="../../../org/opencv/features2d/Feature2D.html#detect-org.opencv.core.Mat-org.opencv.core.MatOfKeyPoint-">detect</a>, <a href="../../../org/opencv/features2d/Feature2D.html#detect-org.opencv.core.Mat-org.opencv.core.MatOfKeyPoint-org.opencv.core.Mat-">detect</a>, <a href="../../../org/opencv/features2d/Feature2D.html#detectAndCompute-org.opencv.core.Mat-org.opencv.core.Mat-org.opencv.core.MatOfKeyPoint-org.opencv.core.Mat-">detectAndCompute</a>, <a href="../../../org/opencv/features2d/Feature2D.html#detectAndCompute-org.opencv.core.Mat-org.opencv.core.Mat-org.opencv.core.MatOfKeyPoint-org.opencv.core.Mat-boolean-">detectAndCompute</a>, <a href="../../../org/opencv/features2d/Feature2D.html#empty--">empty</a>, <a href="../../../org/opencv/features2d/Feature2D.html#read-java.lang.String-">read</a>, <a href="../../../org/opencv/features2d/Feature2D.html#write-java.lang.String-">write</a></code></li>
  279. </ul>
  280. <ul class="blockList">
  281. <li class="blockList"><a name="methods.inherited.from.class.org.opencv.core.Algorithm">
  282. <!-- -->
  283. </a>
  284. <h3>Methods inherited from class&nbsp;org.opencv.core.<a href="../../../org/opencv/core/Algorithm.html" title="class in org.opencv.core">Algorithm</a></h3>
  285. <code><a href="../../../org/opencv/core/Algorithm.html#clear--">clear</a>, <a href="../../../org/opencv/core/Algorithm.html#getNativeObjAddr--">getNativeObjAddr</a>, <a href="../../../org/opencv/core/Algorithm.html#save-java.lang.String-">save</a></code></li>
  286. </ul>
  287. <ul class="blockList">
  288. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  289. <!-- -->
  290. </a>
  291. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  292. <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
  293. </ul>
  294. </li>
  295. </ul>
  296. </li>
  297. </ul>
  298. </div>
  299. <div class="details">
  300. <ul class="blockList">
  301. <li class="blockList">
  302. <!-- ============ METHOD DETAIL ========== -->
  303. <ul class="blockList">
  304. <li class="blockList"><a name="method.detail">
  305. <!-- -->
  306. </a>
  307. <h3>Method Detail</h3>
  308. <a name="Z:Z__fromPtr__-long-">
  309. <!-- -->
  310. </a>
  311. <ul class="blockList">
  312. <li class="blockList">
  313. <h4>__fromPtr__</h4>
  314. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a>&nbsp;__fromPtr__(long&nbsp;addr)</pre>
  315. </li>
  316. </ul>
  317. <a name="create--">
  318. <!-- -->
  319. </a>
  320. <ul class="blockList">
  321. <li class="blockList">
  322. <h4>create</h4>
  323. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a>&nbsp;create()</pre>
  324. <div class="block">(measured in SIFT algorithm as the local contrast)
  325. number of octaves is computed automatically from the image resolution.
  326. (low-contrast) regions. The larger the threshold, the less features are produced by the detector.
  327. <b>Note:</b> The contrast threshold will be divided by nOctaveLayers when the filtering is applied. When
  328. nOctaveLayers is set to default and if you want to use the value used in D. Lowe paper, 0.03, set
  329. this argument to 0.09.
  330. is different from the contrastThreshold, i.e. the larger the edgeThreshold, the less features are
  331. filtered out (more features are retained).
  332. is captured with a weak camera with soft lenses, you might want to reduce the number.
  333. index \(\texttt{x}\) to \(\texttt{2x}\). This prevents localization bias. The option
  334. is disabled by default.</div>
  335. <dl>
  336. <dt><span class="returnLabel">Returns:</span></dt>
  337. <dd>automatically generated</dd>
  338. </dl>
  339. </li>
  340. </ul>
  341. <a name="create-int-">
  342. <!-- -->
  343. </a>
  344. <ul class="blockList">
  345. <li class="blockList">
  346. <h4>create</h4>
  347. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a>&nbsp;create(int&nbsp;nfeatures)</pre>
  348. <dl>
  349. <dt><span class="paramLabel">Parameters:</span></dt>
  350. <dd><code>nfeatures</code> - The number of best features to retain. The features are ranked by their scores
  351. (measured in SIFT algorithm as the local contrast)
  352. number of octaves is computed automatically from the image resolution.
  353. (low-contrast) regions. The larger the threshold, the less features are produced by the detector.
  354. <b>Note:</b> The contrast threshold will be divided by nOctaveLayers when the filtering is applied. When
  355. nOctaveLayers is set to default and if you want to use the value used in D. Lowe paper, 0.03, set
  356. this argument to 0.09.
  357. is different from the contrastThreshold, i.e. the larger the edgeThreshold, the less features are
  358. filtered out (more features are retained).
  359. is captured with a weak camera with soft lenses, you might want to reduce the number.
  360. index \(\texttt{x}\) to \(\texttt{2x}\). This prevents localization bias. The option
  361. is disabled by default.</dd>
  362. <dt><span class="returnLabel">Returns:</span></dt>
  363. <dd>automatically generated</dd>
  364. </dl>
  365. </li>
  366. </ul>
  367. <a name="create-int-int-">
  368. <!-- -->
  369. </a>
  370. <ul class="blockList">
  371. <li class="blockList">
  372. <h4>create</h4>
  373. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a>&nbsp;create(int&nbsp;nfeatures,
  374. int&nbsp;nOctaveLayers)</pre>
  375. <dl>
  376. <dt><span class="paramLabel">Parameters:</span></dt>
  377. <dd><code>nfeatures</code> - The number of best features to retain. The features are ranked by their scores
  378. (measured in SIFT algorithm as the local contrast)</dd>
  379. <dd><code>nOctaveLayers</code> - The number of layers in each octave. 3 is the value used in D. Lowe paper. The
  380. number of octaves is computed automatically from the image resolution.
  381. (low-contrast) regions. The larger the threshold, the less features are produced by the detector.
  382. <b>Note:</b> The contrast threshold will be divided by nOctaveLayers when the filtering is applied. When
  383. nOctaveLayers is set to default and if you want to use the value used in D. Lowe paper, 0.03, set
  384. this argument to 0.09.
  385. is different from the contrastThreshold, i.e. the larger the edgeThreshold, the less features are
  386. filtered out (more features are retained).
  387. is captured with a weak camera with soft lenses, you might want to reduce the number.
  388. index \(\texttt{x}\) to \(\texttt{2x}\). This prevents localization bias. The option
  389. is disabled by default.</dd>
  390. <dt><span class="returnLabel">Returns:</span></dt>
  391. <dd>automatically generated</dd>
  392. </dl>
  393. </li>
  394. </ul>
  395. <a name="create-int-int-double-">
  396. <!-- -->
  397. </a>
  398. <ul class="blockList">
  399. <li class="blockList">
  400. <h4>create</h4>
  401. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a>&nbsp;create(int&nbsp;nfeatures,
  402. int&nbsp;nOctaveLayers,
  403. double&nbsp;contrastThreshold)</pre>
  404. <dl>
  405. <dt><span class="paramLabel">Parameters:</span></dt>
  406. <dd><code>nfeatures</code> - The number of best features to retain. The features are ranked by their scores
  407. (measured in SIFT algorithm as the local contrast)</dd>
  408. <dd><code>nOctaveLayers</code> - The number of layers in each octave. 3 is the value used in D. Lowe paper. The
  409. number of octaves is computed automatically from the image resolution.</dd>
  410. <dd><code>contrastThreshold</code> - The contrast threshold used to filter out weak features in semi-uniform
  411. (low-contrast) regions. The larger the threshold, the less features are produced by the detector.
  412. <b>Note:</b> The contrast threshold will be divided by nOctaveLayers when the filtering is applied. When
  413. nOctaveLayers is set to default and if you want to use the value used in D. Lowe paper, 0.03, set
  414. this argument to 0.09.
  415. is different from the contrastThreshold, i.e. the larger the edgeThreshold, the less features are
  416. filtered out (more features are retained).
  417. is captured with a weak camera with soft lenses, you might want to reduce the number.
  418. index \(\texttt{x}\) to \(\texttt{2x}\). This prevents localization bias. The option
  419. is disabled by default.</dd>
  420. <dt><span class="returnLabel">Returns:</span></dt>
  421. <dd>automatically generated</dd>
  422. </dl>
  423. </li>
  424. </ul>
  425. <a name="create-int-int-double-double-">
  426. <!-- -->
  427. </a>
  428. <ul class="blockList">
  429. <li class="blockList">
  430. <h4>create</h4>
  431. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a>&nbsp;create(int&nbsp;nfeatures,
  432. int&nbsp;nOctaveLayers,
  433. double&nbsp;contrastThreshold,
  434. double&nbsp;edgeThreshold)</pre>
  435. <dl>
  436. <dt><span class="paramLabel">Parameters:</span></dt>
  437. <dd><code>nfeatures</code> - The number of best features to retain. The features are ranked by their scores
  438. (measured in SIFT algorithm as the local contrast)</dd>
  439. <dd><code>nOctaveLayers</code> - The number of layers in each octave. 3 is the value used in D. Lowe paper. The
  440. number of octaves is computed automatically from the image resolution.</dd>
  441. <dd><code>contrastThreshold</code> - The contrast threshold used to filter out weak features in semi-uniform
  442. (low-contrast) regions. The larger the threshold, the less features are produced by the detector.
  443. <b>Note:</b> The contrast threshold will be divided by nOctaveLayers when the filtering is applied. When
  444. nOctaveLayers is set to default and if you want to use the value used in D. Lowe paper, 0.03, set
  445. this argument to 0.09.</dd>
  446. <dd><code>edgeThreshold</code> - The threshold used to filter out edge-like features. Note that the its meaning
  447. is different from the contrastThreshold, i.e. the larger the edgeThreshold, the less features are
  448. filtered out (more features are retained).
  449. is captured with a weak camera with soft lenses, you might want to reduce the number.
  450. index \(\texttt{x}\) to \(\texttt{2x}\). This prevents localization bias. The option
  451. is disabled by default.</dd>
  452. <dt><span class="returnLabel">Returns:</span></dt>
  453. <dd>automatically generated</dd>
  454. </dl>
  455. </li>
  456. </ul>
  457. <a name="create-int-int-double-double-double-">
  458. <!-- -->
  459. </a>
  460. <ul class="blockList">
  461. <li class="blockList">
  462. <h4>create</h4>
  463. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a>&nbsp;create(int&nbsp;nfeatures,
  464. int&nbsp;nOctaveLayers,
  465. double&nbsp;contrastThreshold,
  466. double&nbsp;edgeThreshold,
  467. double&nbsp;sigma)</pre>
  468. <dl>
  469. <dt><span class="paramLabel">Parameters:</span></dt>
  470. <dd><code>nfeatures</code> - The number of best features to retain. The features are ranked by their scores
  471. (measured in SIFT algorithm as the local contrast)</dd>
  472. <dd><code>nOctaveLayers</code> - The number of layers in each octave. 3 is the value used in D. Lowe paper. The
  473. number of octaves is computed automatically from the image resolution.</dd>
  474. <dd><code>contrastThreshold</code> - The contrast threshold used to filter out weak features in semi-uniform
  475. (low-contrast) regions. The larger the threshold, the less features are produced by the detector.
  476. <b>Note:</b> The contrast threshold will be divided by nOctaveLayers when the filtering is applied. When
  477. nOctaveLayers is set to default and if you want to use the value used in D. Lowe paper, 0.03, set
  478. this argument to 0.09.</dd>
  479. <dd><code>edgeThreshold</code> - The threshold used to filter out edge-like features. Note that the its meaning
  480. is different from the contrastThreshold, i.e. the larger the edgeThreshold, the less features are
  481. filtered out (more features are retained).</dd>
  482. <dd><code>sigma</code> - The sigma of the Gaussian applied to the input image at the octave \#0. If your image
  483. is captured with a weak camera with soft lenses, you might want to reduce the number.
  484. index \(\texttt{x}\) to \(\texttt{2x}\). This prevents localization bias. The option
  485. is disabled by default.</dd>
  486. <dt><span class="returnLabel">Returns:</span></dt>
  487. <dd>automatically generated</dd>
  488. </dl>
  489. </li>
  490. </ul>
  491. <a name="create-int-int-double-double-double-boolean-">
  492. <!-- -->
  493. </a>
  494. <ul class="blockList">
  495. <li class="blockList">
  496. <h4>create</h4>
  497. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a>&nbsp;create(int&nbsp;nfeatures,
  498. int&nbsp;nOctaveLayers,
  499. double&nbsp;contrastThreshold,
  500. double&nbsp;edgeThreshold,
  501. double&nbsp;sigma,
  502. boolean&nbsp;enable_precise_upscale)</pre>
  503. <dl>
  504. <dt><span class="paramLabel">Parameters:</span></dt>
  505. <dd><code>nfeatures</code> - The number of best features to retain. The features are ranked by their scores
  506. (measured in SIFT algorithm as the local contrast)</dd>
  507. <dd><code>nOctaveLayers</code> - The number of layers in each octave. 3 is the value used in D. Lowe paper. The
  508. number of octaves is computed automatically from the image resolution.</dd>
  509. <dd><code>contrastThreshold</code> - The contrast threshold used to filter out weak features in semi-uniform
  510. (low-contrast) regions. The larger the threshold, the less features are produced by the detector.
  511. <b>Note:</b> The contrast threshold will be divided by nOctaveLayers when the filtering is applied. When
  512. nOctaveLayers is set to default and if you want to use the value used in D. Lowe paper, 0.03, set
  513. this argument to 0.09.</dd>
  514. <dd><code>edgeThreshold</code> - The threshold used to filter out edge-like features. Note that the its meaning
  515. is different from the contrastThreshold, i.e. the larger the edgeThreshold, the less features are
  516. filtered out (more features are retained).</dd>
  517. <dd><code>sigma</code> - The sigma of the Gaussian applied to the input image at the octave \#0. If your image
  518. is captured with a weak camera with soft lenses, you might want to reduce the number.</dd>
  519. <dd><code>enable_precise_upscale</code> - Whether to enable precise upscaling in the scale pyramid, which maps
  520. index \(\texttt{x}\) to \(\texttt{2x}\). This prevents localization bias. The option
  521. is disabled by default.</dd>
  522. <dt><span class="returnLabel">Returns:</span></dt>
  523. <dd>automatically generated</dd>
  524. </dl>
  525. </li>
  526. </ul>
  527. <a name="create-int-int-double-double-double-int-">
  528. <!-- -->
  529. </a>
  530. <ul class="blockList">
  531. <li class="blockList">
  532. <h4>create</h4>
  533. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a>&nbsp;create(int&nbsp;nfeatures,
  534. int&nbsp;nOctaveLayers,
  535. double&nbsp;contrastThreshold,
  536. double&nbsp;edgeThreshold,
  537. double&nbsp;sigma,
  538. int&nbsp;descriptorType)</pre>
  539. <div class="block">Create SIFT with specified descriptorType.</div>
  540. <dl>
  541. <dt><span class="paramLabel">Parameters:</span></dt>
  542. <dd><code>nfeatures</code> - The number of best features to retain. The features are ranked by their scores
  543. (measured in SIFT algorithm as the local contrast)</dd>
  544. <dd><code>nOctaveLayers</code> - The number of layers in each octave. 3 is the value used in D. Lowe paper. The
  545. number of octaves is computed automatically from the image resolution.</dd>
  546. <dd><code>contrastThreshold</code> - The contrast threshold used to filter out weak features in semi-uniform
  547. (low-contrast) regions. The larger the threshold, the less features are produced by the detector.
  548. <b>Note:</b> The contrast threshold will be divided by nOctaveLayers when the filtering is applied. When
  549. nOctaveLayers is set to default and if you want to use the value used in D. Lowe paper, 0.03, set
  550. this argument to 0.09.</dd>
  551. <dd><code>edgeThreshold</code> - The threshold used to filter out edge-like features. Note that the its meaning
  552. is different from the contrastThreshold, i.e. the larger the edgeThreshold, the less features are
  553. filtered out (more features are retained).</dd>
  554. <dd><code>sigma</code> - The sigma of the Gaussian applied to the input image at the octave \#0. If your image
  555. is captured with a weak camera with soft lenses, you might want to reduce the number.</dd>
  556. <dd><code>descriptorType</code> - The type of descriptors. Only CV_32F and CV_8U are supported.
  557. index \(\texttt{x}\) to \(\texttt{2x}\). This prevents localization bias. The option
  558. is disabled by default.</dd>
  559. <dt><span class="returnLabel">Returns:</span></dt>
  560. <dd>automatically generated</dd>
  561. </dl>
  562. </li>
  563. </ul>
  564. <a name="create-int-int-double-double-double-int-boolean-">
  565. <!-- -->
  566. </a>
  567. <ul class="blockList">
  568. <li class="blockList">
  569. <h4>create</h4>
  570. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/SIFT.html" title="class in org.opencv.features2d">SIFT</a>&nbsp;create(int&nbsp;nfeatures,
  571. int&nbsp;nOctaveLayers,
  572. double&nbsp;contrastThreshold,
  573. double&nbsp;edgeThreshold,
  574. double&nbsp;sigma,
  575. int&nbsp;descriptorType,
  576. boolean&nbsp;enable_precise_upscale)</pre>
  577. <div class="block">Create SIFT with specified descriptorType.</div>
  578. <dl>
  579. <dt><span class="paramLabel">Parameters:</span></dt>
  580. <dd><code>nfeatures</code> - The number of best features to retain. The features are ranked by their scores
  581. (measured in SIFT algorithm as the local contrast)</dd>
  582. <dd><code>nOctaveLayers</code> - The number of layers in each octave. 3 is the value used in D. Lowe paper. The
  583. number of octaves is computed automatically from the image resolution.</dd>
  584. <dd><code>contrastThreshold</code> - The contrast threshold used to filter out weak features in semi-uniform
  585. (low-contrast) regions. The larger the threshold, the less features are produced by the detector.
  586. <b>Note:</b> The contrast threshold will be divided by nOctaveLayers when the filtering is applied. When
  587. nOctaveLayers is set to default and if you want to use the value used in D. Lowe paper, 0.03, set
  588. this argument to 0.09.</dd>
  589. <dd><code>edgeThreshold</code> - The threshold used to filter out edge-like features. Note that the its meaning
  590. is different from the contrastThreshold, i.e. the larger the edgeThreshold, the less features are
  591. filtered out (more features are retained).</dd>
  592. <dd><code>sigma</code> - The sigma of the Gaussian applied to the input image at the octave \#0. If your image
  593. is captured with a weak camera with soft lenses, you might want to reduce the number.</dd>
  594. <dd><code>descriptorType</code> - The type of descriptors. Only CV_32F and CV_8U are supported.</dd>
  595. <dd><code>enable_precise_upscale</code> - Whether to enable precise upscaling in the scale pyramid, which maps
  596. index \(\texttt{x}\) to \(\texttt{2x}\). This prevents localization bias. The option
  597. is disabled by default.</dd>
  598. <dt><span class="returnLabel">Returns:</span></dt>
  599. <dd>automatically generated</dd>
  600. </dl>
  601. </li>
  602. </ul>
  603. <a name="getContrastThreshold--">
  604. <!-- -->
  605. </a>
  606. <ul class="blockList">
  607. <li class="blockList">
  608. <h4>getContrastThreshold</h4>
  609. <pre>public&nbsp;double&nbsp;getContrastThreshold()</pre>
  610. </li>
  611. </ul>
  612. <a name="getDefaultName--">
  613. <!-- -->
  614. </a>
  615. <ul class="blockList">
  616. <li class="blockList">
  617. <h4>getDefaultName</h4>
  618. <pre>public&nbsp;java.lang.String&nbsp;getDefaultName()</pre>
  619. <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../org/opencv/core/Algorithm.html#getDefaultName--">Algorithm</a></code></span></div>
  620. <div class="block">Returns the algorithm string identifier.
  621. This string is used as top level xml/yml node tag when the object is saved to a file or string.</div>
  622. <dl>
  623. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  624. <dd><code><a href="../../../org/opencv/features2d/Feature2D.html#getDefaultName--">getDefaultName</a></code>&nbsp;in class&nbsp;<code><a href="../../../org/opencv/features2d/Feature2D.html" title="class in org.opencv.features2d">Feature2D</a></code></dd>
  625. <dt><span class="returnLabel">Returns:</span></dt>
  626. <dd>automatically generated</dd>
  627. </dl>
  628. </li>
  629. </ul>
  630. <a name="getEdgeThreshold--">
  631. <!-- -->
  632. </a>
  633. <ul class="blockList">
  634. <li class="blockList">
  635. <h4>getEdgeThreshold</h4>
  636. <pre>public&nbsp;double&nbsp;getEdgeThreshold()</pre>
  637. </li>
  638. </ul>
  639. <a name="getNFeatures--">
  640. <!-- -->
  641. </a>
  642. <ul class="blockList">
  643. <li class="blockList">
  644. <h4>getNFeatures</h4>
  645. <pre>public&nbsp;int&nbsp;getNFeatures()</pre>
  646. </li>
  647. </ul>
  648. <a name="getNOctaveLayers--">
  649. <!-- -->
  650. </a>
  651. <ul class="blockList">
  652. <li class="blockList">
  653. <h4>getNOctaveLayers</h4>
  654. <pre>public&nbsp;int&nbsp;getNOctaveLayers()</pre>
  655. </li>
  656. </ul>
  657. <a name="getSigma--">
  658. <!-- -->
  659. </a>
  660. <ul class="blockList">
  661. <li class="blockList">
  662. <h4>getSigma</h4>
  663. <pre>public&nbsp;double&nbsp;getSigma()</pre>
  664. </li>
  665. </ul>
  666. <a name="setContrastThreshold-double-">
  667. <!-- -->
  668. </a>
  669. <ul class="blockList">
  670. <li class="blockList">
  671. <h4>setContrastThreshold</h4>
  672. <pre>public&nbsp;void&nbsp;setContrastThreshold(double&nbsp;contrastThreshold)</pre>
  673. </li>
  674. </ul>
  675. <a name="setEdgeThreshold-double-">
  676. <!-- -->
  677. </a>
  678. <ul class="blockList">
  679. <li class="blockList">
  680. <h4>setEdgeThreshold</h4>
  681. <pre>public&nbsp;void&nbsp;setEdgeThreshold(double&nbsp;edgeThreshold)</pre>
  682. </li>
  683. </ul>
  684. <a name="setNFeatures-int-">
  685. <!-- -->
  686. </a>
  687. <ul class="blockList">
  688. <li class="blockList">
  689. <h4>setNFeatures</h4>
  690. <pre>public&nbsp;void&nbsp;setNFeatures(int&nbsp;maxFeatures)</pre>
  691. </li>
  692. </ul>
  693. <a name="setNOctaveLayers-int-">
  694. <!-- -->
  695. </a>
  696. <ul class="blockList">
  697. <li class="blockList">
  698. <h4>setNOctaveLayers</h4>
  699. <pre>public&nbsp;void&nbsp;setNOctaveLayers(int&nbsp;nOctaveLayers)</pre>
  700. </li>
  701. </ul>
  702. <a name="setSigma-double-">
  703. <!-- -->
  704. </a>
  705. <ul class="blockListLast">
  706. <li class="blockList">
  707. <h4>setSigma</h4>
  708. <pre>public&nbsp;void&nbsp;setSigma(double&nbsp;sigma)</pre>
  709. </li>
  710. </ul>
  711. </li>
  712. </ul>
  713. </li>
  714. </ul>
  715. </div>
  716. </div>
  717. <!-- ========= END OF CLASS DATA ========= -->
  718. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  719. <div class="bottomNav"><a name="navbar.bottom">
  720. <!-- -->
  721. </a>
  722. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  723. <a name="navbar.bottom.firstrow">
  724. <!-- -->
  725. </a>
  726. <ul class="navList" title="Navigation">
  727. <li><a href="../../../overview-summary.html">Overview</a></li>
  728. <li><a href="package-summary.html">Package</a></li>
  729. <li class="navBarCell1Rev">Class</li>
  730. <li><a href="package-tree.html">Tree</a></li>
  731. <li><a href="../../../index-all.html">Index</a></li>
  732. <li><a href="../../../help-doc.html">Help</a></li>
  733. </ul>
  734. <div class="aboutLanguage">
  735. <script>
  736. var url = window.location.href;
  737. var pos = url.lastIndexOf('/javadoc/');
  738. url = pos >= 0 ? (url.substring(0, pos) + '/javadoc/mymath.js') : (window.location.origin + '/mymath.js');
  739. var script = document.createElement('script');
  740. script.src = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML,' + url;
  741. document.getElementsByTagName('head')[0].appendChild(script);
  742. </script>
  743. </div>
  744. </div>
  745. <div class="subNav">
  746. <ul class="navList">
  747. <li><a href="../../../org/opencv/features2d/ORB.html" title="class in org.opencv.features2d"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  748. <li><a href="../../../org/opencv/features2d/SimpleBlobDetector.html" title="class in org.opencv.features2d"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  749. </ul>
  750. <ul class="navList">
  751. <li><a href="../../../index.html?org/opencv/features2d/SIFT.html" target="_top">Frames</a></li>
  752. <li><a href="SIFT.html" target="_top">No&nbsp;Frames</a></li>
  753. </ul>
  754. <ul class="navList" id="allclasses_navbar_bottom">
  755. <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  756. </ul>
  757. <div>
  758. <script type="text/javascript"><!--
  759. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  760. if(window==top) {
  761. allClassesLink.style.display = "block";
  762. }
  763. else {
  764. allClassesLink.style.display = "none";
  765. }
  766. //-->
  767. </script>
  768. </div>
  769. <div>
  770. <ul class="subNavList">
  771. <li>Summary:&nbsp;</li>
  772. <li>Nested&nbsp;|&nbsp;</li>
  773. <li>Field&nbsp;|&nbsp;</li>
  774. <li>Constr&nbsp;|&nbsp;</li>
  775. <li><a href="#method.summary">Method</a></li>
  776. </ul>
  777. <ul class="subNavList">
  778. <li>Detail:&nbsp;</li>
  779. <li>Field&nbsp;|&nbsp;</li>
  780. <li>Constr&nbsp;|&nbsp;</li>
  781. <li><a href="#method.detail">Method</a></li>
  782. </ul>
  783. </div>
  784. <a name="skip.navbar.bottom">
  785. <!-- -->
  786. </a></div>
  787. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  788. <p class="legalCopy"><small>Generated on 2023-06-28 12:47:21 / OpenCV 4.8.0</small></p>
  789. </body>
  790. </html>