profile/ivi/opencv.git
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.

13 years agoadded to FeatureDetector test the check of detect() on empty data
Maria Dimashova [Wed, 24 Nov 2010 13:00:23 +0000 (13:00 +0000)]
added to FeatureDetector test the check of detect() on empty data

13 years agoadded minMaxLoc function into gpu module
Alexey Spizhevoy [Wed, 24 Nov 2010 11:40:14 +0000 (11:40 +0000)]
added minMaxLoc function into gpu module

13 years agofixed canny test; fixed mhi-global test & implementation (hopefully, for the last...
Vadim Pisarevsky [Wed, 24 Nov 2010 09:46:46 +0000 (09:46 +0000)]
fixed canny test; fixed mhi-global test & implementation (hopefully, for the last time); added sse 4.1 & 4.2 support (not working in Xcode for some reason); moved splineInterpolation to color.cpp; fixed a few bugs in documentation

13 years ago1) more convenient naming for samples gpu
Anatoly Baksheev [Wed, 24 Nov 2010 09:43:17 +0000 (09:43 +0000)]
1) more convenient naming for samples gpu
2) added mask support to device 'transform' function
3) sample hog gpu: waitKey(1) -> waitKey(3), in other case image is not displayed.

13 years agojust for more convenient naming
Anatoly Baksheev [Wed, 24 Nov 2010 09:36:18 +0000 (09:36 +0000)]
just for more convenient naming

13 years agooptimized gpu::minMax a little
Alexey Spizhevoy [Wed, 24 Nov 2010 09:19:11 +0000 (09:19 +0000)]
optimized gpu::minMax a little

13 years agoadded support of multichannel matrices in gpu::minMax
Alexey Spizhevoy [Wed, 24 Nov 2010 09:03:37 +0000 (09:03 +0000)]
added support of multichannel matrices in gpu::minMax

13 years agoadded support of all data types into gpu::minMax
Alexey Spizhevoy [Wed, 24 Nov 2010 08:55:52 +0000 (08:55 +0000)]
added support of all data types into gpu::minMax

13 years agofixed bug in StereoConstantSpaceBP - missing load max_data_term to constant memory
Vladislav Vinogradov [Wed, 24 Nov 2010 08:39:52 +0000 (08:39 +0000)]
fixed bug in StereoConstantSpaceBP - missing load max_data_term to constant memory

13 years agoExplaining the << cv::Mat out capabilities
Gary Bradski [Wed, 24 Nov 2010 06:10:07 +0000 (06:10 +0000)]
Explaining the << cv::Mat out capabilities

13 years agofind and drawContours doc
Gary Bradski [Wed, 24 Nov 2010 06:03:21 +0000 (06:03 +0000)]
find and drawContours doc

13 years agodescribed
Gary Bradski [Wed, 24 Nov 2010 05:51:04 +0000 (05:51 +0000)]
described

13 years agoworking on the dynamic detectors documentation.
Ethan Rublee [Wed, 24 Nov 2010 03:23:51 +0000 (03:23 +0000)]
working on the dynamic detectors documentation.

13 years agoDocs for using BRIEF in features2d
Gary Bradski [Wed, 24 Nov 2010 02:35:10 +0000 (02:35 +0000)]
Docs for using BRIEF in features2d

13 years agoadded and moved docs
Gary Bradski [Wed, 24 Nov 2010 01:44:36 +0000 (01:44 +0000)]
added and moved docs

13 years agoFleshed out file docs for train and test on PASCAL VOC. This sample need simplification
Gary Bradski [Wed, 24 Nov 2010 01:09:50 +0000 (01:09 +0000)]
Fleshed out file docs for train and test on PASCAL VOC. This sample need simplification

13 years agoAdding a .tex document for the dynamic feature detectors
Ethan Rublee [Tue, 23 Nov 2010 23:19:52 +0000 (23:19 +0000)]
Adding a .tex document for the dynamic feature detectors

13 years agoContinue to refeactor the dynamic stuff - may have broken build on last commit.
Ethan Rublee [Tue, 23 Nov 2010 22:45:49 +0000 (22:45 +0000)]
Continue to refeactor the dynamic stuff - may have broken build on last commit.
Fairly certain that it builds now.

13 years agorefactoring dynamic detectors
Ethan Rublee [Tue, 23 Nov 2010 22:26:36 +0000 (22:26 +0000)]
refactoring dynamic detectors

