Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork56.4k
Commitdaa88c6
authored
Merge pull request#17642 from pemmanuelviel:pev--fixes-and-clean
* Clean: make the use of the indices array length consistentEither we don't want this method to be used in the future for any other nodethan the root node, and so we replace indices_length by size_ and remove it asargument, or we want to be able to use it potentially for other nodes, andso using size_ instead of indices_length would have lead to a bug.* Fix: b was not an address* Fix: transpose the Flann repo commit "Fixes in accum_dist methods" from Adil IbragimovAvoids trying to compute log(ratio) with ratio = 0* Fix: transpose the Flann repo commit "result_set bugfix" from Jack Rae* Fix Jack Rae commit as the initial i - 1 index was decremented before entering the loop body* Clean: transpose the Flann repo commit "Updated comments in lsh_index" from Richard McPherson* Fix: Transpose the Flann repo commit "Fixing unreachable code in lsh_table.h" from hypevr* Fix warning the same way it was done in flann standalone repo* Change the return value in case of unsupported type1 parente45d74c commitdaa88c6
File tree
5 files changed
+9
-10
lines changed- modules/flann/include/opencv2/flann
5 files changed
+9
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
708 | 708 | | |
709 | 709 | | |
710 | 710 | | |
711 | | - | |
| 711 | + | |
712 | 712 | | |
713 | 713 | | |
714 | 714 | | |
| |||
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
734 | | - | |
| 734 | + | |
735 | 735 | | |
736 | 736 | | |
737 | 737 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
653 | | - | |
| 653 | + | |
| 654 | + | |
654 | 655 | | |
655 | 656 | | |
656 | 657 | | |
| |||
662 | 663 | | |
663 | 664 | | |
664 | 665 | | |
665 | | - | |
| 666 | + | |
666 | 667 | | |
667 | 668 | | |
668 | 669 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
| 199 | + | |
201 | 200 | | |
202 | 201 | | |
203 | 202 | | |
204 | | - | |
205 | 203 | | |
206 | 204 | | |
207 | 205 | | |
| |||
0 commit comments
Comments
(0)