profile/ivi/opencv.git
12 years agoAdded the How to create videos with OpenCV Tutorial. Made some corrections to the...
Bernat Gabor [Sat, 13 Aug 2011 14:02:18 +0000 (14:02 +0000)]
Added the How to create videos with OpenCV Tutorial. Made some corrections to the feature2d, to get rid of some documentation build errors.

12 years agowork on camshift.py
Alexander Mordvintsev [Sat, 13 Aug 2011 08:54:11 +0000 (08:54 +0000)]
work on camshift.py

12 years agouse default HOG people detector
Alexander Mordvintsev [Sat, 13 Aug 2011 08:52:58 +0000 (08:52 +0000)]
use default HOG people detector
minor cleaning

12 years ago* Fixed cross-referencing in reference manual (except C++ operator() ).
Andrey Kamaev [Fri, 12 Aug 2011 22:18:04 +0000 (22:18 +0000)]
* 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.

12 years agoAdded base tutorial for using FlannBasedMatcher with SURF detector + descriptor in rst
Ana Huaman [Fri, 12 Aug 2011 18:30:20 +0000 (18:30 +0000)]
Added base tutorial for using FlannBasedMatcher with SURF detector + descriptor in rst

12 years agoAdded tutorial for features2d using homography to find a planar object (Based on...
Ana Huaman [Fri, 12 Aug 2011 18:04:44 +0000 (18:04 +0000)]
Added tutorial for features2d using homography to find a planar object (Based on the well known find_obj.cpp

12 years agoadded cv.py micro-module for backward compatibility with existing Python scripts...
Vadim Pisarevsky [Fri, 12 Aug 2011 18:03:01 +0000 (18:03 +0000)]
added cv.py micro-module for backward compatibility with existing Python scripts using prev-gen Python API.

12 years agoCorrected a commit error -- Added the images for the detection tutorial
Ana Huaman [Fri, 12 Aug 2011 17:06:25 +0000 (17:06 +0000)]
Corrected a commit error -- Added the images for the detection tutorial

12 years agoAdded Features2D descriptor tutorial + drawMatches in rst
Ana Huaman [Fri, 12 Aug 2011 17:01:10 +0000 (17:01 +0000)]
Added Features2D descriptor tutorial + drawMatches in rst

12 years agoAdded rst Tutorial for Feature Detection with SURF and drawKeypoints
Ana Huaman [Fri, 12 Aug 2011 15:56:52 +0000 (15:56 +0000)]
Added rst  Tutorial for Feature Detection with SURF and drawKeypoints

12 years agoanother attempt to fix #1299
Vadim Pisarevsky [Fri, 12 Aug 2011 15:19:10 +0000 (15:19 +0000)]
another attempt to fix #1299

12 years agofixed Matx33 * Point3 and Matx22 * Point operators (ticket #1299)
Vadim Pisarevsky [Fri, 12 Aug 2011 12:54:38 +0000 (12:54 +0000)]
fixed Matx33 * Point3 and Matx22 * Point operators (ticket #1299)

12 years agomade retina code compile with VS2005/VS2008
Vadim Pisarevsky [Fri, 12 Aug 2011 11:28:17 +0000 (11:28 +0000)]
made retina code compile with VS2005/VS2008

12 years agoimproved list formatting in opencv refman. Updated PDFs.
Vadim Pisarevsky [Fri, 12 Aug 2011 10:52:06 +0000 (10:52 +0000)]
improved list formatting in opencv refman. Updated PDFs.

12 years agoJava API: generated test stubs for 2 new functions
Andrey Kamaev [Fri, 12 Aug 2011 08:14:51 +0000 (08:14 +0000)]
Java API: generated test stubs for 2 new functions

12 years agoexport HOGDescriptor::getDefaultPeopleDetector() to Python (ticket #1298)
Vadim Pisarevsky [Fri, 12 Aug 2011 07:50:55 +0000 (07:50 +0000)]
export HOGDescriptor::getDefaultPeopleDetector() to Python (ticket #1298)

12 years agoFixed search in html documentation (ticket #1232)
Andrey Kamaev [Fri, 12 Aug 2011 07:23:54 +0000 (07:23 +0000)]
Fixed search in html documentation (ticket #1232)

12 years agoAdded SURF_Homography sample codee
Ana Huaman [Fri, 12 Aug 2011 03:33:52 +0000 (03:33 +0000)]
Added SURF_Homography sample codee

12 years agocomment
Alexander Mordvintsev [Fri, 12 Aug 2011 03:23:44 +0000 (03:23 +0000)]
comment

12 years agopeopledetect.py sample added (TODO: use builtin svm data instead of people_hog.txt)
Alexander Mordvintsev [Fri, 12 Aug 2011 03:05:31 +0000 (03:05 +0000)]
peopledetect.py sample added (TODO: use builtin svm data instead of people_hog.txt)
some old cv api use cleaning

12 years agoAdded code for SURF using FLANN Matcher and drawMatches options
Ana Huaman [Fri, 12 Aug 2011 00:19:42 +0000 (00:19 +0000)]
Added code for SURF using FLANN Matcher and drawMatches options

12 years agopreserve alpha channel in PNG, when imread(..., -1) is called (ticket #1107)
Vadim Pisarevsky [Thu, 11 Aug 2011 22:38:09 +0000 (22:38 +0000)]
preserve alpha channel in PNG, when imread(..., -1) is called (ticket #1107)

12 years agofixed kmeans center initialization in the case of huge matrices (ticket #1291); fixed...
Vadim Pisarevsky [Thu, 11 Aug 2011 22:27:18 +0000 (22:27 +0000)]
fixed kmeans center initialization in the case of huge matrices (ticket #1291); fixed warinings in libtiff.

12 years agoanother attempt to fix IPP detection on x64 (ticket #1294)
Vadim Pisarevsky [Thu, 11 Aug 2011 22:18:51 +0000 (22:18 +0000)]
another attempt to fix IPP detection on x64 (ticket #1294)

12 years agofixed building retina code on Windows
Vadim Pisarevsky [Thu, 11 Aug 2011 22:02:52 +0000 (22:02 +0000)]
fixed building retina code on Windows

12 years agoraised threshold in ORB test; temporarily disabled always failing Opponent SIFT test
Vadim Pisarevsky [Thu, 11 Aug 2011 21:35:04 +0000 (21:35 +0000)]
raised threshold in ORB test; temporarily disabled always failing Opponent SIFT test

12 years agofixed retinaDemo compile errors
Vadim Pisarevsky [Thu, 11 Aug 2011 20:45:51 +0000 (20:45 +0000)]
fixed retinaDemo compile errors

12 years agoadded retina model, by Alexander Benoit
Vadim Pisarevsky [Thu, 11 Aug 2011 20:42:08 +0000 (20:42 +0000)]
added retina model, by Alexander Benoit

12 years agoAdded two sample code for features 2D - SURF descriptor and detector
Ana Huaman [Thu, 11 Aug 2011 20:30:25 +0000 (20:30 +0000)]
Added two sample code for features 2D - SURF descriptor and detector

12 years agoHtml documentation: fixed text wrapping for sidebar
Andrey Kamaev [Thu, 11 Aug 2011 19:06:41 +0000 (19:06 +0000)]
Html documentation: fixed text wrapping for sidebar

12 years agoadded support for Ximea cameras (missing parts in the prev. commit)
Vadim Pisarevsky [Thu, 11 Aug 2011 18:06:09 +0000 (18:06 +0000)]
added support for Ximea cameras (missing parts in the prev. commit)

12 years agoadded support for Ximea cameras (patch by Marian Zajko), fixed GCC warnings in MOG2...
Vadim Pisarevsky [Thu, 11 Aug 2011 17:59:30 +0000 (17:59 +0000)]
added support for Ximea cameras (patch by Marian Zajko), fixed GCC warnings in MOG2 background subtractor.

12 years agofixed default maxSize case in cvHaarDetectObjects (ticket #1296)
Vadim Pisarevsky [Thu, 11 Aug 2011 13:16:00 +0000 (13:16 +0000)]
fixed default maxSize case in cvHaarDetectObjects (ticket #1296)

12 years agoavoid infinite loops when 0-area image is filtered (ticket #1295)
Vadim Pisarevsky [Thu, 11 Aug 2011 13:12:59 +0000 (13:12 +0000)]
avoid infinite loops when 0-area image is filtered (ticket #1295)

12 years agofixed IPP detection on 64-bit Windows (ticket #1294)
Vadim Pisarevsky [Thu, 11 Aug 2011 11:47:54 +0000 (11:47 +0000)]
fixed IPP detection on 64-bit Windows (ticket #1294)

12 years agoAdded a video input tutorial with PSNR and SSIM.
Bernat Gabor [Thu, 11 Aug 2011 09:34:03 +0000 (09:34 +0000)]
Added a video input tutorial with PSNR and SSIM.

12 years agoFixed libraries order in Android.mk (thanks to Anush Moorthy for the report)
Andrey Kamaev [Thu, 11 Aug 2011 08:28:05 +0000 (08:28 +0000)]
Fixed libraries order in Android.mk (thanks to Anush Moorthy for the report)

12 years agoJava API: Removed meaningless tests
Andrey Kamaev [Thu, 11 Aug 2011 07:21:28 +0000 (07:21 +0000)]
Java API: Removed meaningless tests

12 years agofixed compile errors in samples
Andrey Morozov [Thu, 11 Aug 2011 07:04:27 +0000 (07:04 +0000)]
fixed compile errors in samples

12 years agoUpdate samples using cmd parser
itsyplen [Thu, 11 Aug 2011 06:46:09 +0000 (06:46 +0000)]
Update samples using cmd parser

12 years agoJava API: generated test stubs for recently added functions/classes
Andrey Kamaev [Wed, 10 Aug 2011 16:57:15 +0000 (16:57 +0000)]
Java API: generated test stubs for recently added functions/classes

12 years agoJava API: Fixed bug in Mat port; fixed/implemented all java tests for core module
Andrey Kamaev [Wed, 10 Aug 2011 15:56:47 +0000 (15:56 +0000)]
Java API: Fixed bug in Mat port; fixed/implemented all java tests for core module

12 years agoupdated openni finding by cmake (#1190, #1252); updated doc on kinect
Maria Dimashova [Wed, 10 Aug 2011 14:58:55 +0000 (14:58 +0000)]
updated openni finding by cmake  (#1190, #1252); updated doc on kinect

12 years agoChanged tabulation.
Leonid Beynenson [Wed, 10 Aug 2011 14:21:20 +0000 (14:21 +0000)]
Changed tabulation.

12 years agoJava API: fixed input List<List<smth>> arguments
Andrey Kamaev [Wed, 10 Aug 2011 14:09:22 +0000 (14:09 +0000)]
Java API: fixed input List<List<smth>> arguments

12 years agomultilib support added (ticket #363)
Vadim Pisarevsky [Wed, 10 Aug 2011 12:49:52 +0000 (12:49 +0000)]
multilib support added (ticket #363)

12 years agoadded size check to static Mat::diag()
Vadim Pisarevsky [Wed, 10 Aug 2011 12:40:41 +0000 (12:40 +0000)]
added size check to static Mat::diag()

12 years agoAdded new tests written by Hussein Abdinoor; Added support for new classes in feature...
Andrey Kamaev [Wed, 10 Aug 2011 12:35:22 +0000 (12:35 +0000)]
Added new tests written by Hussein Abdinoor; Added support for new classes in features2d and imgproc

12 years agoUpdated using new cmd parser
itsyplen [Wed, 10 Aug 2011 12:33:03 +0000 (12:33 +0000)]
Updated using new cmd parser

12 years agofixed OpenCVConfig.cmake for statically built OpenCV on Mac
Vadim Pisarevsky [Wed, 10 Aug 2011 12:08:58 +0000 (12:08 +0000)]
fixed OpenCVConfig.cmake for statically built OpenCV on Mac

12 years agoadded remap test, fix compilation error
Vladislav Vinogradov [Wed, 10 Aug 2011 12:05:24 +0000 (12:05 +0000)]
added remap test, fix compilation error

12 years agofixed cmake status of openni
Maria Dimashova [Wed, 10 Aug 2011 11:59:37 +0000 (11:59 +0000)]
fixed cmake status of openni

12 years agofixed compile error on ubuntu64
Maria Dimashova [Wed, 10 Aug 2011 11:49:10 +0000 (11:49 +0000)]
fixed compile error on ubuntu64

12 years agofixed compile errors and warning on ubuntu64
Maria Dimashova [Wed, 10 Aug 2011 11:36:55 +0000 (11:36 +0000)]
fixed compile errors and warning on ubuntu64

12 years agoadded registerPageLocked/unregisterPageLocked functions
Vladislav Vinogradov [Wed, 10 Aug 2011 11:32:48 +0000 (11:32 +0000)]
added registerPageLocked/unregisterPageLocked functions
added convert functions to BruteForceMatcher_GPU
other minor fixes

12 years agoUpdated sample using new cmd parser
itsyplen [Wed, 10 Aug 2011 11:29:32 +0000 (11:29 +0000)]
Updated sample using new cmd parser

12 years agoUpdated samples using new cmd parser
itsyplen [Wed, 10 Aug 2011 10:41:38 +0000 (10:41 +0000)]
Updated samples using new cmd parser

12 years agofixed C++ implementation of Delaunay triangulation and moved it from sample to imgproc.
Vadim Pisarevsky [Wed, 10 Aug 2011 10:28:01 +0000 (10:28 +0000)]
fixed C++ implementation of Delaunay triangulation and moved it from sample to imgproc.

12 years agoexperimental kernels for cuda
Anatoly Baksheev [Wed, 10 Aug 2011 09:51:36 +0000 (09:51 +0000)]
experimental kernels for cuda

12 years agoAdded reference to Nvidia TADP into Android tutorial; refactored both Android tutoria...
Andrey Kamaev [Wed, 10 Aug 2011 09:45:17 +0000 (09:45 +0000)]
Added reference to Nvidia TADP into Android tutorial; refactored both Android tutorials; fixed some rst warnings

12 years agofixed compile errors
Maria Dimashova [Wed, 10 Aug 2011 09:43:44 +0000 (09:43 +0000)]
fixed compile errors

12 years agoexperimental kernels for cuda
Anatoly Baksheev [Wed, 10 Aug 2011 09:35:57 +0000 (09:35 +0000)]
experimental kernels for cuda

12 years agoadded read/write methods for SimpleBlobDetector and DenseFeatureDetector; added their...
Maria Dimashova [Wed, 10 Aug 2011 09:17:37 +0000 (09:17 +0000)]
added read/write methods for SimpleBlobDetector and DenseFeatureDetector; added their creation to FeatureDetector::create method (#1290)

12 years agoUpdating samples using cmd parser
itsyplen [Wed, 10 Aug 2011 08:56:27 +0000 (08:56 +0000)]
Updating samples using cmd parser

12 years agoFixed some grammatical errors
itsyplen [Wed, 10 Aug 2011 08:52:52 +0000 (08:52 +0000)]
Fixed some grammatical errors

12 years agofixed memory leak in SIFT wrapper (#1288)
Maria Dimashova [Wed, 10 Aug 2011 07:02:50 +0000 (07:02 +0000)]
fixed memory leak in SIFT wrapper (#1288)

12 years agominor stitching optimization (use cpu matchers instead of gpu matchers on multicore...
Vladislav Vinogradov [Wed, 10 Aug 2011 06:53:24 +0000 (06:53 +0000)]
minor stitching optimization (use cpu matchers instead of gpu matchers on multicore processors)

12 years agoinitial (buggy) C++ version of Delaunay triangulation
Vadim Pisarevsky [Tue, 9 Aug 2011 15:11:32 +0000 (15:11 +0000)]
initial (buggy) C++ version of Delaunay triangulation

12 years agoJava API: added JNI_OnLoad to eliminate jvm warnings
Andrey Kamaev [Tue, 9 Aug 2011 14:58:24 +0000 (14:58 +0000)]
Java API: added JNI_OnLoad to eliminate jvm warnings

12 years agoadded doc on supported Kinect properties (#1251)
Maria Dimashova [Tue, 9 Aug 2011 14:00:11 +0000 (14:00 +0000)]
added doc on supported Kinect properties (#1251)

12 years agoadded CV_CAP_PROP_OPENNI_REGISTRATION property for getting
Maria Dimashova [Tue, 9 Aug 2011 13:58:05 +0000 (13:58 +0000)]
added CV_CAP_PROP_OPENNI_REGISTRATION property for getting

12 years agominor stitching optimization (improve buffer reuse)
Vladislav Vinogradov [Tue, 9 Aug 2011 13:08:54 +0000 (13:08 +0000)]
minor stitching optimization (improve buffer reuse)

12 years agoJava API: added support for BruteforceMatcher-SL2
Andrey Kamaev [Tue, 9 Aug 2011 12:52:47 +0000 (12:52 +0000)]
Java API: added support for BruteforceMatcher-SL2

12 years agoRemoved outdated android-opencv subproject
Andrey Kamaev [Tue, 9 Aug 2011 11:55:43 +0000 (11:55 +0000)]
Removed outdated android-opencv subproject

12 years agoJava API: corrected names of methods in Utils class; fixed bug in DMatch (thank for...
Andrey Kamaev [Tue, 9 Aug 2011 11:46:27 +0000 (11:46 +0000)]
Java API: corrected names of methods in Utils class; fixed bug in DMatch (thank for Hussein Abdinoor); added new utility method loadResource

12 years agofixed compilation error without cuda
Vladislav Vinogradov [Tue, 9 Aug 2011 11:35:42 +0000 (11:35 +0000)]
fixed compilation error without cuda

12 years agofixed doc warning
Maria Dimashova [Tue, 9 Aug 2011 09:59:44 +0000 (09:59 +0000)]
fixed doc warning

12 years agoUpdated Android tutorials
Andrey Kamaev [Tue, 9 Aug 2011 09:56:16 +0000 (09:56 +0000)]
Updated Android tutorials

12 years agoadded doc on CvERTrees
Maria Dimashova [Tue, 9 Aug 2011 09:52:08 +0000 (09:52 +0000)]
added doc on CvERTrees

12 years agominor
Vladislav Vinogradov [Tue, 9 Aug 2011 09:15:04 +0000 (09:15 +0000)]
minor

12 years agomoved GpuMat class to separate header file
Vladislav Vinogradov [Tue, 9 Aug 2011 07:51:48 +0000 (07:51 +0000)]
moved GpuMat class to separate header file

12 years agofixed gpu test failure on empty test data
Vladislav Vinogradov [Tue, 9 Aug 2011 06:25:01 +0000 (06:25 +0000)]
fixed gpu test failure on empty test data

12 years agoSmall modifications to the scan tutorial and added the video-input-psnr-ssim sample...
Bernat Gabor [Tue, 9 Aug 2011 05:43:58 +0000 (05:43 +0000)]
Small modifications to the scan tutorial and added the video-input-psnr-ssim sample file.

12 years agofixed CvCapture_OpenNI constructor (removed all exceptions) (#1237)
Maria Dimashova [Mon, 8 Aug 2011 15:47:52 +0000 (15:47 +0000)]
fixed CvCapture_OpenNI constructor (removed all exceptions) (#1237)

12 years agofixed grammar of the comment
Maria Dimashova [Mon, 8 Aug 2011 14:03:37 +0000 (14:03 +0000)]
fixed grammar of the comment

12 years agoUpdated android tutorial for native development
Andrey Kamaev [Mon, 8 Aug 2011 13:26:23 +0000 (13:26 +0000)]
Updated android tutorial for native development

12 years agoadded SL2 (squared L2 distance) and implemented the descriptors matching in L2 using SL2
Maria Dimashova [Mon, 8 Aug 2011 13:18:12 +0000 (13:18 +0000)]
added SL2 (squared L2 distance) and implemented the descriptors matching in L2 using SL2

12 years agoadded buffered version of cornerHarris, cornerMinEigenVal, histEven and histRange
Vladislav Vinogradov [Mon, 8 Aug 2011 13:05:50 +0000 (13:05 +0000)]
added buffered version of cornerHarris, cornerMinEigenVal, histEven and histRange

12 years agofixed some warnings under win64
Vladislav Vinogradov [Mon, 8 Aug 2011 13:03:18 +0000 (13:03 +0000)]
fixed some warnings under win64

12 years agominor changes
Maria Dimashova [Mon, 8 Aug 2011 12:47:04 +0000 (12:47 +0000)]
minor changes

12 years agominor improvements in cmake-file for gpu samples
Anatoly Baksheev [Mon, 8 Aug 2011 12:16:23 +0000 (12:16 +0000)]
minor improvements in cmake-file for gpu samples

12 years agofixed some warnings under win64
Vladislav Vinogradov [Mon, 8 Aug 2011 11:28:14 +0000 (11:28 +0000)]
fixed some warnings under win64

12 years agoadded gpu::Canny function
Vladislav Vinogradov [Mon, 8 Aug 2011 08:53:55 +0000 (08:53 +0000)]
added gpu::Canny function

12 years agoFixed mixChannels argument types
Andrey Kamaev [Mon, 8 Aug 2011 07:08:58 +0000 (07:08 +0000)]
Fixed mixChannels argument types

12 years agofixed #1279
Vladislav Vinogradov [Mon, 8 Aug 2011 05:59:09 +0000 (05:59 +0000)]
fixed #1279

12 years agoAdded the "Interoperability with OpenCV 1" tutorial.
Bernat Gabor [Mon, 8 Aug 2011 05:58:10 +0000 (05:58 +0000)]
Added the "Interoperability with OpenCV 1" tutorial.

12 years agoJava API: refactored Core tests
Andrey Kamaev [Mon, 8 Aug 2011 05:16:31 +0000 (05:16 +0000)]
Java API: refactored Core tests

12 years agoAdded the tutorial "Using OpenCV Android binary package to compile applications,...
Leonid Beynenson [Sun, 7 Aug 2011 20:46:51 +0000 (20:46 +0000)]
Added the tutorial "Using OpenCV Android binary package to compile applications, which use OpenCV from native level".

12 years agocorrected PCA::PCA and PCA::operator () description (thanks to Adrian Kaehler)
Vadim Pisarevsky [Sun, 7 Aug 2011 17:12:09 +0000 (17:12 +0000)]
corrected PCA::PCA and PCA::operator () description (thanks to Adrian Kaehler)

12 years agofixed pointPolygonTest(). Now it returns -1, 0, 1 when measureDist=false (ticket...
Vadim Pisarevsky [Sun, 7 Aug 2011 16:58:29 +0000 (16:58 +0000)]
fixed pointPolygonTest(). Now it returns -1, 0, 1 when measureDist=false (ticket #1285)