2011-07-20 |
Andrey Kamaev | Restored corrupted images in Android binary package... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Bernat Gabor | Ok, now optimized the tutorial size for real. Made... |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Alexey Spizhevoy | added missing header |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Andrey Kamaev | Fixed image positioning in tutorial |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Andrey Kamaev | Fixed list formatting |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Andrey Kamaev | Added Android binary package tutorial |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Bernat Gabor | 1) Converted all images to JPG to reduce size. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Andrey Kamaev | Allowed to build html documentation without pdf documen... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Andrey Kamaev | Removed debug print form cmake |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Andrey Kamaev | Fixed Android samples; Fixed bugs in cmake (java module). |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Andrey Pavlenko | Java API generator: updated CvException class path |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Andrey Pavlenko | Java API generator: class properties support added |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Kirill Kornyakov | java tests: adopted for the new package structure |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Andrey Kamaev | Added Java packages support to cmake |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Andrey Pavlenko | Java API generator: fixed consts generation |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Andrey Pavlenko | Java API packages restructured (require further changes... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Vadim Pisarevsky | fixed just introduced compile errors on Mac |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Vadim Pisarevsky | added COVAR_ and SORT_ enums to core.hpp; fixed many... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Kirill Kornyakov | java tests: COLOR_RGB2GRAY used instead of CV_BGR2GRAY |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Andrey Kamaev | Fixed Android samples; updated black list of enums. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Kirill Kornyakov | java tests: added tests for calcHist, calcBackProject... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Kirill Kornyakov | fix by Vadim in calcBackProject: additional case is... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Andrey Kamaev | Added FPS measurement to some Android samples |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Andrey Kamaev | Added face datection Android sample |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Andrey Pavlenko | Java API: added int64 and Vec3d support; small code... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Andrey Kamaev | Changed labels for some android samples |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Marius Muja | Fixes |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Marius Muja | Checking for already defined proprocessor macros |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Marius Muja | Fixing ticket #1230 |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Kirill Kornyakov | java tests: split test, minor improvements |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Vadim Pisarevsky | eliminated opencv_extra_api.hpp (all the functionality... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Andrey Kamaev | Added image-manipulations android sample, other samples... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Andrey Pavlenko | Java API: fixed bug in converter vector<Mat> <-> Mat |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Andrey Pavlenko | Java API: added missing converter vector<Mat> <-> Mat |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Andrey Pavlenko | Java API: added pointers support (Point*, double*) |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Kirill Kornyakov | java tests: added test for OFLK, FD, other improvements |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Vadim Pisarevsky | added COLOR_... enumeration to imgproc.hpp and EVENT_... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Andrey Pavlenko | Java API: fix in Mat::put(r,c,double[]vals) method |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Andrey Kamaev | Android samples: class SampleViewBase which uses native... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Andrey Pavlenko | Java API: fix in Mat::put methods, general improvements |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Alexander Mordvintsev | fixed broken python cv2.cpp build after rev.6089 |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Alexander Mordvintsev | adjust cosine threshold in squares.py |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Marius Muja | Fixing ticket #1228 |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Andrey Kamaev | Android: |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Alexander Mordvintsev | math.pi -> np.pi |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Leonid Beynenson | Fixed bug in modules/java/src/cpp/Mat.cpp |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Andrey Pavlenko | Java API generator: implementation of vector<> fixed |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Leonid Beynenson | Added lbp cascade to the tests res/raw folder |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Leonid Beynenson | Added functions required for Java API wrappers generati... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Kirill Kornyakov | java tests: bugfix in hconcat |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Kirill Kornyakov | java tests: commited tests by Hussein Abdinoor |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Vadim Pisarevsky | fixed "import cv" in the new python samples. corrected... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Andrey Pavlenko | Java API generator: implementation of vector<Point... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Andrey Pavlenko | Java API generator improvements: |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Kirill Kornyakov | java tests: avoided copy and paste |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Vadim Pisarevsky | commented off print (due to the report from the mailing... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Andrey Kamaev | Finished Android samples renaming |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Andrey Kamaev | Continued Android samples renaming |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Leonid Beynenson | Added Java functions, converting vectors to Mats and... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Andrey Kamaev | Android samples are renamed |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Andrey Kamaev | Headers are included into opencv_java build |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Andrey Pavlenko | partial vector<> support in Java API generator |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Andrey Kamaev | Added native camera Android sample; Added manual port... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Leonid Beynenson | Changed |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Leonid Beynenson | Added setters to Java API |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Kirill Kornyakov | updated some java tests |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Andrey Kamaev | Refactored Android samples |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Andrey Kamaev | Refactored Android sample (1-java) |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Evgeniy Kozinov | fixed parser bug. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Andrey Kamaev | Fixed android sample |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Leonid Beynenson | Fixed bug in the function of search of Android applicva... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Andrey Kamaev | Fixed Android build. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Vadim Pisarevsky | added improved version of the variational stereo corres... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Andrey Pavlenko | - partial 'vector' support in Java API generator |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Vadim Pisarevsky | fixed mixed-type arithmetic operations (ticket #1224) |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Leonid Beynenson | Added class TermCriteria. |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Vadim Pisarevsky | added haarcascades for ears detection (by Modesto Castr... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Kirill Kornyakov | java tests: found a reason of crash (addWeighted bug... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Vadim Pisarevsky | repaired Python bindings for functions using InputOutpu... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Andrey Kamaev | Modified Android samples |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Kirill Kornyakov | samples C/C++: fixed compilation problem on Ubuntu |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Andrey Kamaev | Modified Android Samples |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Vadim Pisarevsky | ok. enabled TBB in LatentSVM, but need to check if... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Vadim Pisarevsky | temporarily switch off TBB |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Vadim Pisarevsky | fixed opencv_flann (with flann 1.6) compile errors... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Andrey Kamaev | Minor Android samples fix |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Andrey Kamaev | Fixed Android packaging script |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Andrey Kamaev | Android samples are included into the Android package |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Andrey Kamaev | Andoid build fixed |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Leonid Beynenson | Added the function minMaxLoc to JavaAPI as a manual... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Andrey Pavlenko | class ignore list added for Java API generator |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Andrey Pavlenko | funcs ignore list added for Java API generator |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Andrey Kamaev | Fixed Android compilation on Windows |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Andrey Kamaev | Fixed Android build |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Vadim Pisarevsky | upgraded to FLANN 1.6. Added miniflann interface, which... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Ana Huaman | Added reST tutorials for Contours (6 in imgproc) and... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Maria Dimashova | added ability to reset view point of depth generator... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Andrey Kamaev | Allowed spaces in path to OpenCV (tested only Android... |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Andrey Kamaev | Allowed spaces in Android NDK path |
commit | commitdiff | tree | snapshot |
2011-07-13 |
Andrey Pavlenko | partial implementation of complex out args in Java... |
commit | commitdiff | tree | snapshot |
next |