2011-08-03 |
Andrey Pavlenko | Java API: calcOpticalFlowPyrLK() args types are changed... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Kirill Kornyakov | reverted |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Andrey Kamaev | Java API: added tests for FlannBased DescriptorMatcher |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Kirill Kornyakov | java tests: minor updates |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Andrey Kamaev | Java API: added tests for BruteForceMatcher (L1) |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Andrey Kamaev | Java API: added tests for BruteForceMatcher (L2) |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Vladislav Vinogradov | minor fix |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Vladislav Vinogradov | minor fix |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Vladislav Vinogradov | gpu device layer code refactoring |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Andrey Pavlenko | Java API: fixing converters (copyData=true) and samples... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Andrey Kamaev | Fixed crash in BruteForceMatcher::clone |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Kirill Kornyakov | java: bugfix in RotatedRect, one test fixed |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Andrey Kamaev | Java API: fixed bugs; added tests for SURF and BRIEF... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Kirill Kornyakov | Android.mk now automatically founds all cpp-files |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Andrey Pavlenko | Java API: (per code review) renaming and moving utility... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Andrey Pavlenko | Java API: code clean-up |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Vadim Pisarevsky | fixed useOptimized(); added checkHardwareSupport descri... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Vadim Pisarevsky | updated libtiff to 3.9.5 (ticket #1271) |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Vadim Pisarevsky | added "inclusive" & "exclusive" adjectives to startrow... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Andrey Kamaev | Java API: added new tests for SURF and STAR feature... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Andrey Kamaev | Java API: Fixed typo |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Andrey Pavlenko | Java API: adding missing class |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Andrey Kamaev | Fixed Android build |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Andrey Pavlenko | Java API: new types and converters are added, jni suffi... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Andrey Kamaev | Java API: added tests for FAST feature detector |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Andrey Morozov | removed property. added automatically define number... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Kirill Kornyakov | java tests: addede tests for Converter and core classes... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Andrey Pavlenko | Java API: new converters, findFundamentalMat/cornerSubP... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Vadim Pisarevsky | propagated fix for EXR from 2.3 branch to trunk |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Vadim Pisarevsky | added getNumberOfCPUs() function |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Andrey Kamaev | Java API: string constants for features2d classes are... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Vadim Pisarevsky | fixed compile warnings in FLANN about too long integer... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Andrey Kamaev | Java API: added support for read/write functions in... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Andrey Pavlenko | Java API: class KDTree is added to ignore list, JNI... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Vladislav Vinogradov | added gpu::equalizeHist function |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Andrey Pavlenko | Java API: tests are updated after randu/randn args... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Andrey Pavlenko | Java API: added class pointer ret type support, CV_EXPO... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Andrey Morozov | fixed property for ffmpeg |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Andrey Kamaev | Minor bugfix. |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Andrey Kamaev | Java API: Added more classes from features2d. |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Vladislav Vinogradov | added gpu::calcHist function |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Andrey Kamaev | Java API: Added base port of features2d.DescriptorMatch... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Vadim Pisarevsky | fixed Vec*scalar operations, fixed minEnclosingCircle... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Kirill Kornyakov | doc: added maxSize parameter to CascadeClassifier:... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Vladislav Vinogradov | added buffered version of pyrDown and pyrUp |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Vladislav Vinogradov | fixed doc bug in gpu/introduction (ticket #1260) |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Andrey Kamaev | Java API: updated Mat port |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Andrey Morozov | fixed build ffmpeg v0.8.1 |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Vadim Pisarevsky | added EMD to ch7 hist sample, fixed bug with cv::min... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Kirill Kornyakov | java tests: added some new asserts, and new tests by... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Kirill Kornyakov | minarea.cpp sample reformatted |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Andrey Morozov | fixed build with ffmpeg 0.5.X |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Andrey Morozov | minor fix |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Andrey Pavlenko | Java API: tests for polylines() and goodFeaturesToTrack... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Andrey Morozov | minor fix for ffmpeg |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Andrey Pavlenko | adding arg name (to fix doc reference and wrappers... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Leonid Beynenson | Made additional internal header modules/objdetect/src... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Andrey Morozov | added support new ffmpeg (0.8.X) |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Andrey Kamaev | Fixed regex bug in script for java tests coverage calcu... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Andrey Kamaev | Java API: star detector is covered by tests |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Andrey Pavlenko | Java API generator changes randu/randn/inRange args... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Andrey Kamaev | Java API: Finished SURF tests. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Vadim Pisarevsky | converted part of ch12 |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Andrey Kamaev | Java API: added more tests |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Andrey Pavlenko | Java API tests are added: fillConvexPoly, mixChannels... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Andrey Pavlenko | Java API: typo in converter is fixed |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Vadim Pisarevsky | fixed floodfill with mask parameter when no mask is... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Andrey Pavlenko | Java API: converter for vector<KeyPoint> is fixed;... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Andrey Pavlenko | Java API: KeyPoint::toString() is added |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Andrey Pavlenko | Java API: converters vector<> to/from Mat are fixed |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Andrey Kamaev | Java: fixed Mats comparison; added resahpe mathod to... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Andrey Pavlenko | 2 'findContours(...)' tests are added |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Vadim Pisarevsky | corrected OpenEXR status in CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Vadim Pisarevsky | fixed flow matrix dimensionality in EMD |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Vadim Pisarevsky | added minEigThreshold parameter to calcOpticalFlowPyrLK... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Bernat Gabor | Added the "Mask operations on matrices" tutorial (with... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Andrey Kamaev | Added missed import |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Andrey Kamaev | Added some new tests for Java API |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Andrey Kamaev | Added vector_Point3f_to_Mat converter and some java... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Andrey Pavlenko | Java API generator: KeyPoint converters from/to Mat |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Andrey Kamaev | Added vector_Point2f_to_Mat converter |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Andrey Kamaev | Added some tests; Added assertion for comparing Mats... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Andrey Pavlenko | Java API generator: pointers handling fixed, KeyPoint... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Andrey Kamaev | TEGRA optimized add8u, sub8u and logical 8u operations |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Vadim Pisarevsky | converted live camera calibration sample |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Andrey Kamaev | Added several Android tests |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Bernat Gabor | Added the File Input and Output using XML and YAML... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kirill Kornyakov | added java tests for imgproc by Hussein Abdinoor |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Andrey Pavlenko | class & funcs ignore list support is added |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Andrey Kamaev | Make build log of Android samples and tests less verbose |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Kirill Kornyakov | added stub java tests |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Andrey Kamaev | Fixed module detection in gen_javadoc.py script |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Andrey Pavlenko | new tests stubs |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Andrey Kamaev | Added Android tests coverage calculation into build |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Andrey Pavlenko | statistic report improved |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Andrey Kamaev | Fixed dependencies for Android projects |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Andrey Kamaev | Fixed pch support on linux |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Marius Muja | Specifying correct parameter types for cv::flann::Gener... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Andrey Pavlenko | a couple of new smoke tests; Mat.java code clean-up |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Andrey Kamaev | Removed outdated stuff from Android build scripts |
commit | commitdiff | tree | snapshot |
next |