profile/ivi/opencv.git
13 years agoadded CV_CALIB_RATIONAL_MODEL for better backward compatibility
Vadim Pisarevsky [Mon, 29 Nov 2010 20:06:44 +0000 (20:06 +0000)]
added CV_CALIB_RATIONAL_MODEL for better backward compatibility

13 years agounified the coordinate interpretation in RotatedRect (ticket #425)
Vadim Pisarevsky [Mon, 29 Nov 2010 18:14:08 +0000 (18:14 +0000)]
unified the coordinate interpretation in RotatedRect (ticket #425)

13 years agofixed convexHull description; updated cvHaarDetectObjects description (maxSize parame...
Vadim Pisarevsky [Mon, 29 Nov 2010 17:06:37 +0000 (17:06 +0000)]
fixed convexHull description; updated cvHaarDetectObjects description (maxSize parameter).

13 years agoadded some protection against some singular cases in solvePnP/cvFindExtrinsicCameraPa...
Vadim Pisarevsky [Mon, 29 Nov 2010 16:43:03 +0000 (16:43 +0000)]
added some protection against some singular cases in solvePnP/cvFindExtrinsicCameraParams2

13 years agofixed allocation bug in SVM training (ticket #511)
Vadim Pisarevsky [Mon, 29 Nov 2010 16:02:13 +0000 (16:02 +0000)]
fixed allocation bug in SVM training (ticket #511)

13 years agoremoved obsolete headers from opencv.hpp, fixed 2 gcc warnings and bug in SVBackSubst().
Vadim Pisarevsky [Mon, 29 Nov 2010 15:31:25 +0000 (15:31 +0000)]
removed obsolete headers from opencv.hpp, fixed 2 gcc warnings and bug in SVBackSubst().

13 years agoforgot commit this file
Maria Dimashova [Mon, 29 Nov 2010 15:23:56 +0000 (15:23 +0000)]
forgot commit this file

13 years agolimited rng seed choice by 5 values in dtree, boost, rtrees, ertrees tests; hope...
Maria Dimashova [Mon, 29 Nov 2010 15:22:15 +0000 (15:22 +0000)]
limited rng seed choice by 5 values in dtree, boost, rtrees, ertrees tests; hope this make them more stable.

13 years agorefactored gpu tests a little
Alexey Spizhevoy [Mon, 29 Nov 2010 14:23:30 +0000 (14:23 +0000)]
refactored gpu tests a little

13 years agomade random generators of MLL classes depended on default rng (theRNG) (#205).
Maria Dimashova [Mon, 29 Nov 2010 14:04:08 +0000 (14:04 +0000)]
made random generators of MLL classes depended on default rng (theRNG) (#205).

13 years agomoved to cpp directory
Vadim Pisarevsky [Mon, 29 Nov 2010 14:00:49 +0000 (14:00 +0000)]
moved to cpp directory

13 years agoconverted houghlines to C++
Vadim Pisarevsky [Mon, 29 Nov 2010 14:00:21 +0000 (14:00 +0000)]
converted houghlines to C++

13 years agoadded masks support into gpu::minMaxLoc
Alexey Spizhevoy [Mon, 29 Nov 2010 13:56:43 +0000 (13:56 +0000)]
added masks support into gpu::minMaxLoc

13 years agofixed sift descriptor
Maria Dimashova [Mon, 29 Nov 2010 13:44:10 +0000 (13:44 +0000)]
fixed sift descriptor

13 years agoremoved duplicated data for samples (it is now in samples/cpp)
Vadim Pisarevsky [Mon, 29 Nov 2010 13:34:32 +0000 (13:34 +0000)]
removed duplicated data for samples (it is now in samples/cpp)

13 years agorewrote stereo_calib in C++
Vadim Pisarevsky [Mon, 29 Nov 2010 13:31:52 +0000 (13:31 +0000)]
rewrote stereo_calib in C++

13 years agoimproved test build time
Vadim Pisarevsky [Mon, 29 Nov 2010 13:30:34 +0000 (13:30 +0000)]
improved test build time

13 years agoadded is_signed into numeric_limits_gpu, fixed incorrect min max finding for floating...
Alexey Spizhevoy [Mon, 29 Nov 2010 13:21:43 +0000 (13:21 +0000)]
added is_signed into numeric_limits_gpu, fixed incorrect min max finding for floating values

13 years agorefactored gpu::minMaxLoc
Alexey Spizhevoy [Mon, 29 Nov 2010 10:44:25 +0000 (10:44 +0000)]
refactored gpu::minMaxLoc

13 years agoadded mask support into gpu::minMax
Alexey Spizhevoy [Mon, 29 Nov 2010 10:29:21 +0000 (10:29 +0000)]
added mask support into gpu::minMax

13 years agoadded to DescriptorMatcher test the check of match methods on empty data
Maria Dimashova [Mon, 29 Nov 2010 10:05:06 +0000 (10:05 +0000)]
added to DescriptorMatcher test the check of match methods on empty data

13 years agofixed #517; uncommented ertrees test and moved it to black llist
Maria Dimashova [Mon, 29 Nov 2010 09:34:06 +0000 (09:34 +0000)]
fixed #517; uncommented ertrees test and moved it to black llist

13 years agofixed compile errors from gcc
Maria Dimashova [Mon, 29 Nov 2010 09:31:47 +0000 (09:31 +0000)]
fixed compile errors from gcc

13 years agoadding include of "jni.h"
Ethan Rublee [Mon, 29 Nov 2010 08:37:41 +0000 (08:37 +0000)]
adding include of "jni.h"

13 years agodocs
Gary Bradski [Mon, 29 Nov 2010 08:32:57 +0000 (08:32 +0000)]
docs

13 years agomoved GPU's global counter reset from caller to the kernel's end
Alexey Spizhevoy [Mon, 29 Nov 2010 08:09:54 +0000 (08:09 +0000)]
moved GPU's global counter reset from caller to the kernel's end

13 years agoreplaced one-threads tail reduce with one-block tail reduce in functions gpu: minMax...
Alexey Spizhevoy [Mon, 29 Nov 2010 08:04:39 +0000 (08:04 +0000)]
replaced one-threads tail reduce with one-block tail reduce in functions gpu: minMax, minMaxLoc

13 years agoupdated docs
Gary Bradski [Mon, 29 Nov 2010 07:57:03 +0000 (07:57 +0000)]
updated docs

13 years agoupdated docs
Gary Bradski [Mon, 29 Nov 2010 07:56:26 +0000 (07:56 +0000)]
updated docs

13 years agoupdated docs
Gary Bradski [Mon, 29 Nov 2010 07:56:00 +0000 (07:56 +0000)]
updated docs

13 years agoupdated comments
Gary Bradski [Mon, 29 Nov 2010 07:54:10 +0000 (07:54 +0000)]
updated comments

13 years agoremoved double support (gpu: minMax, minMaxLoc, countNonZero) for CC which doesn...
Alexey Spizhevoy [Mon, 29 Nov 2010 07:31:09 +0000 (07:31 +0000)]
removed double support (gpu: minMax, minMaxLoc, countNonZero) for CC which doesn't have native double support

13 years agoadded gpu::count_non_zero version for CC1.0, refactored gpu module a little
Alexey Spizhevoy [Mon, 29 Nov 2010 07:18:11 +0000 (07:18 +0000)]
added gpu::count_non_zero version for CC1.0, refactored gpu module a little

13 years agooptimizing calibration for android
Ethan Rublee [Sun, 28 Nov 2010 21:24:11 +0000 (21:24 +0000)]
optimizing calibration for android

13 years agooptimizing calibration for android
Ethan Rublee [Sun, 28 Nov 2010 20:27:57 +0000 (20:27 +0000)]
optimizing calibration for android

13 years agofixed crashes in camshiftdemo sample
Vadim Pisarevsky [Sun, 28 Nov 2010 19:44:01 +0000 (19:44 +0000)]
fixed crashes in camshiftdemo sample

13 years agoremoved duplicated letter_recog sample
Vadim Pisarevsky [Sun, 28 Nov 2010 19:43:22 +0000 (19:43 +0000)]
removed duplicated letter_recog sample

13 years agoconverted some more samples to C++
Vadim Pisarevsky [Sun, 28 Nov 2010 19:41:55 +0000 (19:41 +0000)]
converted some more samples to C++

13 years agoGPU module: disabled compilation for CC 1.0
Anatoly Baksheev [Sun, 28 Nov 2010 11:25:07 +0000 (11:25 +0000)]
GPU module: disabled compilation for CC 1.0

13 years agotemporary removed VERSION_VAR (because this requires cmake 2.8.3)
Anatoly Baksheev [Sun, 28 Nov 2010 11:12:35 +0000 (11:12 +0000)]
temporary removed VERSION_VAR (because this requires cmake 2.8.3)

13 years agoadding the start of a neon based yuv2rgb routine - very ugly and rough
Ethan Rublee [Sun, 28 Nov 2010 05:42:48 +0000 (05:42 +0000)]
adding the start of a neon based yuv2rgb routine - very ugly and rough

13 years agoAdding optimization for brief and android using NEON SIMD intrinsics
Ethan Rublee [Sun, 28 Nov 2010 05:41:50 +0000 (05:41 +0000)]
Adding optimization for brief and android using NEON SIMD intrinsics

13 years agoremoved garbage from the image sample
Vadim Pisarevsky [Sat, 27 Nov 2010 23:19:16 +0000 (23:19 +0000)]
removed garbage from the image sample

13 years agoseveral small fixes; added overloaded variant of cv::drawChessboardCorners
Vadim Pisarevsky [Sat, 27 Nov 2010 23:16:50 +0000 (23:16 +0000)]
several small fixes; added overloaded variant of cv::drawChessboardCorners

13 years agoconverted some OpenCV C samples to C++
Vadim Pisarevsky [Sat, 27 Nov 2010 23:15:16 +0000 (23:15 +0000)]
converted some OpenCV C samples to C++

13 years agofixing a small error in the armeabi selection
Ethan Rublee [Sat, 27 Nov 2010 09:08:19 +0000 (09:08 +0000)]
fixing a small error in the armeabi selection

13 years agofixing a small error in the armeabi selection
Ethan Rublee [Sat, 27 Nov 2010 09:07:57 +0000 (09:07 +0000)]
fixing a small error in the armeabi selection

13 years agoCameraTemplate compiles... not sure if it runs.
Ethan Rublee [Sat, 27 Nov 2010 09:07:32 +0000 (09:07 +0000)]
CameraTemplate compiles... not sure if it runs.

13 years agoBringing the CVCamera up to speed with new changes to android-jni - added settings...
Ethan Rublee [Sat, 27 Nov 2010 08:40:10 +0000 (08:40 +0000)]
Bringing the CVCamera up to speed with new changes to android-jni - added settings and centered the camera.

13 years agoAdding color as default for CameraConfig, and updating the README.txt
Ethan Rublee [Sat, 27 Nov 2010 08:39:09 +0000 (08:39 +0000)]
Adding color as default for CameraConfig, and updating the README.txt

13 years agoAdding a few comments to the readme for android.
Ethan Rublee [Sat, 27 Nov 2010 08:13:18 +0000 (08:13 +0000)]
Adding a few comments to the readme for android.

13 years agoconforming the calibration sample to the new refactor of android-jni
Ethan Rublee [Sat, 27 Nov 2010 08:12:29 +0000 (08:12 +0000)]
conforming the calibration sample to the new refactor of android-jni

13 years agoRefactoring the image_pool for android, and adding some common utils for camera confi...
Ethan Rublee [Sat, 27 Nov 2010 07:59:22 +0000 (07:59 +0000)]
Refactoring the image_pool for android, and adding some common utils for camera configuration.  Also experimenting with optimization - grayscale preview is way faster than color right now.

13 years agoClarifying the findChessboardCorners and drawChessboardCorners documentation
Ethan Rublee [Sat, 27 Nov 2010 07:30:01 +0000 (07:30 +0000)]
Clarifying the findChessboardCorners and drawChessboardCorners documentation
as per the tickets: #712 and #713

13 years agoFixing missing header compilation problems
Victor Erukhimov [Fri, 26 Nov 2010 19:22:39 +0000 (19:22 +0000)]
Fixing missing header compilation problems

13 years agoFixing a missing header compilation problem
Victor Erukhimov [Fri, 26 Nov 2010 19:11:42 +0000 (19:11 +0000)]
Fixing a missing header compilation problem

13 years agofixed warnings and errors reported by VS2010
Vadim Pisarevsky [Fri, 26 Nov 2010 18:25:30 +0000 (18:25 +0000)]
fixed warnings and errors reported by VS2010

13 years agoupdate the old and the new-style headers after moving some old stuff to the legacy
Vadim Pisarevsky [Fri, 26 Nov 2010 18:01:16 +0000 (18:01 +0000)]
update the old and the new-style headers after moving some old stuff to the legacy

13 years agouse the new-style headers in the samples to improve OpenCV build time.
Vadim Pisarevsky [Fri, 26 Nov 2010 17:59:40 +0000 (17:59 +0000)]
use the new-style headers in the samples to improve OpenCV build time.

13 years agomoved some old stuff to the legacy module; merge "compat_c.h" headers and moved to...
Vadim Pisarevsky [Fri, 26 Nov 2010 17:58:20 +0000 (17:58 +0000)]
moved some old stuff to the legacy module; merge "compat_c.h" headers and moved to the legacy as well. moved implementation of many non-critical/obsolete inline functions and methods to .cpp to improve Opencv build time

13 years ago1) gpu test refactoring.
Anatoly Baksheev [Fri, 26 Nov 2010 17:24:12 +0000 (17:24 +0000)]
1) gpu test refactoring.
2) fixed gpu bm test fail
3) CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3)

13 years agoadded first version of gpu::countNonZero for all data types, it doesn't support compu...
Alexey Spizhevoy [Fri, 26 Nov 2010 17:12:48 +0000 (17:12 +0000)]
added first version of gpu::countNonZero for all data types, it doesn't support compute capability 1.0 yet, also fixed some little bugs

13 years agorestored version check (VERSION_VAR)
Anatoly Baksheev [Fri, 26 Nov 2010 15:51:43 +0000 (15:51 +0000)]
restored version check (VERSION_VAR)

13 years agoupdated test thresholds
Maria Dimashova [Fri, 26 Nov 2010 14:13:46 +0000 (14:13 +0000)]
updated test thresholds

13 years agoremove spurious VERSION_VAR (fixes #711)
Martin Baeum [Fri, 26 Nov 2010 13:19:42 +0000 (13:19 +0000)]
remove spurious VERSION_VAR (fixes #711)

13 years agofixed warnings of gcc
Maria Dimashova [Fri, 26 Nov 2010 12:15:08 +0000 (12:15 +0000)]
fixed warnings of gcc

13 years agominor addition to SURF doc (#188)
Maria Dimashova [Fri, 26 Nov 2010 12:06:07 +0000 (12:06 +0000)]
minor addition to SURF doc (#188)

13 years agomade MaskPredicate safer (#419)
Maria Dimashova [Fri, 26 Nov 2010 10:57:01 +0000 (10:57 +0000)]
made MaskPredicate safer (#419)

13 years agofixed warnings under win32
Maria Dimashova [Fri, 26 Nov 2010 10:35:48 +0000 (10:35 +0000)]
fixed warnings under win32

13 years agominor changes of f2d tests log
Maria Dimashova [Fri, 26 Nov 2010 08:43:27 +0000 (08:43 +0000)]
minor changes of f2d tests log

13 years agoadded support of buffers into gpu::minMaxLoc, reduced memory requirements, refactored
Alexey Spizhevoy [Fri, 26 Nov 2010 07:50:11 +0000 (07:50 +0000)]
added support of buffers into gpu::minMaxLoc, reduced memory requirements, refactored

13 years agofixed the ordering of parameters in PyArg_ParseTupleAndKeywords, added correct Ptr...
Vadim Pisarevsky [Thu, 25 Nov 2010 23:16:32 +0000 (23:16 +0000)]
fixed the ordering of parameters in PyArg_ParseTupleAndKeywords, added correct Ptr<CvDTreeSplit>::delete_obj() (ticket #406)

13 years agoupdated installation package for Windows
Vadim Pisarevsky [Thu, 25 Nov 2010 23:12:37 +0000 (23:12 +0000)]
updated installation package for Windows

13 years agodeleted obsolete scripts
Vadim Pisarevsky [Thu, 25 Nov 2010 21:22:30 +0000 (21:22 +0000)]
deleted obsolete scripts

13 years agofixed problem with missing minMaxIdx (ticket #703)
Vadim Pisarevsky [Thu, 25 Nov 2010 18:32:40 +0000 (18:32 +0000)]
fixed problem with missing minMaxIdx (ticket #703)

13 years agoupdate features2d documentation after changes create functions and DynamicAdaptedFeat...
Maria Dimashova [Thu, 25 Nov 2010 17:44:16 +0000 (17:44 +0000)]
update features2d documentation after changes create functions and DynamicAdaptedFeatureDetector

13 years agofixed multiple warnings from VS2010.
Vadim Pisarevsky [Thu, 25 Nov 2010 16:55:46 +0000 (16:55 +0000)]
fixed multiple warnings from VS2010.

13 years agoadded tests for some detectors; made features2d object create functions as static...
Maria Dimashova [Thu, 25 Nov 2010 15:59:37 +0000 (15:59 +0000)]
added tests for some detectors; made features2d object create functions as static classes methods; fixed OpponentColorDescriptorExtractor, BriefDescriptorExtractor (on rgb); renamed DynamicDetector

13 years agofixed compile time errors in gpu module (if one compiles without CUDA)
Alexey Spizhevoy [Thu, 25 Nov 2010 11:52:15 +0000 (11:52 +0000)]
fixed compile time errors in gpu module (if one compiles without CUDA)

13 years agoinclude gpu tests in dally build
Anatoly Baksheev [Thu, 25 Nov 2010 11:40:04 +0000 (11:40 +0000)]
include gpu tests in dally build

13 years agorenamed PooledAllocator::malloc to PooledAllocator::allocateBytes, Matrix::free to...
Vadim Pisarevsky [Thu, 25 Nov 2010 10:52:57 +0000 (10:52 +0000)]
renamed PooledAllocator::malloc to PooledAllocator::allocateBytes, Matrix::free to Matrix::release to avoid conflicts with VisualStudio

13 years agocuda+npp version check at configure time.
Anatoly Baksheev [Thu, 25 Nov 2010 10:42:09 +0000 (10:42 +0000)]
cuda+npp version check at configure time.

13 years agofixed 2 warnings from VS2010 64-bit
Vadim Pisarevsky [Thu, 25 Nov 2010 10:33:25 +0000 (10:33 +0000)]
fixed 2 warnings from VS2010 64-bit

13 years agoadded buf support into gpu::minMax
Alexey Spizhevoy [Thu, 25 Nov 2010 10:19:06 +0000 (10:19 +0000)]
added buf support into gpu::minMax

13 years agofifixed compile problem on VS2010 64-bit. fixed L1 and L2 distances
Vadim Pisarevsky [Thu, 25 Nov 2010 10:05:03 +0000 (10:05 +0000)]
fifixed compile problem on VS2010 64-bit. fixed L1 and L2 distances

13 years agooptimized memory requirements for gpu::minMax's buffers, added support of compute...
Alexey Spizhevoy [Thu, 25 Nov 2010 09:57:02 +0000 (09:57 +0000)]
optimized memory requirements for gpu::minMax's buffers, added support of compute capability 1.0

13 years agofixed compile error under win32
Maria Dimashova [Thu, 25 Nov 2010 09:22:22 +0000 (09:22 +0000)]
fixed compile error under win32

13 years agonpp version check
Anatoly Baksheev [Thu, 25 Nov 2010 08:42:12 +0000 (08:42 +0000)]
npp version check

13 years agoclarified docs
Gary Bradski [Thu, 25 Nov 2010 02:48:18 +0000 (02:48 +0000)]
clarified docs

13 years agocreated help function, added more docs
Gary Bradski [Thu, 25 Nov 2010 02:41:22 +0000 (02:41 +0000)]
created help function, added more docs

13 years agorenaming the filestorage_sample - getting rid of redundant _sample postfix
Ethan Rublee [Thu, 25 Nov 2010 00:42:11 +0000 (00:42 +0000)]
renaming the filestorage_sample - getting rid of redundant _sample postfix

13 years agorenaming the cvout_sample.cpp to cout_mat.cpp
Ethan Rublee [Thu, 25 Nov 2010 00:40:52 +0000 (00:40 +0000)]
renaming the cvout_sample.cpp to cout_mat.cpp

13 years agoadding two simple templates
Ethan Rublee [Thu, 25 Nov 2010 00:39:43 +0000 (00:39 +0000)]
adding two simple templates

13 years agorenaming cvstarter and breaking it appart
Ethan Rublee [Thu, 25 Nov 2010 00:39:17 +0000 (00:39 +0000)]
renaming cvstarter and breaking it appart

13 years agoadded user mode selection (thanks to tito for the patch, ticket #563)
Vadim Pisarevsky [Wed, 24 Nov 2010 22:54:52 +0000 (22:54 +0000)]
added user mode selection (thanks to tito for the patch, ticket #563)

13 years agopass the correct rgb->gray coefficients to PNG decoder, to match cvtColor's.
Vadim Pisarevsky [Wed, 24 Nov 2010 19:50:52 +0000 (19:50 +0000)]
pass the correct rgb->gray coefficients to PNG decoder, to match cvtColor's.

13 years agoadded version detection for NPP
Anatoly Baksheev [Wed, 24 Nov 2010 18:44:11 +0000 (18:44 +0000)]
added version detection for NPP

13 years agoAdding the simplest opencv starter. This may be a good template or turn into
Ethan Rublee [Wed, 24 Nov 2010 16:41:28 +0000 (16:41 +0000)]
Adding the simplest opencv starter.  This may be a good template or turn into
a good template for people to start quickly with image lists and video processing

13 years agoadding a check for if the first arg is an image - annoying if it overwrites
Ethan Rublee [Wed, 24 Nov 2010 16:39:13 +0000 (16:39 +0000)]
adding a check for if the first arg is an image - annoying if it overwrites
your files if you put in the wrong params.

13 years agoadded to DetectorExtractor test the check of compute() on empty data. Added test...
Maria Dimashova [Wed, 24 Nov 2010 16:03:11 +0000 (16:03 +0000)]
added to DetectorExtractor test the check of compute() on empty data. Added test for BRIEF.