13 years agoupdated documentation on features2d; minor features2d changes
Maria Dimashova [Tue, 23 Nov 2010 17:00:55 +0000 (17:00 +0000)]
updated documentation on features2d; minor features2d changes

13 years agoAdding stubb of documentation for the Dynamic feature detectors
Ethan Rublee [Tue, 23 Nov 2010 16:47:30 +0000 (16:47 +0000)]
Adding stubb of documentation for the Dynamic feature detectors

13 years agoadded hconcat & vconcat functions for joining matrices; moved some inline functions...
Vadim Pisarevsky [Tue, 23 Nov 2010 16:39:20 +0000 (16:39 +0000)]
added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs

13 years agomoved failed tests to blacklists:
Alexander Shishkov [Tue, 23 Nov 2010 16:19:08 +0000 (16:19 +0000)]
moved failed tests to blacklists:
mhi-global                   //ticket 457
canny                          //ticket 702

13 years agonow opencv_tests_gpu takes path to tesdata from OPENCV_TEST_DATA_PATH
Anatoly Baksheev [Tue, 23 Nov 2010 10:01:16 +0000 (10:01 +0000)]
now opencv_tests_gpu takes path to tesdata from OPENCV_TEST_DATA_PATH

13 years agofixed compile errors
Vladislav Vinogradov [Tue, 23 Nov 2010 09:00:32 +0000 (09:00 +0000)]
fixed compile errors

13 years agodeleted NPP_VERSION and NPP_HAVE_COMPLEX_TYPE macros, because last NPP supports compl...
Vladislav Vinogradov [Tue, 23 Nov 2010 08:21:26 +0000 (08:21 +0000)]
deleted NPP_VERSION and NPP_HAVE_COMPLEX_TYPE macros, because last NPP supports complex types under linux

13 years agoforgot to escape after 'help'
Gary Bradski [Tue, 23 Nov 2010 08:13:53 +0000 (08:13 +0000)]
forgot to escape after 'help'

13 years agominor docs and help code at top
Gary Bradski [Tue, 23 Nov 2010 08:09:06 +0000 (08:09 +0000)]
minor docs and help code at top

13 years agoadded more documenation
Gary Bradski [Tue, 23 Nov 2010 03:18:31 +0000 (03:18 +0000)]
added more documenation

13 years agofix little warning - opencv2/imgproc/types_c.h:235: warning: comma at end of enumerat...
Ethan Rublee [Tue, 23 Nov 2010 00:06:33 +0000 (00:06 +0000)]
fix little warning - opencv2/imgproc/types_c.h:235: warning: comma at end of enumerator list

13 years agoAdding some dynamic feature detectors...
Ethan Rublee [Mon, 22 Nov 2010 23:59:25 +0000 (23:59 +0000)]
Adding some dynamic feature detectors...

13 years agopatch from ticket #699 added
Ethan Rublee [Mon, 22 Nov 2010 22:48:52 +0000 (22:48 +0000)]
patch from ticket #699 added

13 years agoadded type selection in the Kalman filter (thanks to Nghia Ho for the patch; see...
Vadim Pisarevsky [Mon, 22 Nov 2010 21:05:22 +0000 (21:05 +0000)]
added type selection in the Kalman filter (thanks to Nghia Ho for the patch; see ticket #693)

13 years agorefactored features2d and sample on matching to many images
Maria Dimashova [Mon, 22 Nov 2010 18:27:08 +0000 (18:27 +0000)]
refactored features2d and sample on matching to many images

13 years agoadded 64f support in cv::resize
Vadim Pisarevsky [Mon, 22 Nov 2010 17:37:29 +0000 (17:37 +0000)]
added 64f support in cv::resize

13 years agointegrated multi-threaded version of SURF (thanks to imahon and yvo2m for the patch...
Vadim Pisarevsky [Mon, 22 Nov 2010 17:02:51 +0000 (17:02 +0000)]
integrated multi-threaded version of SURF (thanks to imahon and yvo2m for the patch; see ticket #275)

13 years agofixed compiling bug under g++ in gpi HOG sample
Alexey Spizhevoy [Mon, 22 Nov 2010 16:46:49 +0000 (16:46 +0000)]
fixed compiling bug under g++ in gpi HOG sample