- 26 Oct, 2019 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- OPENCV_TRACE_ITT_ENABLE
-
- 25 Oct, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 24 Oct, 2019 3 commits
-
-
Alexander Alekhin authored
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
-
- 23 Oct, 2019 3 commits
-
-
Alexander Alekhin authored
-
ChipKerchner authored
-
float13 authored
I think it would help to change all 3 of the the input file arguments to be "positional" for consistency with the other tutorials. This also simplifies the command line input to run this tutorial by reducing typing, and helpfully prints the "usage" info if any of the 3 required inputs are missing. I'm new to OpenCV and working through the tutorials. I kept getting runtime errors with this one until I realized that the arguments weren't positional, and I was missing the "--input1", "--input2, "--input3" flags preceding the filenames. All of the previous tutorials had required filenames as positional arguments and didn't require this. The original code would require each input to be specified like this: ./compareHist_Demo --input1 filename1 --input2 filename2 --input3 filename3 But with this change, the above command is simplified to: ./compareHist_Demo filename1 filename2 filename3 This avoids a confusing runtime error to make things simpler for newcomers like me :)
-
- 22 Oct, 2019 4 commits
-
-
Chip Kerchner authored
Fixing bug with comparison of v_int64x2 or v_uint64x2 * Casting v_uint64x2 to v_float64x2 and comparing does NOT work in all cases. Rewrite using epi64 instructions - faster too. * Fix bad merge. * Fix equal comparsion for non-SSE4.1. Add test cases for v_int64x2 comparisons. * Try to fix merge conflict. * Only test v_int64x2 comparisons if CV_SIMD_64F * Fix compiler warning.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
nick black authored
The usage function states that the default for match_conf is 0.65 if the default SURF feature finder is used, and 0.3 for orbs. Indeed, if --feature orbs is used, match_conf is set to 0.3f. This is a NOP, because the real default is also set to 0.3f. Change it to 0.65f when SURF is in play.
-
- 21 Oct, 2019 1 commit
-
-
Dmitry Kurtaev authored
-
- 20 Oct, 2019 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Steve Nicholson authored
-
- 19 Oct, 2019 1 commit
-
-
Dmitry Kurtaev authored
-
- 18 Oct, 2019 9 commits
-
-
collin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Fei Wu authored
-
Pavel Grunt authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 17 Oct, 2019 8 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
jasjuang authored
-
- 16 Oct, 2019 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
pylint 1.8.3
-
Alexander Alekhin authored
-
Adam Rankin authored
VTK_MAJOR_VERSION not found unless header is included
-