Vadim Pisarevsky
e368f17caf
fixed python bindings generation
10 years ago
Vadim Pisarevsky
ba3783d205
initial commit; ml has been refactored; it compiles and the tests run well; some other modules, apps and samples do not compile; to be fixed
10 years ago
Vadim Pisarevsky
dce1824a91
Merge pull request #2940 from davembradley:master
10 years ago
Vadim Pisarevsky
cf2a307832
Merge pull request #2991 from kovand11:calibrateDebevecFix
10 years ago
Andrey Pavlenko
4c8a9c5d70
Merge pull request #3012 from vpisarev:clean_objdetect
10 years ago
Vadim Pisarevsky
a1791c6be3
Merge pull request #3016 from fradelg:master
10 years ago
Fco. Javier Delgado del Hoyo
b8bc99676d
Another typo in comment inside OpenNI2 cmake file
10 years ago
Fco. Javier Delgado del Hoyo
6e4562bb56
Fixed typo in OpenNI2 cmake file
10 years ago
Vadim Pisarevsky
277802483f
Merge pull request #2987 from anishp:master
10 years ago
Vadim Pisarevsky
e9bed17d98
Merge pull request #3008 from jet47:fix-cudacodec-dependecies
10 years ago
Vadim Pisarevsky
41df63aacd
Merge pull request #3010 from vpisarev:ocl_disable_some_norms2
10 years ago
Vadim Pisarevsky
a587759d76
Merge pull request #2989 from smvv:gstreamer_capture_init
10 years ago
Vadim Pisarevsky
962b519708
Merge pull request #2996 from akarsakov:ocl_dft_new_concept
10 years ago
Vadim Pisarevsky
0c749fd7e5
Merge pull request #2998 from ernest-galbrun:cuda_concurrency
10 years ago
Vadim Pisarevsky
af83884dc7
disabled ocl_minmaxloc on 32-bit data completely
10 years ago
Vadim Pisarevsky
1925fab427
disabled some more stuff
10 years ago
Vadim Pisarevsky
2fd01dcced
fixed doc builder warnings
10 years ago
Vadim Pisarevsky
97f6dd1820
trying to make OpenCL builder green
10 years ago
Vadim Pisarevsky
1ad9827fc4
removed ERFilter (to be moved to opencv_contrib/modules/text) and lineMOD (to be moved to opencv_contrib/modules/rgbd)
10 years ago
Vadim Pisarevsky
00263dd664
Merge pull request #2179 from adishavit:feature-SupportClipboardCopyOnWindows
10 years ago
Vadim Pisarevsky
f42bb0bd65
disable OpenCL difference norms with mask, since some of the tests fail
10 years ago
Vadim Pisarevsky
1310dc4ca2
Merge pull request #2994 from znah:py_hpp_glob
10 years ago
Vadim Pisarevsky
50a1def80b
Merge pull request #3006 from smvv:fix_findContours_for_python2
10 years ago
Vadim Pisarevsky
cb492cc24d
Merge pull request #3007 from kobigurk:master
10 years ago
Vadim Pisarevsky
ef0f010437
Merge pull request #3003 from ElenaGvozdeva:ocl_sum
10 years ago
Alexander Karsakov
fecfaf4092
Using std::map in PlanCache
10 years ago
Elena Gvozdeva
27d97aa231
fixed
10 years ago
Vladislav Vinogradov
ba706177cb
fix cudacodec module dependecies
10 years ago
Alexander Mordvintsev
586ace1873
double to float cast warning fix
10 years ago
Kobi Gurkan
6cac76bfe4
fixes tab indentation - replacing with 4 spaces
10 years ago
Kobi Gurkan
fc8f0e341b
adding support for 16-bit 4 channel tiffs
...
- when IMREAD_UNCHANGED is set in flags, the tiff is read with 4 channels
- adding test for read/write
10 years ago
Alexander Mordvintsev
5f47f70183
module blacklist
10 years ago
Alexander Mordvintsev
a2ae1db31c
'adas' extra module doesn't produce .lib on windows (causes link error)
10 years ago
Alexander Mordvintsev
9ab3b89c53
pass header list to gen2.py by a text file (avoid command line length limit on windows)
10 years ago
Alexander Mordvintsev
42ecfc5538
fixed parsing enums with tailing comma
...
gen2.py reports headers it processes
cmake file restructured
10 years ago
Alexander Mordvintsev
964657a155
glob for python module dependences
10 years ago
Alexander Mordvintsev
1d1bfd3d7d
automatic search for headers for python wrapper generation
10 years ago
Sander Mathijs van Veen
d25770ee76
Fix Python 2 bindings for findContours
...
The sanity check prevents Python 2 from calling findContours, because the
Python 2 bindings pass an empty matrix for `_contours`. If `_contours` is not
empty, the channel and depth check should determine whether the matrix is of
the correct type and size.
Note: the Python 2 bindings passes a matrix of type `STD_VECTOR_MAT` to
parameters of the type `OutputArrayOfArrays`.
10 years ago
Vadim Pisarevsky
7da0e37ba8
Merge pull request #2999 from jpuigcerver:traincascade_choose_threads
10 years ago
Vadim Pisarevsky
ee90b88dd7
Merge pull request #2720 from pglotov:master
10 years ago
Vadim Pisarevsky
8e80f9b7a8
Merge pull request #1292 from adrians:neon-pull
10 years ago
Vadim Pisarevsky
603030b005
Merge pull request #2993 from vbystricky:oclopt_warp_affine
10 years ago
Elena Gvozdeva
fe29af2e58
Fixed bug in reduce.cl
10 years ago
Alexander Karsakov
37d01e2d27
Added license header, using cv::Ptr, small fixes.
10 years ago
Adrian Stratulat
a98ce86ca3
Add NEON intrinsics to core/src/arithm.cpp
10 years ago
Andrey Pavlenko
1f0ca00d75
Merge pull request #3000 from akarsakov:ocl_dft_new_tests
10 years ago
Alexander Karsakov
e51c0810b6
Added accuracy and performance tests for DFT all modes.
10 years ago
Alexander Karsakov
66ac46214d
Final refactoring, fixes
10 years ago
Joan Puigcerver
16a82b1747
Added an option to traincascade program to select the maximum number of threads to use during training
10 years ago
Sander Mathijs van Veen
facb2f9a81
Reset class members to NULL after gst_*_unref()
10 years ago