Vadim Pisarevsky
bc93775385
Merge pull request #9862 from sovrasov:dnn_nms
7 years ago
Vadim Pisarevsky
b4367c92f3
Merge pull request #9889 from IgWod:add-const-getviewerpose
7 years ago
Vadim Pisarevsky
825c0ffdb4
Merge pull request #9874 from dkurt:fix_identity_permute_layer
7 years ago
Vadim Pisarevsky
69f2590359
Merge pull request #9921 from dkurt:fix_prelu_after_fully_connected
7 years ago
Vadim Pisarevsky
7060ee4d00
Merge pull request #9923 from savuor:fitellipse_enable_tests
7 years ago
Vadim Pisarevsky
390be6d5b5
Merge pull request #9936 from ryanfox:patch-5
7 years ago
Vladislav Sovrasov
a385fff3bf
imgproc: clarify usage of the mask in floodfill
7 years ago
Vadim Pisarevsky
7b8fb64f21
Merge pull request #9939 from alalek:fix_dnn_getUMat_crash
7 years ago
Vadim Pisarevsky
0c291c7768
Merge pull request #9940 from catree:fix_issue_9925
7 years ago
Vladislav Sovrasov
5bf39ceb5d
dnn: handle 4-channel images in blobFromImage ( #9944 )
7 years ago
catree
48e07437f0
Add camera/video/image input for C++ DNN object detection samples. Add nice display and computation time.
7 years ago
Alexander Alekhin
e5766513a4
Merge pull request #9946 from alalek:fix_stitching_suft_test
7 years ago
Alexander Alekhin
9cdeb6dfbf
ocl: increase SURF stitching test tolerance
...
OpenCL SURF implementation is unstable
7 years ago
catree
f9aa411c92
Fix double definitions, correct comment.
7 years ago
Alexander Alekhin
436a1f72a5
dnn: fix sporadic crashes in getUMat()
...
Incorrect "total" buffer size calculated in StdMatAllocator::allocate() due wrong step values.
7 years ago
Vladislav Sovrasov
7e3e9144de
dnn: add an accuracy test for NMS
7 years ago
Vladislav Sovrasov
c704942b8a
dnn: add a documentation for NMS, fix missing experimantal namespace
7 years ago
Vladislav Sovrasov
acedb4a579
dnn: make NMS function public
7 years ago
Ryan Fox
db0a159229
copyediting on python object detection tutorial
...
clarify some passages, fix grammar errors
7 years ago
Vitaly Tuzov
2eb61a4a99
AVX2 optimized implementation of FAST corner tracking migrated to separate file
7 years ago
Vitaly Tuzov
868ad16041
Python wrappers for Vec and Matx
7 years ago
Alexander Alekhin
21c8e6d02d
Merge tag '3.3.1'
7 years ago
Alexander Alekhin
a871f9e4f7
Merge branch 'update_version' into release
7 years ago
Rostislav Vasilikhin
fb5cd42c6b
enabled tests for fitEllipse since the issue is fixed
7 years ago
Dmitry Kurtaev
a36ebaecdc
PReLU layer for multidimensional input
7 years ago
Maksim Shabunin
bf418ba342
Merge pull request #9917 from alalek:ocl_cache_program_failures
7 years ago
Maksim Shabunin
be9767e014
Merge pull request #9919 from alalek:ocl_fix_macosx_invalid_options
7 years ago
Maksim Shabunin
ab5e09e428
Merge pull request #9913 from alalek:fix_fvisibility_regression
7 years ago
Maksim Shabunin
607231641f
Merge pull request #9914 from alalek:fix_cmake_xcode
7 years ago
Maksim Shabunin
91323549f4
Merge pull request #9906 from sturkmen72:fix_grfmt_gdal
7 years ago
Alexander Alekhin
9e9881aacc
ts(misc): support tables exporting in markdown format
...
basic support only (no symbol escapes/sanitizing)
7 years ago
Alexander Alekhin
734ea77c9a
ocl(macosx): fix CL_INVALID_BUILD_OPTIONS for gemm programs
...
MacOSX OpenCL compiler is very strict to whitespace issues
7 years ago
Alexander Alekhin
d96cac1341
ocl: cache program build failures
...
To prevent unnecessary compiler invocations
7 years ago
Alexander Alekhin
0622146a93
cmake: disable generation of pkg-config file during Xcode build
7 years ago
Alexander Alekhin
db980b0eca
cmake: fix '-fvisibility' options regression
...
CMAKE_COMPILER_ID => CMAKE_CXX_COMPILER_ID
7 years ago
Suleyman TURKMEN
d1c5e79ec3
Update grfmt_gdal.cpp
7 years ago
Alexander Alekhin
cca99bf824
Merge pull request #9903 from blendin:oob_write_1
7 years ago
Bhanudutta
dcaad315e7
Edit spelling mistake in my previous pull request
7 years ago
blendin
08a5fe3661
Fix out of bounds write
7 years ago
Bhanudutta
c95f3eff6e
Added a couple of comments to the interface of traincascade.cpp in order to tell user about the usage of traincascade.cpp file and to learn how Github submitting works
7 years ago
Alexander Alekhin
9ae86a922c
Merge pull request #9887 from mshabunin:upgrade-tbb
7 years ago
Alexander Alekhin
276459e57e
Merge pull request #9890 from dkurt:fix_torch_test
7 years ago
Maksim Shabunin
223830a5ee
Updated TBB package to 2018.1
7 years ago
Dmitry Kurtaev
410d44d67d
Binary data for batch normalization test from Torch
7 years ago
Igor Wodiany
d7cbe6e947
Add const to getViewerPose()
...
getViewerPose() doesn't modify an object of the class so it can be
made const. It also makes this method consistent with other getters
in the class as they are defined as const.
7 years ago
Vitaly Tuzov
ad051cdd99
Fixed CAP_PROP_FORMAT evaluation in case CvCaptureCAM_V4L returns CV_16U image
7 years ago
Maksim Shabunin
b1fe298764
Removed cmake submodules and contrib_world references
7 years ago
Maksim Shabunin
a6c02af099
Merge pull request #9878 from alalek:doc_cleanup
7 years ago
Maksim Shabunin
c97c1a2454
Merge pull request #9879 from alalek:fix_build
7 years ago
Maksim Shabunin
9b1b281c7b
Merge pull request #9881 from alalek:ocl_timer_simplify
7 years ago