BRISK.html 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798
  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>BRISK (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="BRISK (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":9,"i11":9,"i12":9,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":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/BOWTrainer.html" title="class in org.opencv.features2d"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  62. <li><a href="../../../org/opencv/features2d/DescriptorMatcher.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/BRISK.html" target="_top">Frames</a></li>
  66. <li><a href="BRISK.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 BRISK" class="title">Class BRISK</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.BRISK</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">BRISK</span>
  132. extends <a href="../../../org/opencv/features2d/Feature2D.html" title="class in org.opencv.features2d">Feature2D</a></pre>
  133. <div class="block">Class implementing the BRISK keypoint detector and descriptor extractor, described in CITE: LCS11 .</div>
  134. </li>
  135. </ul>
  136. </div>
  137. <div class="summary">
  138. <ul class="blockList">
  139. <li class="blockList">
  140. <!-- ========== METHOD SUMMARY =========== -->
  141. <ul class="blockList">
  142. <li class="blockList"><a name="method.summary">
  143. <!-- -->
  144. </a>
  145. <h3>Method Summary</h3>
  146. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  147. <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>
  148. <tr>
  149. <th class="colFirst" scope="col">Modifier and Type</th>
  150. <th class="colLast" scope="col">Method and Description</th>
  151. </tr>
  152. <tr id="i0" class="altColor">
  153. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a></code></td>
  154. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#Z:Z__fromPtr__-long-">__fromPtr__</a></span>(long&nbsp;addr)</code>&nbsp;</td>
  155. </tr>
  156. <tr id="i1" class="rowColor">
  157. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a></code></td>
  158. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#create--">create</a></span>()</code>
  159. <div class="block">The BRISK constructor
  160. keypoint.</div>
  161. </td>
  162. </tr>
  163. <tr id="i2" class="altColor">
  164. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a></code></td>
  165. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#create-int-">create</a></span>(int&nbsp;thresh)</code>
  166. <div class="block">The BRISK constructor</div>
  167. </td>
  168. </tr>
  169. <tr id="i3" class="rowColor">
  170. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a></code></td>
  171. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#create-int-int-">create</a></span>(int&nbsp;thresh,
  172. int&nbsp;octaves)</code>
  173. <div class="block">The BRISK constructor</div>
  174. </td>
  175. </tr>
  176. <tr id="i4" class="altColor">
  177. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a></code></td>
  178. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#create-int-int-float-">create</a></span>(int&nbsp;thresh,
  179. int&nbsp;octaves,
  180. float&nbsp;patternScale)</code>
  181. <div class="block">The BRISK constructor</div>
  182. </td>
  183. </tr>
  184. <tr id="i5" class="rowColor">
  185. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a></code></td>
  186. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#create-int-int-org.opencv.core.MatOfFloat-org.opencv.core.MatOfInt-">create</a></span>(int&nbsp;thresh,
  187. int&nbsp;octaves,
  188. <a href="../../../org/opencv/core/MatOfFloat.html" title="class in org.opencv.core">MatOfFloat</a>&nbsp;radiusList,
  189. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;numberList)</code>
  190. <div class="block">The BRISK constructor for a custom pattern, detection threshold and octaves</div>
  191. </td>
  192. </tr>
  193. <tr id="i6" class="altColor">
  194. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a></code></td>
  195. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#create-int-int-org.opencv.core.MatOfFloat-org.opencv.core.MatOfInt-float-">create</a></span>(int&nbsp;thresh,
  196. int&nbsp;octaves,
  197. <a href="../../../org/opencv/core/MatOfFloat.html" title="class in org.opencv.core">MatOfFloat</a>&nbsp;radiusList,
  198. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;numberList,
  199. float&nbsp;dMax)</code>
  200. <div class="block">The BRISK constructor for a custom pattern, detection threshold and octaves</div>
  201. </td>
  202. </tr>
  203. <tr id="i7" class="rowColor">
  204. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a></code></td>
  205. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#create-int-int-org.opencv.core.MatOfFloat-org.opencv.core.MatOfInt-float-float-">create</a></span>(int&nbsp;thresh,
  206. int&nbsp;octaves,
  207. <a href="../../../org/opencv/core/MatOfFloat.html" title="class in org.opencv.core">MatOfFloat</a>&nbsp;radiusList,
  208. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;numberList,
  209. float&nbsp;dMax,
  210. float&nbsp;dMin)</code>
  211. <div class="block">The BRISK constructor for a custom pattern, detection threshold and octaves</div>
  212. </td>
  213. </tr>
  214. <tr id="i8" class="altColor">
  215. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a></code></td>
  216. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#create-int-int-org.opencv.core.MatOfFloat-org.opencv.core.MatOfInt-float-float-org.opencv.core.MatOfInt-">create</a></span>(int&nbsp;thresh,
  217. int&nbsp;octaves,
  218. <a href="../../../org/opencv/core/MatOfFloat.html" title="class in org.opencv.core">MatOfFloat</a>&nbsp;radiusList,
  219. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;numberList,
  220. float&nbsp;dMax,
  221. float&nbsp;dMin,
  222. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;indexChange)</code>
  223. <div class="block">The BRISK constructor for a custom pattern, detection threshold and octaves</div>
  224. </td>
  225. </tr>
  226. <tr id="i9" class="rowColor">
  227. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a></code></td>
  228. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#create-org.opencv.core.MatOfFloat-org.opencv.core.MatOfInt-">create</a></span>(<a href="../../../org/opencv/core/MatOfFloat.html" title="class in org.opencv.core">MatOfFloat</a>&nbsp;radiusList,
  229. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;numberList)</code>
  230. <div class="block">The BRISK constructor for a custom pattern</div>
  231. </td>
  232. </tr>
  233. <tr id="i10" class="altColor">
  234. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a></code></td>
  235. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#create-org.opencv.core.MatOfFloat-org.opencv.core.MatOfInt-float-">create</a></span>(<a href="../../../org/opencv/core/MatOfFloat.html" title="class in org.opencv.core">MatOfFloat</a>&nbsp;radiusList,
  236. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;numberList,
  237. float&nbsp;dMax)</code>
  238. <div class="block">The BRISK constructor for a custom pattern</div>
  239. </td>
  240. </tr>
  241. <tr id="i11" class="rowColor">
  242. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a></code></td>
  243. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#create-org.opencv.core.MatOfFloat-org.opencv.core.MatOfInt-float-float-">create</a></span>(<a href="../../../org/opencv/core/MatOfFloat.html" title="class in org.opencv.core">MatOfFloat</a>&nbsp;radiusList,
  244. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;numberList,
  245. float&nbsp;dMax,
  246. float&nbsp;dMin)</code>
  247. <div class="block">The BRISK constructor for a custom pattern</div>
  248. </td>
  249. </tr>
  250. <tr id="i12" class="altColor">
  251. <td class="colFirst"><code>static <a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a></code></td>
  252. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#create-org.opencv.core.MatOfFloat-org.opencv.core.MatOfInt-float-float-org.opencv.core.MatOfInt-">create</a></span>(<a href="../../../org/opencv/core/MatOfFloat.html" title="class in org.opencv.core">MatOfFloat</a>&nbsp;radiusList,
  253. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;numberList,
  254. float&nbsp;dMax,
  255. float&nbsp;dMin,
  256. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;indexChange)</code>
  257. <div class="block">The BRISK constructor for a custom pattern</div>
  258. </td>
  259. </tr>
  260. <tr id="i13" class="rowColor">
  261. <td class="colFirst"><code>java.lang.String</code></td>
  262. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#getDefaultName--">getDefaultName</a></span>()</code>
  263. <div class="block">Returns the algorithm string identifier.</div>
  264. </td>
  265. </tr>
  266. <tr id="i14" class="altColor">
  267. <td class="colFirst"><code>int</code></td>
  268. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#getOctaves--">getOctaves</a></span>()</code>&nbsp;</td>
  269. </tr>
  270. <tr id="i15" class="rowColor">
  271. <td class="colFirst"><code>float</code></td>
  272. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#getPatternScale--">getPatternScale</a></span>()</code>&nbsp;</td>
  273. </tr>
  274. <tr id="i16" class="altColor">
  275. <td class="colFirst"><code>int</code></td>
  276. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#getThreshold--">getThreshold</a></span>()</code>&nbsp;</td>
  277. </tr>
  278. <tr id="i17" class="rowColor">
  279. <td class="colFirst"><code>void</code></td>
  280. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#setOctaves-int-">setOctaves</a></span>(int&nbsp;octaves)</code>
  281. <div class="block">Set detection octaves.</div>
  282. </td>
  283. </tr>
  284. <tr id="i18" class="altColor">
  285. <td class="colFirst"><code>void</code></td>
  286. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#setPatternScale-float-">setPatternScale</a></span>(float&nbsp;patternScale)</code>
  287. <div class="block">Set detection patternScale.</div>
  288. </td>
  289. </tr>
  290. <tr id="i19" class="rowColor">
  291. <td class="colFirst"><code>void</code></td>
  292. <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/opencv/features2d/BRISK.html#setThreshold-int-">setThreshold</a></span>(int&nbsp;threshold)</code>
  293. <div class="block">Set detection threshold.</div>
  294. </td>
  295. </tr>
  296. </table>
  297. <ul class="blockList">
  298. <li class="blockList"><a name="methods.inherited.from.class.org.opencv.features2d.Feature2D">
  299. <!-- -->
  300. </a>
  301. <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>
  302. <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>
  303. </ul>
  304. <ul class="blockList">
  305. <li class="blockList"><a name="methods.inherited.from.class.org.opencv.core.Algorithm">
  306. <!-- -->
  307. </a>
  308. <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>
  309. <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>
  310. </ul>
  311. <ul class="blockList">
  312. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  313. <!-- -->
  314. </a>
  315. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  316. <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
  317. </ul>
  318. </li>
  319. </ul>
  320. </li>
  321. </ul>
  322. </div>
  323. <div class="details">
  324. <ul class="blockList">
  325. <li class="blockList">
  326. <!-- ============ METHOD DETAIL ========== -->
  327. <ul class="blockList">
  328. <li class="blockList"><a name="method.detail">
  329. <!-- -->
  330. </a>
  331. <h3>Method Detail</h3>
  332. <a name="Z:Z__fromPtr__-long-">
  333. <!-- -->
  334. </a>
  335. <ul class="blockList">
  336. <li class="blockList">
  337. <h4>__fromPtr__</h4>
  338. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a>&nbsp;__fromPtr__(long&nbsp;addr)</pre>
  339. </li>
  340. </ul>
  341. <a name="create--">
  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/BRISK.html" title="class in org.opencv.features2d">BRISK</a>&nbsp;create()</pre>
  348. <div class="block">The BRISK constructor
  349. keypoint.</div>
  350. <dl>
  351. <dt><span class="returnLabel">Returns:</span></dt>
  352. <dd>automatically generated</dd>
  353. </dl>
  354. </li>
  355. </ul>
  356. <a name="create-int-">
  357. <!-- -->
  358. </a>
  359. <ul class="blockList">
  360. <li class="blockList">
  361. <h4>create</h4>
  362. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a>&nbsp;create(int&nbsp;thresh)</pre>
  363. <div class="block">The BRISK constructor</div>
  364. <dl>
  365. <dt><span class="paramLabel">Parameters:</span></dt>
  366. <dd><code>thresh</code> - AGAST detection threshold score.
  367. keypoint.</dd>
  368. <dt><span class="returnLabel">Returns:</span></dt>
  369. <dd>automatically generated</dd>
  370. </dl>
  371. </li>
  372. </ul>
  373. <a name="create-int-int-">
  374. <!-- -->
  375. </a>
  376. <ul class="blockList">
  377. <li class="blockList">
  378. <h4>create</h4>
  379. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a>&nbsp;create(int&nbsp;thresh,
  380. int&nbsp;octaves)</pre>
  381. <div class="block">The BRISK constructor</div>
  382. <dl>
  383. <dt><span class="paramLabel">Parameters:</span></dt>
  384. <dd><code>thresh</code> - AGAST detection threshold score.</dd>
  385. <dd><code>octaves</code> - detection octaves. Use 0 to do single scale.
  386. keypoint.</dd>
  387. <dt><span class="returnLabel">Returns:</span></dt>
  388. <dd>automatically generated</dd>
  389. </dl>
  390. </li>
  391. </ul>
  392. <a name="create-int-int-float-">
  393. <!-- -->
  394. </a>
  395. <ul class="blockList">
  396. <li class="blockList">
  397. <h4>create</h4>
  398. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a>&nbsp;create(int&nbsp;thresh,
  399. int&nbsp;octaves,
  400. float&nbsp;patternScale)</pre>
  401. <div class="block">The BRISK constructor</div>
  402. <dl>
  403. <dt><span class="paramLabel">Parameters:</span></dt>
  404. <dd><code>thresh</code> - AGAST detection threshold score.</dd>
  405. <dd><code>octaves</code> - detection octaves. Use 0 to do single scale.</dd>
  406. <dd><code>patternScale</code> - apply this scale to the pattern used for sampling the neighbourhood of a
  407. keypoint.</dd>
  408. <dt><span class="returnLabel">Returns:</span></dt>
  409. <dd>automatically generated</dd>
  410. </dl>
  411. </li>
  412. </ul>
  413. <a name="create-int-int-org.opencv.core.MatOfFloat-org.opencv.core.MatOfInt-">
  414. <!-- -->
  415. </a>
  416. <ul class="blockList">
  417. <li class="blockList">
  418. <h4>create</h4>
  419. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a>&nbsp;create(int&nbsp;thresh,
  420. int&nbsp;octaves,
  421. <a href="../../../org/opencv/core/MatOfFloat.html" title="class in org.opencv.core">MatOfFloat</a>&nbsp;radiusList,
  422. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;numberList)</pre>
  423. <div class="block">The BRISK constructor for a custom pattern, detection threshold and octaves</div>
  424. <dl>
  425. <dt><span class="paramLabel">Parameters:</span></dt>
  426. <dd><code>thresh</code> - AGAST detection threshold score.</dd>
  427. <dd><code>octaves</code> - detection octaves. Use 0 to do single scale.</dd>
  428. <dd><code>radiusList</code> - defines the radii (in pixels) where the samples around a keypoint are taken (for
  429. keypoint scale 1).</dd>
  430. <dd><code>numberList</code> - defines the number of sampling points on the sampling circle. Must be the same
  431. size as radiusList..
  432. scale 1).
  433. keypoint scale 1).</dd>
  434. <dt><span class="returnLabel">Returns:</span></dt>
  435. <dd>automatically generated</dd>
  436. </dl>
  437. </li>
  438. </ul>
  439. <a name="create-int-int-org.opencv.core.MatOfFloat-org.opencv.core.MatOfInt-float-">
  440. <!-- -->
  441. </a>
  442. <ul class="blockList">
  443. <li class="blockList">
  444. <h4>create</h4>
  445. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a>&nbsp;create(int&nbsp;thresh,
  446. int&nbsp;octaves,
  447. <a href="../../../org/opencv/core/MatOfFloat.html" title="class in org.opencv.core">MatOfFloat</a>&nbsp;radiusList,
  448. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;numberList,
  449. float&nbsp;dMax)</pre>
  450. <div class="block">The BRISK constructor for a custom pattern, detection threshold and octaves</div>
  451. <dl>
  452. <dt><span class="paramLabel">Parameters:</span></dt>
  453. <dd><code>thresh</code> - AGAST detection threshold score.</dd>
  454. <dd><code>octaves</code> - detection octaves. Use 0 to do single scale.</dd>
  455. <dd><code>radiusList</code> - defines the radii (in pixels) where the samples around a keypoint are taken (for
  456. keypoint scale 1).</dd>
  457. <dd><code>numberList</code> - defines the number of sampling points on the sampling circle. Must be the same
  458. size as radiusList..</dd>
  459. <dd><code>dMax</code> - threshold for the short pairings used for descriptor formation (in pixels for keypoint
  460. scale 1).
  461. keypoint scale 1).</dd>
  462. <dt><span class="returnLabel">Returns:</span></dt>
  463. <dd>automatically generated</dd>
  464. </dl>
  465. </li>
  466. </ul>
  467. <a name="create-int-int-org.opencv.core.MatOfFloat-org.opencv.core.MatOfInt-float-float-">
  468. <!-- -->
  469. </a>
  470. <ul class="blockList">
  471. <li class="blockList">
  472. <h4>create</h4>
  473. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a>&nbsp;create(int&nbsp;thresh,
  474. int&nbsp;octaves,
  475. <a href="../../../org/opencv/core/MatOfFloat.html" title="class in org.opencv.core">MatOfFloat</a>&nbsp;radiusList,
  476. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;numberList,
  477. float&nbsp;dMax,
  478. float&nbsp;dMin)</pre>
  479. <div class="block">The BRISK constructor for a custom pattern, detection threshold and octaves</div>
  480. <dl>
  481. <dt><span class="paramLabel">Parameters:</span></dt>
  482. <dd><code>thresh</code> - AGAST detection threshold score.</dd>
  483. <dd><code>octaves</code> - detection octaves. Use 0 to do single scale.</dd>
  484. <dd><code>radiusList</code> - defines the radii (in pixels) where the samples around a keypoint are taken (for
  485. keypoint scale 1).</dd>
  486. <dd><code>numberList</code> - defines the number of sampling points on the sampling circle. Must be the same
  487. size as radiusList..</dd>
  488. <dd><code>dMax</code> - threshold for the short pairings used for descriptor formation (in pixels for keypoint
  489. scale 1).</dd>
  490. <dd><code>dMin</code> - threshold for the long pairings used for orientation determination (in pixels for
  491. keypoint scale 1).</dd>
  492. <dt><span class="returnLabel">Returns:</span></dt>
  493. <dd>automatically generated</dd>
  494. </dl>
  495. </li>
  496. </ul>
  497. <a name="create-int-int-org.opencv.core.MatOfFloat-org.opencv.core.MatOfInt-float-float-org.opencv.core.MatOfInt-">
  498. <!-- -->
  499. </a>
  500. <ul class="blockList">
  501. <li class="blockList">
  502. <h4>create</h4>
  503. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a>&nbsp;create(int&nbsp;thresh,
  504. int&nbsp;octaves,
  505. <a href="../../../org/opencv/core/MatOfFloat.html" title="class in org.opencv.core">MatOfFloat</a>&nbsp;radiusList,
  506. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;numberList,
  507. float&nbsp;dMax,
  508. float&nbsp;dMin,
  509. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;indexChange)</pre>
  510. <div class="block">The BRISK constructor for a custom pattern, detection threshold and octaves</div>
  511. <dl>
  512. <dt><span class="paramLabel">Parameters:</span></dt>
  513. <dd><code>thresh</code> - AGAST detection threshold score.</dd>
  514. <dd><code>octaves</code> - detection octaves. Use 0 to do single scale.</dd>
  515. <dd><code>radiusList</code> - defines the radii (in pixels) where the samples around a keypoint are taken (for
  516. keypoint scale 1).</dd>
  517. <dd><code>numberList</code> - defines the number of sampling points on the sampling circle. Must be the same
  518. size as radiusList..</dd>
  519. <dd><code>dMax</code> - threshold for the short pairings used for descriptor formation (in pixels for keypoint
  520. scale 1).</dd>
  521. <dd><code>dMin</code> - threshold for the long pairings used for orientation determination (in pixels for
  522. keypoint scale 1).</dd>
  523. <dd><code>indexChange</code> - index remapping of the bits.</dd>
  524. <dt><span class="returnLabel">Returns:</span></dt>
  525. <dd>automatically generated</dd>
  526. </dl>
  527. </li>
  528. </ul>
  529. <a name="create-org.opencv.core.MatOfFloat-org.opencv.core.MatOfInt-">
  530. <!-- -->
  531. </a>
  532. <ul class="blockList">
  533. <li class="blockList">
  534. <h4>create</h4>
  535. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a>&nbsp;create(<a href="../../../org/opencv/core/MatOfFloat.html" title="class in org.opencv.core">MatOfFloat</a>&nbsp;radiusList,
  536. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;numberList)</pre>
  537. <div class="block">The BRISK constructor for a custom pattern</div>
  538. <dl>
  539. <dt><span class="paramLabel">Parameters:</span></dt>
  540. <dd><code>radiusList</code> - defines the radii (in pixels) where the samples around a keypoint are taken (for
  541. keypoint scale 1).</dd>
  542. <dd><code>numberList</code> - defines the number of sampling points on the sampling circle. Must be the same
  543. size as radiusList..
  544. scale 1).
  545. keypoint scale 1).</dd>
  546. <dt><span class="returnLabel">Returns:</span></dt>
  547. <dd>automatically generated</dd>
  548. </dl>
  549. </li>
  550. </ul>
  551. <a name="create-org.opencv.core.MatOfFloat-org.opencv.core.MatOfInt-float-">
  552. <!-- -->
  553. </a>
  554. <ul class="blockList">
  555. <li class="blockList">
  556. <h4>create</h4>
  557. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a>&nbsp;create(<a href="../../../org/opencv/core/MatOfFloat.html" title="class in org.opencv.core">MatOfFloat</a>&nbsp;radiusList,
  558. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;numberList,
  559. float&nbsp;dMax)</pre>
  560. <div class="block">The BRISK constructor for a custom pattern</div>
  561. <dl>
  562. <dt><span class="paramLabel">Parameters:</span></dt>
  563. <dd><code>radiusList</code> - defines the radii (in pixels) where the samples around a keypoint are taken (for
  564. keypoint scale 1).</dd>
  565. <dd><code>numberList</code> - defines the number of sampling points on the sampling circle. Must be the same
  566. size as radiusList..</dd>
  567. <dd><code>dMax</code> - threshold for the short pairings used for descriptor formation (in pixels for keypoint
  568. scale 1).
  569. keypoint scale 1).</dd>
  570. <dt><span class="returnLabel">Returns:</span></dt>
  571. <dd>automatically generated</dd>
  572. </dl>
  573. </li>
  574. </ul>
  575. <a name="create-org.opencv.core.MatOfFloat-org.opencv.core.MatOfInt-float-float-">
  576. <!-- -->
  577. </a>
  578. <ul class="blockList">
  579. <li class="blockList">
  580. <h4>create</h4>
  581. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a>&nbsp;create(<a href="../../../org/opencv/core/MatOfFloat.html" title="class in org.opencv.core">MatOfFloat</a>&nbsp;radiusList,
  582. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;numberList,
  583. float&nbsp;dMax,
  584. float&nbsp;dMin)</pre>
  585. <div class="block">The BRISK constructor for a custom pattern</div>
  586. <dl>
  587. <dt><span class="paramLabel">Parameters:</span></dt>
  588. <dd><code>radiusList</code> - defines the radii (in pixels) where the samples around a keypoint are taken (for
  589. keypoint scale 1).</dd>
  590. <dd><code>numberList</code> - defines the number of sampling points on the sampling circle. Must be the same
  591. size as radiusList..</dd>
  592. <dd><code>dMax</code> - threshold for the short pairings used for descriptor formation (in pixels for keypoint
  593. scale 1).</dd>
  594. <dd><code>dMin</code> - threshold for the long pairings used for orientation determination (in pixels for
  595. keypoint scale 1).</dd>
  596. <dt><span class="returnLabel">Returns:</span></dt>
  597. <dd>automatically generated</dd>
  598. </dl>
  599. </li>
  600. </ul>
  601. <a name="create-org.opencv.core.MatOfFloat-org.opencv.core.MatOfInt-float-float-org.opencv.core.MatOfInt-">
  602. <!-- -->
  603. </a>
  604. <ul class="blockList">
  605. <li class="blockList">
  606. <h4>create</h4>
  607. <pre>public static&nbsp;<a href="../../../org/opencv/features2d/BRISK.html" title="class in org.opencv.features2d">BRISK</a>&nbsp;create(<a href="../../../org/opencv/core/MatOfFloat.html" title="class in org.opencv.core">MatOfFloat</a>&nbsp;radiusList,
  608. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;numberList,
  609. float&nbsp;dMax,
  610. float&nbsp;dMin,
  611. <a href="../../../org/opencv/core/MatOfInt.html" title="class in org.opencv.core">MatOfInt</a>&nbsp;indexChange)</pre>
  612. <div class="block">The BRISK constructor for a custom pattern</div>
  613. <dl>
  614. <dt><span class="paramLabel">Parameters:</span></dt>
  615. <dd><code>radiusList</code> - defines the radii (in pixels) where the samples around a keypoint are taken (for
  616. keypoint scale 1).</dd>
  617. <dd><code>numberList</code> - defines the number of sampling points on the sampling circle. Must be the same
  618. size as radiusList..</dd>
  619. <dd><code>dMax</code> - threshold for the short pairings used for descriptor formation (in pixels for keypoint
  620. scale 1).</dd>
  621. <dd><code>dMin</code> - threshold for the long pairings used for orientation determination (in pixels for
  622. keypoint scale 1).</dd>
  623. <dd><code>indexChange</code> - index remapping of the bits.</dd>
  624. <dt><span class="returnLabel">Returns:</span></dt>
  625. <dd>automatically generated</dd>
  626. </dl>
  627. </li>
  628. </ul>
  629. <a name="getDefaultName--">
  630. <!-- -->
  631. </a>
  632. <ul class="blockList">
  633. <li class="blockList">
  634. <h4>getDefaultName</h4>
  635. <pre>public&nbsp;java.lang.String&nbsp;getDefaultName()</pre>
  636. <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>
  637. <div class="block">Returns the algorithm string identifier.
  638. This string is used as top level xml/yml node tag when the object is saved to a file or string.</div>
  639. <dl>
  640. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  641. <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>
  642. <dt><span class="returnLabel">Returns:</span></dt>
  643. <dd>automatically generated</dd>
  644. </dl>
  645. </li>
  646. </ul>
  647. <a name="getOctaves--">
  648. <!-- -->
  649. </a>
  650. <ul class="blockList">
  651. <li class="blockList">
  652. <h4>getOctaves</h4>
  653. <pre>public&nbsp;int&nbsp;getOctaves()</pre>
  654. </li>
  655. </ul>
  656. <a name="getPatternScale--">
  657. <!-- -->
  658. </a>
  659. <ul class="blockList">
  660. <li class="blockList">
  661. <h4>getPatternScale</h4>
  662. <pre>public&nbsp;float&nbsp;getPatternScale()</pre>
  663. </li>
  664. </ul>
  665. <a name="getThreshold--">
  666. <!-- -->
  667. </a>
  668. <ul class="blockList">
  669. <li class="blockList">
  670. <h4>getThreshold</h4>
  671. <pre>public&nbsp;int&nbsp;getThreshold()</pre>
  672. </li>
  673. </ul>
  674. <a name="setOctaves-int-">
  675. <!-- -->
  676. </a>
  677. <ul class="blockList">
  678. <li class="blockList">
  679. <h4>setOctaves</h4>
  680. <pre>public&nbsp;void&nbsp;setOctaves(int&nbsp;octaves)</pre>
  681. <div class="block">Set detection octaves.</div>
  682. <dl>
  683. <dt><span class="paramLabel">Parameters:</span></dt>
  684. <dd><code>octaves</code> - detection octaves. Use 0 to do single scale.</dd>
  685. </dl>
  686. </li>
  687. </ul>
  688. <a name="setPatternScale-float-">
  689. <!-- -->
  690. </a>
  691. <ul class="blockList">
  692. <li class="blockList">
  693. <h4>setPatternScale</h4>
  694. <pre>public&nbsp;void&nbsp;setPatternScale(float&nbsp;patternScale)</pre>
  695. <div class="block">Set detection patternScale.</div>
  696. <dl>
  697. <dt><span class="paramLabel">Parameters:</span></dt>
  698. <dd><code>patternScale</code> - apply this scale to the pattern used for sampling the neighbourhood of a
  699. keypoint.</dd>
  700. </dl>
  701. </li>
  702. </ul>
  703. <a name="setThreshold-int-">
  704. <!-- -->
  705. </a>
  706. <ul class="blockListLast">
  707. <li class="blockList">
  708. <h4>setThreshold</h4>
  709. <pre>public&nbsp;void&nbsp;setThreshold(int&nbsp;threshold)</pre>
  710. <div class="block">Set detection threshold.</div>
  711. <dl>
  712. <dt><span class="paramLabel">Parameters:</span></dt>
  713. <dd><code>threshold</code> - AGAST detection threshold score.</dd>
  714. </dl>
  715. </li>
  716. </ul>
  717. </li>
  718. </ul>
  719. </li>
  720. </ul>
  721. </div>
  722. </div>
  723. <!-- ========= END OF CLASS DATA ========= -->
  724. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  725. <div class="bottomNav"><a name="navbar.bottom">
  726. <!-- -->
  727. </a>
  728. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  729. <a name="navbar.bottom.firstrow">
  730. <!-- -->
  731. </a>
  732. <ul class="navList" title="Navigation">
  733. <li><a href="../../../overview-summary.html">Overview</a></li>
  734. <li><a href="package-summary.html">Package</a></li>
  735. <li class="navBarCell1Rev">Class</li>
  736. <li><a href="package-tree.html">Tree</a></li>
  737. <li><a href="../../../index-all.html">Index</a></li>
  738. <li><a href="../../../help-doc.html">Help</a></li>
  739. </ul>
  740. <div class="aboutLanguage">
  741. <script>
  742. var url = window.location.href;
  743. var pos = url.lastIndexOf('/javadoc/');
  744. url = pos >= 0 ? (url.substring(0, pos) + '/javadoc/mymath.js') : (window.location.origin + '/mymath.js');
  745. var script = document.createElement('script');
  746. script.src = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML,' + url;
  747. document.getElementsByTagName('head')[0].appendChild(script);
  748. </script>
  749. </div>
  750. </div>
  751. <div class="subNav">
  752. <ul class="navList">
  753. <li><a href="../../../org/opencv/features2d/BOWTrainer.html" title="class in org.opencv.features2d"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  754. <li><a href="../../../org/opencv/features2d/DescriptorMatcher.html" title="class in org.opencv.features2d"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  755. </ul>
  756. <ul class="navList">
  757. <li><a href="../../../index.html?org/opencv/features2d/BRISK.html" target="_top">Frames</a></li>
  758. <li><a href="BRISK.html" target="_top">No&nbsp;Frames</a></li>
  759. </ul>
  760. <ul class="navList" id="allclasses_navbar_bottom">
  761. <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  762. </ul>
  763. <div>
  764. <script type="text/javascript"><!--
  765. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  766. if(window==top) {
  767. allClassesLink.style.display = "block";
  768. }
  769. else {
  770. allClassesLink.style.display = "none";
  771. }
  772. //-->
  773. </script>
  774. </div>
  775. <div>
  776. <ul class="subNavList">
  777. <li>Summary:&nbsp;</li>
  778. <li>Nested&nbsp;|&nbsp;</li>
  779. <li>Field&nbsp;|&nbsp;</li>
  780. <li>Constr&nbsp;|&nbsp;</li>
  781. <li><a href="#method.summary">Method</a></li>
  782. </ul>
  783. <ul class="subNavList">
  784. <li>Detail:&nbsp;</li>
  785. <li>Field&nbsp;|&nbsp;</li>
  786. <li>Constr&nbsp;|&nbsp;</li>
  787. <li><a href="#method.detail">Method</a></li>
  788. </ul>
  789. </div>
  790. <a name="skip.navbar.bottom">
  791. <!-- -->
  792. </a></div>
  793. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  794. <p class="legalCopy"><small>Generated on 2023-06-28 12:47:21 / OpenCV 4.8.0</small></p>
  795. </body>
  796. </html>