Andrey Pavlenko
|
86105b8727
|
Java API: fix in Mat::put(r,c,double[]vals) method
|
14 years ago |
Andrey Kamaev
|
cc3c034cf6
|
Android samples: class SampleViewBase which uses native camera is renamed.
|
14 years ago |
Andrey Pavlenko
|
1e2880b7aa
|
Java API: fix in Mat::put methods, general improvements
|
14 years ago |
Alexander Mordvintsev
|
bcac8769b5
|
fixed broken python cv2.cpp build after rev.6089
|
14 years ago |
Alexander Mordvintsev
|
af99bee344
|
adjust cosine threshold in squares.py
|
14 years ago |
Marius Muja
|
c071f5487e
|
Fixing ticket #1228
|
14 years ago |
Andrey Kamaev
|
be2c4ddbdd
|
Android:
* Added manual port for getTextSize;
* Fixed bugs in "native camera" sample;
* Added 15-puzzle sample.
|
14 years ago |
Alexander Mordvintsev
|
ae5dd1d748
|
math.pi -> np.pi
squares.py sample added
|
14 years ago |
Leonid Beynenson
|
570041fed5
|
Fixed bug in modules/java/src/cpp/Mat.cpp
Removed some debugging insertions.
Added test for face detector.
Allowed tests to write on sdcard.
|
14 years ago |
Andrey Pavlenko
|
75bcb1bcfa
|
Java API generator: implementation of vector<> fixed
|
14 years ago |
Leonid Beynenson
|
3885772f3e
|
Added lbp cascade to the tests res/raw folder
|
14 years ago |
Leonid Beynenson
|
bf40a3a5b8
|
Added functions required for Java API wrappers generating converting Mat-s to/from vectors.
|
14 years ago |
Kirill Kornyakov
|
e76ad5509c
|
java tests: bugfix in hconcat
|
14 years ago |
Kirill Kornyakov
|
eafa837e34
|
java tests: commited tests by Hussein Abdinoor
|
14 years ago |
Vadim Pisarevsky
|
f2e1a64c1b
|
fixed "import cv" in the new python samples. corrected Python bindings to match the documentation and vice versa (NOTE: in cv2.stereoCalibrate the parameter ordering has been changed)
|
14 years ago |
Andrey Pavlenko
|
5a5fe40542
|
Java API generator: implementation of vector<Point> support
|
14 years ago |
Andrey Pavlenko
|
ecba099754
|
Java API generator improvements:
- fixed return of complex types (Scalar, Point, etc)
- partial implementation of vector<> support (empty stubs for CPP-side converters)
|
14 years ago |
Kirill Kornyakov
|
30f265a16a
|
java tests: avoided copy and paste
|
14 years ago |
Vadim Pisarevsky
|
8f41b2b23b
|
commented off print (due to the report from the mailing list)
|
14 years ago |
Andrey Kamaev
|
4cf1274327
|
Finished Android samples renaming
|
14 years ago |
Andrey Kamaev
|
8288cc108d
|
Continued Android samples renaming
|
14 years ago |
Leonid Beynenson
|
b1ed277110
|
Added Java functions, converting vectors to Mats and Mats to vectors.
|
14 years ago |
Andrey Kamaev
|
7c6fc6e18a
|
Android samples are renamed
|
14 years ago |
Andrey Kamaev
|
39dab5e0cf
|
Headers are included into opencv_java build
|
14 years ago |
Andrey Pavlenko
|
4deec6f0f0
|
partial vector<> support in Java API generator
|
14 years ago |
Andrey Kamaev
|
cc447448ff
|
Added native camera Android sample; Added manual port of VideoCapture class.
|
14 years ago |
Leonid Beynenson
|
c3d40ca0dd
|
Changed
|
14 years ago |
Leonid Beynenson
|
8625b5689d
|
Added setters to Java API
|
14 years ago |
Kirill Kornyakov
|
c1dab7bf6e
|
updated some java tests
|
14 years ago |
Andrey Kamaev
|
fae67e0b46
|
Refactored Android samples
|
14 years ago |
Andrey Kamaev
|
72a55a4139
|
Refactored Android sample (1-java)
|
14 years ago |
Evgeniy Kozinov
|
c3e9d0dd7e
|
fixed parser bug.
fixed TBB version in LatentSVM.
example works ok.
|
14 years ago |
Andrey Kamaev
|
a9508d2f67
|
Fixed android sample
|
14 years ago |
Leonid Beynenson
|
c8a603d853
|
Fixed bug in the function of search of Android applicvation path.
|
14 years ago |
Andrey Kamaev
|
b16fb5d518
|
Fixed Android build.
|
14 years ago |
Vadim Pisarevsky
|
7702fa4d61
|
added improved version of the variational stereo correspondence algorithm by Sergey Kosov
|
14 years ago |
Andrey Pavlenko
|
5f0c312087
|
- partial 'vector' support in Java API generator
- const ignore mask list added for Java API generator
|
14 years ago |
Vadim Pisarevsky
|
12715c210d
|
fixed mixed-type arithmetic operations (ticket #1224)
|
14 years ago |
Leonid Beynenson
|
0db73575a6
|
Added class TermCriteria.
|
14 years ago |
Vadim Pisarevsky
|
e33bfb5ebf
|
added haarcascades for ears detection (by Modesto Castrillón Santana)
|
14 years ago |
Kirill Kornyakov
|
da64ba1bde
|
java tests: found a reason of crash (addWeighted bug #1224), some tests cleaned and added
|
14 years ago |
Vadim Pisarevsky
|
2dea07f9f8
|
repaired Python bindings for functions using InputOutputArray
|
14 years ago |
Andrey Kamaev
|
f97e5f7353
|
Modified Android samples
|
14 years ago |
Kirill Kornyakov
|
87ad9b1c3e
|
samples C/C++: fixed compilation problem on Ubuntu
|
14 years ago |
Andrey Kamaev
|
14bc6e3e6c
|
Modified Android Samples
|
14 years ago |
Vadim Pisarevsky
|
08f1f5769a
|
ok. enabled TBB in LatentSVM, but need to check if it works
|
14 years ago |
Vadim Pisarevsky
|
36ba3d691e
|
temporarily switch off TBB
|
14 years ago |
Vadim Pisarevsky
|
ca2433c212
|
fixed opencv_flann (with flann 1.6) compile errors on Windows (VS2005 & VS2008)
|
14 years ago |
Andrey Kamaev
|
c52ab82bbf
|
Minor Android samples fix
|
14 years ago |
Andrey Kamaev
|
85c8a69fdf
|
Fixed Android packaging script
|
14 years ago |