Alexander Alekhin
83ec0f526c
videoio(ffmpeg): add option to enable debug logs
7 years ago
Alexander Alekhin
cd9e43704e
videoio: backends priority list
7 years ago
Alexander Alekhin
5128c1ff1f
videoio(ffmpeg): specify stream->time_base
...
Using codec->time_base is deprecated to specify muxer settings.
Resolves issue with FPS value for AVI files with FFmpeg 4.0.
Related FFmpeg commits:
- 194be1f43e
- 91736025b2
7 years ago
Tomoaki Teshima
2e9e71ab9e
make ocl4dnn available to run on other platform than Intel GPU
7 years ago
Dmitry Kurtaev
085be6a445
Fix dilated convolution from Keras
7 years ago
catree
ade21f142e
Add Java and Python code for the following features2d tutorials: Harris corner detector, Shi-Tomasi corner detector, Creating your own corner detector, Detecting corners location in subpixels, Feature Detection, Feature Description, Feature Matching with FLANN, Features2D + Homography to find a known object. Use Lowe's ratio test to filter the matches.
7 years ago
Alexander Alekhin
06c1890639
Merge pull request #11607 from dkurt:dnn_scale_shift_layer
7 years ago
Alexander Alekhin
89230fa45b
Merge pull request #11605 from alalek:fix_build_10963
7 years ago
Dmitry Kurtaev
2c3c59d018
Remove Shift deep learning layer
7 years ago
Alexander Alekhin
549b5df225
build: workaround issues with C compilation mode
...
- cvdef.h + cvRound (double only)
- highgui_c.h
7 years ago
Alexander Alekhin
58d28061a4
Merge pull request #11591 from alalek:calib3d_chessboard_fix3
7 years ago
Alexander Alekhin
faae5edf72
Merge pull request #11590 from alalek:calib3d_chessboard_fix2
7 years ago
Alexander Alekhin
29421d7def
Merge pull request #11589 from alalek:calib3d_chessboard_fix
7 years ago
Alexander Alekhin
3c24e76018
Merge pull request #11592 from catree:remove_java_toBufferedImage
7 years ago
Alexander Alekhin
4384036108
Merge pull request #11576 from alalek:avoid_copyTo_with_getMat
7 years ago
catree
adef31097d
Use directly HighGui.toBufferedImage().
7 years ago
Alexander Alekhin
f3cbb0f941
calib3d: chess board - perform full range (with 0) histogram smooth
7 years ago
Alexander Alekhin
ad57750d25
calib3d: chess board - properly detect/handle iCntMaxima=0 case
7 years ago
Alexander Alekhin
1dfc742f27
calib3d: chess board - avoid image modification via cvFindContours
7 years ago
Alexander Alekhin
0a6d190095
Merge pull request #11396 from terfendail:msmf_icapture
7 years ago
Alexander Alekhin
8a17ae29b9
Merge pull request #11580 from dkurt:dnn_fix_tf_ssd
7 years ago
Alexander Alekhin
6e4f82d9da
Merge pull request #11583 from catree:add_tutorial_imgproc_java_python2
7 years ago
catree
4c1c3147d9
Add Java and Python code for the following imgproc tutorials: Affine Transformations, Histogram Equalization, Histogram Calculation, Histogram Comparison, Back Projection.
7 years ago
Alexander Alekhin
2db12e8986
Merge pull request #11582 from alalek:use_mat_empty_instead_of_size
7 years ago
yuki takehara
ed207d79e7
Merge pull request #11108 from take1014:hough_4303
...
* Added accumulator value to the output of HoughLines and HoughCircles
* imgproc: refactor Hough patch
- eliminate code duplication
- fix type handling, fix OpenCL code
- fix test data generation
- re-generated test data in debug mode via plain CPU code path
7 years ago
yuki takehara
2d5d98ec0f
Merge pull request #11551 from take1014:filter2d_10683
...
* Add arguments to dftFilter2D
* test: add expected test values
7 years ago
Alexander Alekhin
1923916929
Merge pull request #11581 from mdfirman:rectify3Collinear_bugfix
7 years ago
Alexander Alekhin
3654fb10d7
Merge pull request #11567 from alalek:code_quality
7 years ago
Alexander Alekhin
cf4f6d412e
interactive-calibration: use empty() method instead of checking dimension size
7 years ago
Michael Firman
e8cb67572a
Bugfix to allow adjust3rdMatrix to be run
7 years ago
Alexander Alekhin
5a706eee8a
Merge pull request #11578 from alalek:build_warnings
7 years ago
Alexander Alekhin
9b173d317f
Merge pull request #11573 from mshabunin:fix-gst-leak
7 years ago
Vitaly Tuzov
9622ca0e37
MSMF-based VideoCapture and VideoWriter backend changed to C++ interface
7 years ago
Dmitry Kurtaev
3346a7ac0a
Fix batch normalization fusion from TensorFlow's SSDs
7 years ago
Alexander Alekhin
39b60f9b17
fix build warnings
7 years ago
Alexander Alekhin
8307e06c1a
Merge pull request #11575 from mshabunin:fix-ie-win
7 years ago
Alexander Alekhin
b3ff29fcf5
avoid copyTo(outputarray.getMat()) pattern
...
- leads to errors due 'const' modifier of getMat() method
- may be non-optimal with non-CPU data storage
7 years ago
Maksim Shabunin
895e10c317
dnn: fixed IE support on Windows
7 years ago
Alexander Alekhin
6c06fcee61
Merge pull request #11572 from nglee:dev_fixNppStreamHandlerDtor
7 years ago
Maksim Shabunin
1a15136536
GStreamer backend: fixed memory leak and version check
7 years ago
Namgoo Lee
79af0bfccf
NPP : NppStreamHandler fix
7 years ago
Alexander Alekhin
2f9b4439af
Merge pull request #11565 from alalek:issue_11545
7 years ago
Alexander Alekhin
099eb40ba1
Merge pull request #11564 from alalek:ts_run_py_passthrough_test_args
7 years ago
Alexander Enaldiev
84584002f2
Merge pull request #11417 from Turim:imgcodecs_cmake_decoders_customize_formats
...
* imgcodecs cmake: the option to customize supported formats list (WITH_IMGCODEC_HDR, WITH_IMGCODEC_SUNRASTER, WITH_IMGCODEC_PXM)
* imgcodecs: fixes
- fixed CMake scripts (=OFF doesn't really work)
- restore dropped GDCM block
- added _IMGCODEC_ prefix
- fixed tests
- include PAM format under WITH_IMGCODEC_PXM option
7 years ago
Alexander Alekhin
573e790107
Merge pull request #11558 from alalek:issue_11552
7 years ago
Alexander Alekhin
2fc713bb94
Merge pull request #11566 from mshabunin:allow-ie-force
7 years ago
Alexander Alekhin
471c17321f
improve code quality
...
- eliminate rand() calls
- non initialized members/ variables
- unused return values
- missing/useless NULL checks
7 years ago
Alexander Alekhin
e1b96b6d82
Merge pull request #11563 from alalek:dnn_text_test_threshold
7 years ago
Alexander Alekhin
af5f40a80e
Merge pull request #11543 from catree:add_tutorial_imgproc_java_python
7 years ago
Maksim Shabunin
53a68783a5
dnn: support later IE versions
7 years ago