James Bowman
f385bb97eb
datamatrix
14 years ago
James Bowman
324e89ab3a
datamatrix
14 years ago
Vadim Pisarevsky
17a2480a21
integrated parallel SVM prediction; fixed warnings after meanshift integration
14 years ago
Alexey Kazakov
537a36115f
The bug was fixed
14 years ago
Alexey Kazakov
e863c3d5f6
Added to objdetect module: meanshift grouping (groupRectangles_meanshift(...) for input rectangles); new pedestrian detection model, trained on the Daimler base (getDaimlerPeopleDetector(...) ).
...
Some changes in the HOGDescriptor class interface(objdetect.hpp) (added useMeanShiftGrouping parameter to the detectMultiScale(...) function)
14 years ago
Vladimir Dudnik
8e7768379f
minor changes: removed trailing spaces in some files
14 years ago
Vadim Pisarevsky
abeeb40d46
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
14 years ago
Valentina Kustikova
110351d3de
Bugs in the test for LatentSVM were fixed.
14 years ago
Vadim Pisarevsky
5c3447c125
added pictures for OpenCV 2.x reference manual; fixed some build problems and done some more cleanup work
14 years ago
Vadim Pisarevsky
f025e4739a
some more doc cleanup
14 years ago
Vadim Pisarevsky
4bb893aa9f
the first round of cleaning up the RST docs
14 years ago
Vadim Pisarevsky
24ccbccf63
cleaned RST formatting a bit
14 years ago
Alexey Kazakov
833102c19e
Replaced few methods to virtual in CascaseClassifier class (objdetect.hpp)
14 years ago
Alexey Kazakov
4e460cd7a6
Replaced private methods to protected in CascaseClassifier class (objdetect.hpp)
14 years ago
Vadim Pisarevsky
371aa08006
OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX.
14 years ago
Alexey Spizhevoy
51cee84123
created GPU new-style test project, ported StereoBP test
14 years ago
Ethan Rublee
b541ce494d
Fixes build for android, mentioned in ticket #873
14 years ago
Vadim Pisarevsky
061b49e0b2
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
14 years ago
Valentina Kustikova
d03b89f163
Parallel version of Latent SVM.
14 years ago
Vladimir Dudnik
6309b2d08d
added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake configuration time. First, IPPROOT environment variable will be tested, if not found script will look at default install places.
...
The script should support IPP from 5.3 up to 7.x versions (although tested on Windows for IPP 6.1 and IPP 7.0 versions only)
Preliminary optimization of HOG with IPP added too. Not yet quite efficient, code for cpu branch should be redesigned in order to have better performance.
14 years ago
Vadim Pisarevsky
2dd0e85264
fixed some build problems
14 years ago
Ilya Lysenkov
dc9e5eda19
Moved PlanarObjectDetector to the objdetect module
14 years ago
Kirill Kornyakov
93e344a962
compilation warning fixed
14 years ago
Kirill Kornyakov
c418858104
bug #762 fixed
14 years ago
Kirill Kornyakov
e7f491ae1a
CascadeClassifier refactored. Most of the members and methods are private now.
14 years ago
Kirill Kornyakov
d8415ed44e
code cleaning of cascade classifier
14 years ago
Vadim Pisarevsky
cbe132cabe
several small fixes; added overloaded variant of cv::drawChessboardCorners
14 years ago
Vadim Pisarevsky
1286c1db45
fixed multiple warnings from VS2010.
14 years ago
Kirill Kornyakov
515bdfa71e
added max window size parameter for cascade classifier
14 years ago
Vadim Pisarevsky
d6b0e8fb69
fixed wrapper generation
14 years ago
Alexey Spizhevoy
cc6a87fc9d
fixed big in gpu::HOGDescriptor, added property into CPU's HOGDescriptor
14 years ago
Vadim Pisarevsky
5b6a755719
almost finished Python wrappers
14 years ago
Vadim Pisarevsky
83f6085773
added more helper macros to the function declarations, to assist the Python wrapper generator. Fixed memleak in Mat::operator()(Range,Range) and the related functions (Mat::row, Mat::col etc.)
14 years ago
Maria Dimashova
e0b40c26d8
fixed CascadeClassifier::detectMultiScale when TBB
14 years ago
Vadim Pisarevsky
4a14795eb6
fixed several gcc 4.1 warnings
14 years ago
Vadim Pisarevsky
bddaa00e03
renamed filterObject -> CvLSVMFilterObject, position -> CvLSVMFilterPosition etc.
14 years ago
Vadim Pisarevsky
1b1eab8e67
added helper macros to the function declarations
14 years ago
Alexey Polovinkin
ba88b2ee54
Added error handling in latentsvmdetect sample
14 years ago
Vadim Pisarevsky
f678c8f07b
made FLANN (and dependent on it code) build fine on Windows. Most of the changes are added CV_EXPORTS' into the class declarations and extern variables are turned into external functions (as a nice side effect the variables are now read-only)
14 years ago
Vadim Pisarevsky
de5e45d7c4
fixed some more build problems after renaming the headers
14 years ago
Vadim Pisarevsky
3230073b9b
re-added missing _lsvmparser.h
14 years ago
Vadim Pisarevsky
191f25ae7c
renamed internal headers to avoid conflicts with system header files
14 years ago
Evgeniy Kozinov
1cf405d8a4
Russian comments was removed. Error code was added as returned value inLatentSVM parser.
14 years ago
Valentina Kustikova
fbfccffbaa
Integration object detection using Latent SVM. Sample was added.
14 years ago
Vadim Pisarevsky
686e28eeee
fixed roi handling in HOGDescriptor::computeGradient (ticket #295 ).
15 years ago
Vadim Pisarevsky
f78a3b4cc1
updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings
15 years ago
Vadim Pisarevsky
7ec4b59fac
added #include "cvconfig.h" to make TBB and other 3rd party libs work correctly
15 years ago
Vadim Pisarevsky
e5872cd8bb
now C++ classes can be read/written with cvRead/cvWrite/cvLoad/cvSave. Tested on HOGDescriptor
15 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago