Vadim Pisarevsky
1df10553bb
fixed bugs #1373 , #2629 , #2719
12 years ago
Andrey Kamaev
d3aef0d378
Fix OpenCL build warnings
12 years ago
Andrey Kamaev
2e02654004
Fix build of Java tests
12 years ago
Andrey Kamaev
9509dfd1de
Fix OpenCL build warnings
12 years ago
Ivan Korolev
6385b0f7ed
Fixed a formula to calculate the relative error
12 years ago
Andrey Kamaev
d5b15d6523
Fix ocl build warnings
12 years ago
Siegfried Hochdorfer
195d501b43
fixed broken indentation
12 years ago
Andrey Kamaev
a441980d68
Fix debug build of Java warppers
12 years ago
yao
2aae501234
make ocl module compile on VS2012
12 years ago
yao
d574e6dc09
fix canny crash in bug #2279
12 years ago
yao
4f778436b5
ocl::cvtColor support YUV and YCbCr formats
12 years ago
Vadim Pisarevsky
efd00238e2
fixed warnings; restored fixed_size parameter in AutoBuffer
12 years ago
Vladislav Vinogradov
395f0201e3
fixed build for CARMA:
...
- added CMake toolchain file
- added WITH_NVCUVID flag
12 years ago
Vladislav Vinogradov
9cb4292d5c
implemented Luv/Lab <-> RGB conversion
12 years ago
Vladislav Vinogradov
e446903aac
added more types support for gpu separable filters
12 years ago
Vladislav Vinogradov
281d036fcf
optimizations:
...
- new reduce implementation (with kepler optimizations)
- saturate_cast via asm command
- video SIMD instructions in element operations
- float arithmetics instead of double
- new deviceSupports function
12 years ago
Vladislav Vinogradov
ae6266e101
fixes for gpu module:
...
- fixed printCudaDeviceInfo for new CC
- fixed some compilation errors and warnings
- removed unset command from CMake script
- removed unused std imports
12 years ago
Vladislav Vinogradov
b7e6b5af1b
fixed tests (call resetDevice, if there was a gpu failure)
12 years ago
Andrey Pavlenko
e287dea91b
fixing build warnings
12 years ago
Andrey Kamaev
2c32536bf4
Enable Java bindings on all platforms by default
12 years ago
Andrey Kamaev
caa2c06e50
Quiet output of cv::error in Java tests
...
Introduced new Java API
void org.opencv.core.Core.setErrorVerbosity(boolean verbose)
used to suppress output to stderr from OpenCV's asserts
12 years ago
Andrey Kamaev
5eabcf8e4f
Java tests: print summary for tests run
12 years ago
Andrey Kamaev
4668a133f0
Java API: fix build warning on OS X
...
Common part of all source files is extracted to special header
12 years ago
Andrey Kamaev
3889b34ec3
Add option to run java tests with run.py
12 years ago
Andrey Pavlenko
81721d0dce
enabling sanity checks for warp and resize functions on Android
...
- add syntetic images generation function to ts
- use generated syntetic images
12 years ago
yao
e05112a364
some host side optimizations to ocl::GaussianBlur
12 years ago
yao
9060365f5e
use format on filtering.cpp
12 years ago
yao
56c1a7fab6
make oclHaarDetectObjects running on more ocl platforms
12 years ago
yao
b5bd2cde9e
A few optimizations to ocl::pyrLK::sparse, make it running on more OCL platforms
12 years ago
yao
f6d82773f9
fix bug #2674
12 years ago
Anna Kogan
608fab60fd
Added cleanup of keypoints vector
12 years ago
Andrey Kamaev
46c4390a2e
Hardly refactored CMake script for Java wrappers
12 years ago
Andrey Kamaev
c92743d124
Eliminate intermediate build target "opencv_java_api"
12 years ago
Vadim Pisarevsky
dc4d0398f3
converted few more comp. geometry functions to C++
12 years ago
mdim
93f8e7ba74
check of keypoint index range in drawMatches
12 years ago
Vadim Pisarevsky
f14b7af5ac
changed diagnostic from "warning" to "note" in the python wrapper generator, to suppress some noise in opencv utilities
12 years ago
Vadim Pisarevsky
c2241dccc5
converted fitline to C++, fixed Mat::checkVector().
12 years ago
Vadim Pisarevsky
c197a46e7e
removed rarely used fixed_size parameter from AutoBuffer type, added optional AutoBuffer* but to cvarrToMat in order to speedup CvSeq->Mat conversion; finished conversion of convex hull and related functions to C++
12 years ago
Vadim Pisarevsky
457fa52111
convex hull converted to C++; other 2 functions in convhull.cpp are yet to be finished.
12 years ago
marina.kolpakova
e15bdea663
fix test for new cascade
12 years ago
marina.kolpakova
53433884ee
fix python wrapping
12 years ago
marina.kolpakova
f9649a029b
fix typo
12 years ago
marina.kolpakova
0a40bbd0d0
add two types of feature boxes support:
...
- (left, top, width, height)
- (left, top, right, bottom)
12 years ago
marina.kolpakova
913faf2ef4
fix test for a new test data
12 years ago
marina.kolpakova
9efd668a57
a bit refactored soft cascade
12 years ago
marina.kolpakova
f1b4b13e64
perf test
12 years ago
marina.kolpakova
0c6c78d149
integrate 128x256 scale; remove log
12 years ago
marina.kolpakova
e09694bde8
integrated 128x256 scale
12 years ago
marina.kolpakova
3e7965a5a5
first debug integration of newly trained cascade
12 years ago
Andrey Kamaev
e3474878b6
Consistently use 4-digit library version
12 years ago