Andrey Kamaev
|
4d8a261d99
|
Allowed spaces in path to OpenCV (tested only Android build)
|
14 years ago |
Andrey Pavlenko
|
801079e2ba
|
partial implementation of complex out args in Java wrappers
|
14 years ago |
Ilya Lysenkov
|
2c2d7d7bbd
|
Fixed findCirclesGrid for the case of working with 'square' asymmetric patterns.
|
14 years ago |
Leonid Beynenson
|
d60349b1fc
|
Added to Java API classes Range and CvSlice.
|
14 years ago |
Vadim Pisarevsky
|
a69bd80b99
|
fixed opencv_video tests
|
14 years ago |
Vadim Pisarevsky
|
5352684647
|
fixed memleak in Python bindings (ticket #1219)
|
14 years ago |
Andrey Pavlenko
|
fbfddbd3ea
|
- 'c_string' support added to Java API
- improved CV_IN_OUT/CV_OUT handling for generated Python/Java wrappers
|
14 years ago |
Evgeniy Kozinov
|
07eed8c489
|
refactoring latentSVM
|
14 years ago |
Leonid Beynenson
|
0ddc661882
|
Fixed bug in the operator of cv::Ranges-s intersection (operator &).
|
14 years ago |
Andrey Kamaev
|
6623fe3b08
|
Added option INSTALL_ANDROID_EXAMPLES (default off); Added option for choosing SDK platform for Android tests and samples.
|
14 years ago |
Leonid Beynenson
|
e59f530338
|
Added the class RotatedRect to Java API.
Added tests for the class.
|
14 years ago |
Kirill Kornyakov
|
b58dc21074
|
java tests: added 2 tests for calib3d, implemented assertMatNotEqual
|
14 years ago |
Kirill Kornyakov
|
63f8feb2a1
|
java tests: added a chessboard image
|
14 years ago |
Andrey Pavlenko
|
7ca50b2b3d
|
org.opencv.utils renamed to org.opencv.android
|
14 years ago |
Andrey Pavlenko
|
bc9a9b714c
|
adding runtime Android logging in Debug
|
14 years ago |
Vadim Pisarevsky
|
569b1ad582
|
embeded cv Python module into cv2.
|
14 years ago |
Kirill Kornyakov
|
9b464199d6
|
java tests: Mat.inv and Mat.cross implemented, almost all Mat tests finished except put, get and dispose
|
14 years ago |
Andrey Kamaev
|
2dd965b7f5
|
minor cmake corrections
|
14 years ago |
Vadim Pisarevsky
|
21409de176
|
optimized sparse LK optical flow (tickets #1062 and #1210)
|
14 years ago |
Andrey Pavlenko
|
4033d8324c
|
native exception handling added
|
14 years ago |
Kirill Kornyakov
|
d227079753
|
java tests: added stubs for calib3d, features2d classes, some other updates
|
14 years ago |
Andrey Kamaev
|
ec866c5acd
|
Improved rst_parser and javadoc generation scripts
|
14 years ago |
Andrey Kamaev
|
dfe7708f17
|
Improved javadoc comments generation scripts; fixed some typos in documentation
|
14 years ago |
Andrey Pavlenko
|
eea62ca6fb
|
- added missing loadLibrary for inner classes
- added zero check for pointers in utils.cpp
|
14 years ago |
Andrey Pavlenko
|
b5d864f579
|
'clib3d' support added
|
14 years ago |
Alexander Mordvintsev
|
848fa23a07
|
made boundingRects argument of segmentMotion CV_OUT
updated documentation
|
14 years ago |
Alexey Spizhevoy
|
8a3d1937c3
|
fixed BFM GPU test compile-time error on ubuntu x64 in debug mode
|
14 years ago |
Vadim Pisarevsky
|
3f0c17b592
|
re-added the opencv_flann documentation
|
14 years ago |
Anatoly Baksheev
|
e1dd41d1e2
|
- fixed SetTo tests for GPU (a problem in test code)
- minor refactoring
|
14 years ago |
Maria Dimashova
|
0b1575c485
|
fixed SIFT when keypoints vector is empty (#1162)
|
14 years ago |
Andrey Kamaev
|
fbed6d1d44
|
Javadoc comments genearion is integrated into the Java API build
|
14 years ago |
Vadim Pisarevsky
|
eff35f2341
|
fixed timeScale formula in CvCapture_FFMPEG::setProperty(... CV_CAP_PROP_POS_...) (ticket #1207)
|
14 years ago |
Andrey Kamaev
|
7c43e7e7e0
|
Improved rst_parser; added javadoc comments generator; added javadoc markers to handwritten .java files
|
14 years ago |
Andrey Pavlenko
|
086643f5a7
|
finalize() added to ported classes; javadoc anchor added to ported funcs
|
14 years ago |
Maria Dimashova
|
370130e464
|
fixed PyramidAdaptedFeatureDetector (when mask is not empty) (#1206)
|
14 years ago |
Alexey Spizhevoy
|
abe34e3b33
|
removed debug func. call
|
14 years ago |
Alexey Spizhevoy
|
e9837b0aa9
|
added support of old CC into GPU mean shift routines
|
14 years ago |
Vadim Pisarevsky
|
4e099d2e5c
|
fixed memory leak in CvKNearest::train() and the constructor.
|
14 years ago |
Andrey Kamaev
|
2cf34c7f46
|
Fixed few more bugs in rst_parser. Fixed small typos in documentation.
|
14 years ago |
Vadim Pisarevsky
|
ddd57e7496
|
commented off debugging print in cap_libv4l.cpp (ticket #807)
|
14 years ago |
Vadim Pisarevsky
|
b0aae19fb4
|
probably fixed parallel face detector (i.e. built with TBB), ticket #1185. Thanks to mengw for the patch
|
14 years ago |
Vadim Pisarevsky
|
5bb8076d7d
|
added centerPrincipalPoint=false to getOptimalNewCameraMatrix (ticket #1199)
|
14 years ago |
Vadim Pisarevsky
|
0940573e8b
|
fixed a few more typos in the docs.
|
14 years ago |
Vadim Pisarevsky
|
462d4a1dae
|
opencl module is not ready for trunk yet
|
14 years ago |
salmanulhaq
|
1e691daab4
|
ocl folder contains the gpu implementations
|
14 years ago |
Andrey Kamaev
|
426c358352
|
Fixed bugs in rst_parser.py; added parsing of 'seealso' blocks
|
14 years ago |
salmanulhaq
|
fe86d25694
|
renamed gpu to ocl
|
14 years ago |
salmanulhaq
|
e22ad8050b
|
OclMat implementation
|
14 years ago |
salmanulhaq
|
64de562db2
|
Update OclMat to match GpuMat. Include ref counting, opearators, Scalar initialization. Tested for Intel OCL SDK.
|
14 years ago |
Andrey Pavlenko
|
7432fc1d2d
|
- 'String' (that is synonym of std::string) is added
- report generation added (<module>.txt)
|
14 years ago |