Alexander Alekhin
f4c4b01455
core: added checks and "fixit" items for persistence parsers
...
To raise errors with proper messages of the problems.
7 years ago
Alexander Alekhin
08941b7890
cmake: avoid amending of CMAKE_COMPILER_IS_[GNUCXX|CLANGCXX|CCACHE] vars
...
- Recommended compiler checks:
- GCC: CV_GCC
- Clang: CV_CLANG
- fixed problem with CMAKE_CXX_COMPILER_ID=Clang/AppleClang mess on MacOSX
Details: cmake --help-policy CMP0025
- do not declare Clang as GCC compiler
7 years ago
Alexander Alekhin
7ee217285b
Merge pull request #11089 from terfendail:stereocalibrate_f32
7 years ago
Alexander Alekhin
9e0dee1259
Merge pull request #11112 from alalek:cmake_src_include_fix
7 years ago
Alexander Alekhin
d1311518a3
core: test-sample for FIXED_TYPE demonstration
...
with implementation of functions with multiple output formats
7 years ago
Vadim Pisarevsky
6e13ffe162
Merge pull request #11159 from alalek:samples_avoid_legacy_api
7 years ago
Vadim Pisarevsky
00fff3a85d
Merge pull request #11164 from corleypc:master
7 years ago
corley
f441515357
Fixed a couple of memory leaks in videoInput::getDevice() when multiple devices are present in the system
7 years ago
kinchungwong
333e53eee8
Minor improvement to SSE code in HOGDescriptor::computeGradient, replace emulation of _mm_mullo_epi32 with constant multiplicand 3 with two _mm_add_epi32. OpenCV issue #11161
7 years ago
Alexander Alekhin
7f9253ea0a
samples: avoid using of legacy C-like API
...
- CV_RGB() macro is moved into opencv2/imgproc.hpp from imgproc_c.h
- samples/cpp/filestorage_base64.cpp is dropped
7 years ago
Alexander Alekhin
24acbecd33
Merge pull request #11151 from AndreiCostinescu:patch-1
7 years ago
Alexander Alekhin
70607ce311
Merge pull request #11155 from nglee:dev_docGpuMatDownloadUpload
7 years ago
Dmitry Kurtaev
7972f47ed4
Load networks from intermediate representation of Intel's Deep learning deployment toolkit.
7 years ago
Namgoo Lee
a8f86af633
Update GpuMat, GpuMat::download, GpuMat::upload documentation
7 years ago
Andrei Costinescu
38d73123c1
#include <math.h> in cv2.cpp
...
My build fails with the error:
"C:/PROGRA~1/MINGW-~1/X86_64~1.0-P/mingw64/lib/gcc/x86_64-w64-mingw32/7.2.0/include/c++/cmath:1136:11: error: '::hypot' has not been declared".
I have tried to fix it by adding "#include <cmath>" before the line "#include <Python.h>" but then the build has failed with the error:
"C:/PROGRA~1/MINGW-~1/X86_64~1.0-P/mingw64/lib/gcc/x86_64-w64-mingw32/7.2.0/include/c++/math.h:91:12:: error: 'std::_hypot' has not been declared".
Adding "#include <math.h>" allowed me to build opencv.
7 years ago
Alexander Alekhin
e06d1e8083
Merge pull request #11141 from dkurt:dnn_no_aspect_ratios
7 years ago
Alexander Alekhin
300797d4a3
Merge pull request #11146 from anthonytw:master
7 years ago
Anthony Wertz
c6cf7f8080
Sets a higher limit on videoio's AVI container's maximum chunk size, and adds an explanation of the assertion. Closes #11126
7 years ago
Alexander Alekhin
cd4b748b44
Merge pull request #11064 from tomoaki0705:fixCudaStreamAsync
7 years ago
Alexander Alekhin
fdd83e5027
Merge pull request #11113 from tomoaki0705:fixTinkerBoardOpenCL
7 years ago
Alexander Alekhin
d9f720a679
Merge pull request #11134 from not522:fix-rotation-center
7 years ago
Dmitry Kurtaev
e8fe6ee4e3
Fix prior box generation in case of squared proposals.
...
Fix batch norm in training phase.
7 years ago
Naoto Mizuno
ddf6bc86a7
Update rotated image
7 years ago
Alexander Alekhin
4378e8fcc0
core: fix cv::Mat constructor
7 years ago
Tomoaki Teshima
06babf90a5
let the test OCL_ImgprocWarp/Resize.Mat pass on ARM/Aarch64
...
* disable carotenete when calling resize on ARM/Aarch64
* loosen eps on Aarch64
7 years ago
Tomoaki Teshima
f4e5d777e8
follow histogram
7 years ago
Tomoaki Teshima
6c25351049
make the asynchronous call to NPP safe
...
* Stop calling nppSetStream
7 years ago
Naoto Mizuno
e1b66ffd01
Fix center of rotation
7 years ago
Alexander Alekhin
2dff9f4c6d
Merge pull request #11136 from tomoaki0705:fixCalib3dClang
7 years ago
Alexander Alekhin
b390e86b12
Merge pull request #11124 from terfendail:minenctriangle_fix
7 years ago
Tomoaki Teshima
08e0c69dbf
apply the workaround to correct range
7 years ago
Vitaly Tuzov
91c35a7d01
Updated handling of collinear edges while searching for intersection.
7 years ago
Alexander Alekhin
0366c1b093
Merge pull request #11105 from dkurt:issue_11102
7 years ago
Alexander Alekhin
fed22f2f5c
Merge pull request #11074 from alalek:android_log_messages
7 years ago
Alexander Alekhin
9fd32ca5ac
Merge pull request #11110 from nglee:dev_addSyncAfterAsyncCopyTestBufferPool
7 years ago
Alexander Alekhin
176fe6e50e
Merge pull request #11095 from jmartens:patch-2
7 years ago
Alexander Alekhin
6c051a55e5
cmake: don't add include <module>/src directory to avoid conflicts
...
during opencv_world builds
7 years ago
Namgoo Lee
90e1e41f5a
test_buffer_pool: synchronize after async copy
7 years ago
Aleksandr Tischenko
22ecdd16ef
Merge pull request #11101 from lamantine:fix_11100
...
* fixed bug #11100 Integer overflow in kmeans
* fixed integer overflow in other divUp-s in kmeans code
fixed warning about size_t to double conversion
7 years ago
Alexander Alekhin
2dac35a97d
Merge pull request #11091 from berak:openpose_sample
7 years ago
Dmitry Kurtaev
069f9add80
Fix an issue https://github.com/opencv/opencv/issues/11102
7 years ago
Alexander Alekhin
74c2f8cecf
Merge pull request #11046 from catree:update_calibration_images
7 years ago
Alexander Alekhin
70b6c1f29e
Merge pull request #11069 from berak:fix_samples_beta
7 years ago
Alexander Alekhin
b6d3657f82
Merge pull request #11078 from atinfinity:pullreq/180315-fixed-openpose-sample
7 years ago
Jonathan Martens
1949412979
Update URL to Timing and Profiling in IPython
...
Apparently the blog has been updated and the URL has changed, it is still there though.
7 years ago
berak
4f597f6c06
dnn: add an openpose.cpp sample
7 years ago
Alexander Alekhin
47dea29e4e
Merge pull request #11081 from alalek:cmake_fix_android_examples_dependencies
7 years ago
yuki takehara
41f8e788b2
Merge pull request #11083 from take1014:lsd_#9363
...
* Fix #9363
* Renamed the structure and added a new function to the LineSegmentDetectorImpl class as a static member
* Added a new function to the LineSegmentDetectorImpl class as a static member
7 years ago
Vitaly Tuzov
7afaaef0eb
Allow CV_32FC3 objPoints in cv::fisheye::stereoCalibrate
7 years ago
Alexander Alekhin
dd259503c1
Merge pull request #11073 from geordi:qt-window-pixel-values
7 years ago