rogday
04e01e2b31
Add new params
2 years ago
Smirnov Egor
08696d92ea
Add option to force reopen camera in interactive calibration tool
2 years ago
Smirnov Egor
2c2466fb25
Add symmetric circles board
2 years ago
rogday
33b1e76e48
fix save_frames parameter
2 years ago
rogday
b91f173680
Merge pull request #22147 from rogday:zoom_factor
...
Add zoom factor to interactive calibration tool
* add zoom factor
* address review comments
2 years ago
Sean McBride
35f1a90df7
Merge pull request #22149 from seanm:sprintf
...
Replaced sprintf with safer snprintf
* Straightforward replacement of sprintf with safer snprintf
* Trickier replacement of sprintf with safer snprintf
Some functions were changed to take another parameter: the size of the buffer, so that they can pass that size on to snprintf.
2 years ago
Christine Poerschke
db5b22e895
Merge pull request #22065 from cpoerschke:3.4-apps-visualisation-configurable-codec
...
* apps/opencv_visualisation: configurable video codec
* Update apps/visualisation/opencv_visualisation.cpp
2 years ago
Alexander Smorkalov
533bb035cf
Save Frames option for interactive calibration tool
...
The option to save all frames that contribute to final calibration result.
Useful for dataset collection and further offline tuning.
3 years ago
Lukas-Alexander Weber
8ca394efaf
Merge pull request #22005 from lukasalexanderweber:delete_stitching_tool
...
Move stitching package and tool to a dedicated repository
* deleted moved files
* Update README.md
3 years ago
Alexander Alekhin
89f8d4ae12
build: GCC12 warnings
3 years ago
Lukas-Alexander Weber
d37bcbdc92
Merge pull request #21420 from lukasalexanderweber:4.x
...
Introduce Cropping to OpenCV Stitching Tool
* Introduced Cropping
* integrate https://github.com/opencv/opencv/pull/21413/
* fixed failing subsetter tests
* updated stuff
3 years ago
Alexander Alekhin
c78a8dfd2d
fix 4.x links
3 years ago
Lukas-Alexander Weber
fa5c7a9e75
Merge pull request #21020 from lukasalexanderweber:squash
...
Created Stitching Tool based on stitching_detailed.py
3 years ago
rogday
6801dd043d
Merge pull request #20494 from rogday:onnx_diagnostic_fix
...
fix ONNXImporter diagnostic mode layer registration issue
* fix layer registration, thread unsafe access and align the behavior of DNN_DIAGNOSTICS_RUN between onnx and tf importers
* move skipModelInput
* print all missing layers
* address TF issue
3 years ago
Smirnov Egor
dc5199feea
skipping missing layers and layer failures
3 years ago
Alexander Alekhin
28f919d9d2
apps(model_diagnostics): fix invalid callback
4 years ago
Anastasia M
e08de1101d
Merge pull request #19693 from LupusSanctus:onnx_diagnostic
...
ONNX diagnostic tool
* Final
* Add forgotten Normalize layer to the set of supported types
* ONNX diagnostic tool corrections
* Fixed CI test warnings
* Added code minor corrections
Co-authored-by: Sergey Slashchinin <sergei.slashchinin@xperience.ai>
4 years ago
shioko
fe9a8ebea2
Fix typo 'Applicatioin'
4 years ago
Alexander Alekhin
6db9f00fd1
cmake(apps): support OPENCV_INSTALL_APPS_LIST
...
Usage:
- cmake -DOPENCV_INSTALL_APPS_LIST=opencv_version ...
5 years ago
Alexander Alekhin
3d36f9044d
opencv_version: dump threads information
5 years ago
atinfinity
f81fdd58da
Merge pull request #16445 from atinfinity:fixed-typo
...
* fixed typo
* add compatibility code to handle migration
5 years ago
Brian Wignall
f9c514b391
Fix spelling typos
...
backport commit 659ffaddb4
5 years ago
Brian Wignall
659ffaddb4
Fix spelling typos
5 years ago
luz.paz
57ccf14952
FIx misc. source and comment typos
...
Found via `codespell -q 3 -S ./3rdparty,./modules -L amin,ang,atleast,dof,endwhile,hist,uint`
backporting of commit: 32aba5e64b
5 years ago
luz.paz
32aba5e64b
FIx misc. source and comment typos
...
Found via `codespell -q 3 -S ./3rdparty,./modules -L amin,ang,atleast,dof,endwhile,hist,uint`
5 years ago
kupferb
f024425dd0
Update haarfeatures.cpp
...
Detailed description for my proposal can be found here
https://github.com/opencv/opencv/issues/14128
6 years ago
michal-kowalczyk
a246d8d8e9
Merge pull request #13709 from michal-kowalczyk:flush-processed-samples-number
...
* Add flushing to printing number of processed positive/negative samples so that user is informed of updates quickly.
* use flush C api instead of C++ api
6 years ago
klemens
5d9c6723ee
spelling fixes
...
backport 997b7b18af
6 years ago
klemens
997b7b18af
spelling fixes
6 years ago
Vadim Pisarevsky
0f622206e4
completely new C++ persistence implementation ( #13011 )
...
* integrated the new C++ persistence; removed old persistence; most of OpenCV compiles fine! the tests have not been run yet
* fixed multiple bugs in the new C++ persistence
* fixed raw size of the parsed empty sequences
* [temporarily] excluded obsolete applications traincascade and createsamples from build
* fixed several compiler warnings and multiple test failures
* undo changes in cocoa window rendering (that was fixed in another PR)
* fixed more compile warnings and the remaining test failures (hopefully)
* trying to fix the last little warning
6 years ago
Michał Janiszewski
85b9960f62
Fix clashing include guards
...
Relevant guards can be found in
ef5579dc86/modules/features2d/src/kaze/AKAZEConfig.h (L8)
and
ef5579dc86/modules/ml/include/opencv2/ml.hpp (L44)
6 years ago
Maksim Shabunin
e0f524d3b7
Fixed several incorrect printf format specifiers
6 years ago
Alexander Alekhin
b80c978f5d
core: change cv::Ptr DefaultDeleter
6 years ago
Alexander Alekhin
9097ccf515
drop legacy headers
6 years ago
Hamdi Sahloul
a39e0daacf
Utilize CV_UNUSED macro
6 years ago
Alexander Alekhin
8a3c394d6a
don't use constructors for C API structures
6 years ago
berak
49e0126b8e
apps: fix interactive calibration
6 years ago
luz.paz
2003eb1b9b
Misc. typos
...
Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
6 years ago
Maksim Shabunin
cbb1e867e5
More issues found by static analysis
6 years ago
Alexander Alekhin
d5951bc033
build: eliminate GCC8 warnings
6 years ago
Alexander Alekhin
b09a4a98d4
opencv: Use cv::AutoBuffer<>::data()
6 years ago
Maksim Shabunin
a2bc075924
cmake: function for application creation ( #11736 )
...
* apps: add Win32 friendly opencv_version app
Improve experience of launching app from explorer:
- application just flash (open/close) the console window
Suggested Win32 application flavor additionally shows MessageBox
and waits for User interaction.
* cmake: added unified application creation function
7 years ago
Alexander Alekhin
95360a5539
apps: add Win32 friendly opencv_version app
...
Improve experience of launching app from explorer:
- application just flash (open/close) the console window
Suggested Win32 application flavor additionally shows MessageBox
and waits for User interaction.
7 years ago
Alexander Alekhin
e8a520ed96
cmake: add BUILD_APPS_LIST
...
- build "opencv_version" only: `cmake -DBUILD_APPS_LIST=version ...`
- option 'BUILD_opencv_apps' should be 'ON'
7 years ago
Alexander Alekhin
caa6915b83
apps: catch() with "const reference"
7 years ago
Alexander Alekhin
cf4f6d412e
interactive-calibration: use empty() method instead of checking dimension size
7 years ago
Maksim Shabunin
b88609a921
Reduced direct TBB dependencies
7 years ago
Alexander Alekhin
39f15be59e
apps: apply CV_OVERRIDE/CV_FINAL
7 years ago
Ilya A. Volynets-Evenbakh
9749afb116
Fix crash on exit in opencv_annotation
...
destroyWindow was called twice during completion of the
annotation procedure, resulting in a crash, and failure to write
an output file
7 years ago
Alexander Alekhin
cb9b08eca1
createsamples: fix ROI in icvGetBackgroundImage()
7 years ago