Alexandre Benoit
1a749c5141
optimised input image management
13 years ago
Bernat Gabor
bdfc0201de
Added the How to create videos with OpenCV Tutorial. Made some corrections to the feature2d, to get rid of some documentation build errors.
13 years ago
Alexander Mordvintsev
d2da81401f
work on camshift.py
13 years ago
Alexander Mordvintsev
8c06a275f7
use default HOG people detector
...
minor cleaning
13 years ago
Andrey Kamaev
431daf59b6
* Fixed cross-referencing in reference manual (except C++ operator() ).
...
* Fixed display of struct and class definitions (except classes with base class specified).
* Fixed formatting and referencing errors in several documentation files.
13 years ago
Ana Huaman
6b88d7a898
Added base tutorial for using FlannBasedMatcher with SURF detector + descriptor in rst
13 years ago
Ana Huaman
f803fc259b
Added tutorial for features2d using homography to find a planar object (Based on the well known find_obj.cpp
13 years ago
Vadim Pisarevsky
cff30dd2bb
added cv.py micro-module for backward compatibility with existing Python scripts using prev-gen Python API.
13 years ago
Ana Huaman
480de445c7
Corrected a commit error -- Added the images for the detection tutorial
13 years ago
Ana Huaman
07754b6309
Added Features2D descriptor tutorial + drawMatches in rst
13 years ago
Ana Huaman
e6d308ca89
Added rst Tutorial for Feature Detection with SURF and drawKeypoints
13 years ago
Vadim Pisarevsky
960fd51cf0
another attempt to fix #1299
13 years ago
Vadim Pisarevsky
d37beb4074
fixed Matx33 * Point3 and Matx22 * Point operators (ticket #1299 )
13 years ago
Vadim Pisarevsky
50d70cf9c6
made retina code compile with VS2005/VS2008
13 years ago
Vadim Pisarevsky
6b162ea211
improved list formatting in opencv refman. Updated PDFs.
13 years ago
Andrey Kamaev
6c767b281e
Java API: generated test stubs for 2 new functions
13 years ago
Vadim Pisarevsky
02c98152d7
export HOGDescriptor::getDefaultPeopleDetector() to Python (ticket #1298 )
13 years ago
Andrey Kamaev
67a98bfd24
Fixed search in html documentation (ticket #1232 )
13 years ago
Ana Huaman
ea971df8bf
Added SURF_Homography sample codee
13 years ago
Alexander Mordvintsev
d80a41a543
comment
13 years ago
Alexander Mordvintsev
d7a2081230
peopledetect.py sample added (TODO: use builtin svm data instead of people_hog.txt)
...
some old cv api use cleaning
13 years ago
Ana Huaman
9fba5e8d8c
Added code for SURF using FLANN Matcher and drawMatches options
13 years ago
Vadim Pisarevsky
c65c67eff4
preserve alpha channel in PNG, when imread(..., -1) is called (ticket #1107 )
13 years ago
Vadim Pisarevsky
6942799669
fixed kmeans center initialization in the case of huge matrices (ticket #1291 ); fixed warinings in libtiff.
13 years ago
Vadim Pisarevsky
1e6f1cc15c
another attempt to fix IPP detection on x64 (ticket #1294 )
13 years ago
Vadim Pisarevsky
2fe3ed75c1
fixed building retina code on Windows
13 years ago
Vadim Pisarevsky
411f51367e
raised threshold in ORB test; temporarily disabled always failing Opponent SIFT test
13 years ago
Vadim Pisarevsky
907fafce5a
fixed retinaDemo compile errors
13 years ago
Vadim Pisarevsky
2842d34611
added retina model, by Alexander Benoit
13 years ago
Ana Huaman
04ebef1be2
Added two sample code for features 2D - SURF descriptor and detector
13 years ago
Andrey Kamaev
8442dab01d
Html documentation: fixed text wrapping for sidebar
13 years ago
Vadim Pisarevsky
d1588c0439
added support for Ximea cameras (missing parts in the prev. commit)
13 years ago
Vadim Pisarevsky
bd0d8429ee
added support for Ximea cameras (patch by Marian Zajko), fixed GCC warnings in MOG2 background subtractor.
13 years ago
Vadim Pisarevsky
d58459ccdd
fixed default maxSize case in cvHaarDetectObjects (ticket #1296 )
13 years ago
Vadim Pisarevsky
d3350b50aa
avoid infinite loops when 0-area image is filtered (ticket #1295 )
13 years ago
Vadim Pisarevsky
c3caaf3b88
fixed IPP detection on 64-bit Windows (ticket #1294 )
13 years ago
Bernat Gabor
a0a46b0d70
Added a video input tutorial with PSNR and SSIM.
13 years ago
Andrey Kamaev
caec96a199
Fixed libraries order in Android.mk (thanks to Anush Moorthy for the report)
13 years ago
Andrey Kamaev
7c8a49b475
Java API: Removed meaningless tests
13 years ago
Andrey Morozov
c0cd317284
fixed compile errors in samples
13 years ago
itsyplen
bc64567d37
Update samples using cmd parser
13 years ago
Andrey Kamaev
1863f58a67
Java API: generated test stubs for recently added functions/classes
13 years ago
Andrey Kamaev
ebb08bc015
Java API: Fixed bug in Mat port; fixed/implemented all java tests for core module
13 years ago
Maria Dimashova
04e4eaabaf
updated openni finding by cmake ( #1190 , #1252 ); updated doc on kinect
13 years ago
Leonid Beynenson
aa78754720
Changed tabulation.
13 years ago
Andrey Kamaev
92afe9e40a
Java API: fixed input List<List<smth>> arguments
13 years ago
Vadim Pisarevsky
f9ef92d45a
multilib support added (ticket #363 )
13 years ago
Vadim Pisarevsky
645bb0bfbc
added size check to static Mat::diag()
13 years ago
Andrey Kamaev
25261e6ebc
Added new tests written by Hussein Abdinoor; Added support for new classes in features2d and imgproc
13 years ago
itsyplen
d3f8b2eeb7
Updated using new cmd parser
13 years ago