Ana Huaman
8b0092eaf5
Commit rst tutorial for Cascade Classifiers
2011-08-15 00:49:59 +00:00
Ana Huaman
dd836f1bdd
Modified sample for object detection with LBP in tutorial_code
2011-08-14 22:32:41 +00:00
Ana Huaman
e228b5c70d
Added sample for object detection with LBP in tutorial_code
2011-08-14 20:20:35 +00:00
Bernat Gabor
fec995391f
Added to the tutorials the "Support Vector Machines for Non-Linearly Separable Data" contributed by Fernando Iglesias García. Corrected a mistake in the gpu-basics-similarity.rst file.
2011-08-14 19:58:20 +00:00
Vadim Pisarevsky
a51a8ad577
fixed tickets #1301 , #1303 , #1305
2011-08-14 19:46:39 +00:00
Ana Huaman
4c74b28ee3
Sample code simplified for object Detection
2011-08-14 18:44:46 +00:00
Bernat Gabor
695311d709
Added the "Similarity check (PNSR and SSIM) on the GPU" tutorial. Corrected an highgui TOC tree mistake.
2011-08-14 15:05:56 +00:00
Alexandre Benoit
e95618d0b4
nicer default parameters set
2011-08-14 07:01:56 +00:00
Alexander Mordvintsev
a0af870719
added CV_OUT to CvANN_MLP::predict
...
python cv2 MLP sample done
2011-08-14 04:32:27 +00:00
Alexander Mordvintsev
622bd42224
work on MLP sample in letter_recog.py (in progress...)
2011-08-14 02:26:47 +00:00
Alexandre Benoit
638f3d31cf
added more explicit titles on figures and cleaned std output
2011-08-13 21:58:31 +00:00
Andrey Kamaev
d7a9b99b1d
Documentation: fixed references for C++ operators
2011-08-13 21:39:10 +00:00
Alexandre Benoit
23c15d562d
added comments/contacts link
2011-08-13 18:24:46 +00:00
Alexandre Benoit
9d7c0141bb
added comments/contacts link
2011-08-13 18:24:33 +00:00
Andrey Kamaev
6168eaf745
Documentation: fixed "template<class T> const T" case for ".. ocv:function::" macro
2011-08-13 18:05:11 +00:00
Andrey Kamaev
d6e3ccc1b2
Documentation: fixed about 100 cross-referencing errors.
2011-08-13 16:49:40 +00:00
Alexandre Benoit
6395a738cb
adding openexr images tone mapping demo
2011-08-13 14:19:17 +00:00
Alexandre Benoit
b4d42ae6f1
optimised input image management
2011-08-13 14:14:28 +00:00
Alexandre Benoit
1a749c5141
optimised input image management
2011-08-13 14:13:41 +00:00
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.
2011-08-13 14:02:18 +00:00
Alexander Mordvintsev
d2da81401f
work on camshift.py
2011-08-13 08:54:11 +00:00
Alexander Mordvintsev
8c06a275f7
use default HOG people detector
...
minor cleaning
2011-08-13 08:52:58 +00:00
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.
2011-08-12 22:18:04 +00:00
Ana Huaman
6b88d7a898
Added base tutorial for using FlannBasedMatcher with SURF detector + descriptor in rst
2011-08-12 18:30:20 +00:00
Ana Huaman
f803fc259b
Added tutorial for features2d using homography to find a planar object (Based on the well known find_obj.cpp
2011-08-12 18:04:44 +00:00
Vadim Pisarevsky
cff30dd2bb
added cv.py micro-module for backward compatibility with existing Python scripts using prev-gen Python API.
2011-08-12 18:03:01 +00:00
Ana Huaman
480de445c7
Corrected a commit error -- Added the images for the detection tutorial
2011-08-12 17:06:25 +00:00
Ana Huaman
07754b6309
Added Features2D descriptor tutorial + drawMatches in rst
2011-08-12 17:01:10 +00:00
Ana Huaman
e6d308ca89
Added rst Tutorial for Feature Detection with SURF and drawKeypoints
2011-08-12 15:56:52 +00:00
Vadim Pisarevsky
960fd51cf0
another attempt to fix #1299
2011-08-12 15:19:10 +00:00
Vadim Pisarevsky
d37beb4074
fixed Matx33 * Point3 and Matx22 * Point operators (ticket #1299 )
2011-08-12 12:54:38 +00:00
Vadim Pisarevsky
50d70cf9c6
made retina code compile with VS2005/VS2008
2011-08-12 11:28:17 +00:00
Vadim Pisarevsky
6b162ea211
improved list formatting in opencv refman. Updated PDFs.
2011-08-12 10:52:06 +00:00
Andrey Kamaev
6c767b281e
Java API: generated test stubs for 2 new functions
2011-08-12 08:14:51 +00:00
Vadim Pisarevsky
02c98152d7
export HOGDescriptor::getDefaultPeopleDetector() to Python (ticket #1298 )
2011-08-12 07:50:55 +00:00
Andrey Kamaev
67a98bfd24
Fixed search in html documentation (ticket #1232 )
2011-08-12 07:23:54 +00:00
Ana Huaman
ea971df8bf
Added SURF_Homography sample codee
2011-08-12 03:33:52 +00:00
Alexander Mordvintsev
d80a41a543
comment
2011-08-12 03:23:44 +00:00
Alexander Mordvintsev
d7a2081230
peopledetect.py sample added (TODO: use builtin svm data instead of people_hog.txt)
...
some old cv api use cleaning
2011-08-12 03:05:31 +00:00
Ana Huaman
9fba5e8d8c
Added code for SURF using FLANN Matcher and drawMatches options
2011-08-12 00:19:42 +00:00
Vadim Pisarevsky
c65c67eff4
preserve alpha channel in PNG, when imread(..., -1) is called (ticket #1107 )
2011-08-11 22:38:09 +00:00
Vadim Pisarevsky
6942799669
fixed kmeans center initialization in the case of huge matrices (ticket #1291 ); fixed warinings in libtiff.
2011-08-11 22:27:18 +00:00
Vadim Pisarevsky
1e6f1cc15c
another attempt to fix IPP detection on x64 (ticket #1294 )
2011-08-11 22:18:51 +00:00
Vadim Pisarevsky
2fe3ed75c1
fixed building retina code on Windows
2011-08-11 22:02:52 +00:00
Vadim Pisarevsky
411f51367e
raised threshold in ORB test; temporarily disabled always failing Opponent SIFT test
2011-08-11 21:35:04 +00:00
Vadim Pisarevsky
907fafce5a
fixed retinaDemo compile errors
2011-08-11 20:45:51 +00:00
Vadim Pisarevsky
2842d34611
added retina model, by Alexander Benoit
2011-08-11 20:42:08 +00:00
Ana Huaman
04ebef1be2
Added two sample code for features 2D - SURF descriptor and detector
2011-08-11 20:30:25 +00:00
Andrey Kamaev
8442dab01d
Html documentation: fixed text wrapping for sidebar
2011-08-11 19:06:41 +00:00
Vadim Pisarevsky
d1588c0439
added support for Ximea cameras (missing parts in the prev. commit)
2011-08-11 18:06:09 +00:00