Gary Bradski [Wed, 1 Dec 2010 02:20:36 +0000 (02:20 +0000)]
added to and moved comments to top
Gary Bradski [Wed, 1 Dec 2010 01:59:39 +0000 (01:59 +0000)]
added help and help on error
Gary Bradski [Wed, 1 Dec 2010 01:43:22 +0000 (01:43 +0000)]
print help on error
Gary Bradski [Wed, 1 Dec 2010 01:42:11 +0000 (01:42 +0000)]
print on error
Gary Bradski [Wed, 1 Dec 2010 01:40:13 +0000 (01:40 +0000)]
allowed top docs to print out
Gary Bradski [Wed, 1 Dec 2010 01:14:16 +0000 (01:14 +0000)]
added docs and minor program changes
Gary Bradski [Wed, 1 Dec 2010 00:32:54 +0000 (00:32 +0000)]
add docs to feature matching
James Bowman [Tue, 30 Nov 2010 23:35:03 +0000 (23:35 +0000)]
Added lang to sphinx template, linked py to cookbook and cpp to cheatseet, #723
Vadim Pisarevsky [Tue, 30 Nov 2010 16:36:26 +0000 (16:36 +0000)]
undo the latest change in SURF
Vadim Pisarevsky [Tue, 30 Nov 2010 16:27:12 +0000 (16:27 +0000)]
temporarily turn off TBB threading when computing SURF descriptors (as the parallel version seems to produce different descriptors on each run)
Alexander Shishkov [Tue, 30 Nov 2010 16:00:26 +0000 (16:00 +0000)]
fixed compilation errors on Windows
Maria Dimashova [Tue, 30 Nov 2010 15:42:04 +0000 (15:42 +0000)]
updated test threshold
Alexey Spizhevoy [Tue, 30 Nov 2010 13:02:24 +0000 (13:02 +0000)]
fixed bug in ms segmentation
Alexey Spizhevoy [Tue, 30 Nov 2010 12:27:21 +0000 (12:27 +0000)]
added better threads configuration estimator for the minMax, minMaxLoc, countNonZero functions in gpu module
Vadim Pisarevsky [Tue, 30 Nov 2010 10:27:34 +0000 (10:27 +0000)]
make cv::calibrateCamera, cv::stereoCalibrate and their C counterparts return the standard RMS error.
Vadim Pisarevsky [Tue, 30 Nov 2010 10:11:38 +0000 (10:11 +0000)]
extended cv.KMeans2 API in Python (ticket #414; thanks to hogelog). fixed failures in the opencv python tests.
Vadim Pisarevsky [Tue, 30 Nov 2010 10:09:08 +0000 (10:09 +0000)]
added missing images for C++ samples
Alexey Spizhevoy [Tue, 30 Nov 2010 08:44:04 +0000 (08:44 +0000)]
added min eigen val based corner detector into gpu module
Alexey Spizhevoy [Tue, 30 Nov 2010 08:04:37 +0000 (08:04 +0000)]
added Harris corner detector into gpu module
Gary Bradski [Tue, 30 Nov 2010 01:35:54 +0000 (01:35 +0000)]
help function added
Vadim Pisarevsky [Tue, 30 Nov 2010 01:34:39 +0000 (01:34 +0000)]
added chamfer matcher code and sample (contributed by Antonella Cascitelli, Marco Di Stefano and Stefano Fabri)
Gary Bradski [Tue, 30 Nov 2010 01:26:29 +0000 (01:26 +0000)]
described
Ethan Rublee [Tue, 30 Nov 2010 01:19:45 +0000 (01:19 +0000)]
editing the camerasettings text
Gary Bradski [Tue, 30 Nov 2010 00:19:34 +0000 (00:19 +0000)]
added help docs
Vadim Pisarevsky [Tue, 30 Nov 2010 00:17:43 +0000 (00:17 +0000)]
fixed recent failures in shape-convhull & shape-minarearect
Vadim Pisarevsky [Mon, 29 Nov 2010 23:56:33 +0000 (23:56 +0000)]
fixed severe bug: CV_RANSAC != CV_FM_RANSAC, CV_LMEDS != CV_FM_LMEDS
Vadim Pisarevsky [Mon, 29 Nov 2010 23:16:41 +0000 (23:16 +0000)]
added flag to treat input file as a videofile (patch by Ethan Rublee; ticket #392)
Vadim Pisarevsky [Mon, 29 Nov 2010 22:37:02 +0000 (22:37 +0000)]
added the optional balanced cross-validation in SVN::train_auto (by arman, ticket #314)
Vadim Pisarevsky [Mon, 29 Nov 2010 22:18:28 +0000 (22:18 +0000)]
applied patches by sigma (ticket #644)
P. Druzhkov [Mon, 29 Nov 2010 21:58:52 +0000 (21:58 +0000)]
bug with negative class labels is fixed
Vadim Pisarevsky [Mon, 29 Nov 2010 21:38:32 +0000 (21:38 +0000)]
put 64-bit constants to CV_BIG_INT() macros to avoid warnings with old compilers
Vadim Pisarevsky [Mon, 29 Nov 2010 20:51:02 +0000 (20:51 +0000)]
moved estimateAffine3D declaration from imgproc to calib3d, where it is really implemented (ticket #705)
Vadim Pisarevsky [Mon, 29 Nov 2010 20:06:44 +0000 (20:06 +0000)]
added CV_CALIB_RATIONAL_MODEL for better backward compatibility
Vadim Pisarevsky [Mon, 29 Nov 2010 18:14:08 +0000 (18:14 +0000)]
unified the coordinate interpretation in RotatedRect (ticket #425)
Vadim Pisarevsky [Mon, 29 Nov 2010 17:06:37 +0000 (17:06 +0000)]
fixed convexHull description; updated cvHaarDetectObjects description (maxSize parameter).
Vadim Pisarevsky [Mon, 29 Nov 2010 16:43:03 +0000 (16:43 +0000)]
added some protection against some singular cases in solvePnP/cvFindExtrinsicCameraParams2
Vadim Pisarevsky [Mon, 29 Nov 2010 16:02:13 +0000 (16:02 +0000)]
fixed allocation bug in SVM training (ticket #511)
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().
Maria Dimashova [Mon, 29 Nov 2010 15:23:56 +0000 (15:23 +0000)]
forgot commit this file
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.
Alexey Spizhevoy [Mon, 29 Nov 2010 14:23:30 +0000 (14:23 +0000)]
refactored gpu tests a little
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).
Vadim Pisarevsky [Mon, 29 Nov 2010 14:00:49 +0000 (14:00 +0000)]
moved to cpp directory
Vadim Pisarevsky [Mon, 29 Nov 2010 14:00:21 +0000 (14:00 +0000)]
converted houghlines to C++
Alexey Spizhevoy [Mon, 29 Nov 2010 13:56:43 +0000 (13:56 +0000)]
added masks support into gpu::minMaxLoc
Maria Dimashova [Mon, 29 Nov 2010 13:44:10 +0000 (13:44 +0000)]
fixed sift descriptor
Vadim Pisarevsky [Mon, 29 Nov 2010 13:34:32 +0000 (13:34 +0000)]
removed duplicated data for samples (it is now in samples/cpp)
Vadim Pisarevsky [Mon, 29 Nov 2010 13:31:52 +0000 (13:31 +0000)]
rewrote stereo_calib in C++
Vadim Pisarevsky [Mon, 29 Nov 2010 13:30:34 +0000 (13:30 +0000)]
improved test build time
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
Alexey Spizhevoy [Mon, 29 Nov 2010 10:44:25 +0000 (10:44 +0000)]
refactored gpu::minMaxLoc
Alexey Spizhevoy [Mon, 29 Nov 2010 10:29:21 +0000 (10:29 +0000)]
added mask support into gpu::minMax
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
Maria Dimashova [Mon, 29 Nov 2010 09:34:06 +0000 (09:34 +0000)]
fixed #517; uncommented ertrees test and moved it to black llist
Maria Dimashova [Mon, 29 Nov 2010 09:31:47 +0000 (09:31 +0000)]
fixed compile errors from gcc
Ethan Rublee [Mon, 29 Nov 2010 08:37:41 +0000 (08:37 +0000)]
adding include of "jni.h"
Gary Bradski [Mon, 29 Nov 2010 08:32:57 +0000 (08:32 +0000)]
docs
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
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
Gary Bradski [Mon, 29 Nov 2010 07:57:03 +0000 (07:57 +0000)]
updated docs
Gary Bradski [Mon, 29 Nov 2010 07:56:26 +0000 (07:56 +0000)]
updated docs
Gary Bradski [Mon, 29 Nov 2010 07:56:00 +0000 (07:56 +0000)]
updated docs
Gary Bradski [Mon, 29 Nov 2010 07:54:10 +0000 (07:54 +0000)]
updated comments
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
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
Ethan Rublee [Sun, 28 Nov 2010 21:24:11 +0000 (21:24 +0000)]
optimizing calibration for android
Ethan Rublee [Sun, 28 Nov 2010 20:27:57 +0000 (20:27 +0000)]
optimizing calibration for android
Vadim Pisarevsky [Sun, 28 Nov 2010 19:44:01 +0000 (19:44 +0000)]
fixed crashes in camshiftdemo sample
Vadim Pisarevsky [Sun, 28 Nov 2010 19:43:22 +0000 (19:43 +0000)]
removed duplicated letter_recog sample
Vadim Pisarevsky [Sun, 28 Nov 2010 19:41:55 +0000 (19:41 +0000)]
converted some more samples to C++
Anatoly Baksheev [Sun, 28 Nov 2010 11:25:07 +0000 (11:25 +0000)]
GPU module: disabled compilation for CC 1.0
Anatoly Baksheev [Sun, 28 Nov 2010 11:12:35 +0000 (11:12 +0000)]
temporary removed VERSION_VAR (because this requires cmake 2.8.3)
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
Ethan Rublee [Sun, 28 Nov 2010 05:41:50 +0000 (05:41 +0000)]
Adding optimization for brief and android using NEON SIMD intrinsics
Vadim Pisarevsky [Sat, 27 Nov 2010 23:19:16 +0000 (23:19 +0000)]
removed garbage from the image sample
Vadim Pisarevsky [Sat, 27 Nov 2010 23:16:50 +0000 (23:16 +0000)]
several small fixes; added overloaded variant of cv::drawChessboardCorners
Vadim Pisarevsky [Sat, 27 Nov 2010 23:15:16 +0000 (23:15 +0000)]
converted some OpenCV C samples to C++
Ethan Rublee [Sat, 27 Nov 2010 09:08:19 +0000 (09:08 +0000)]
fixing 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
Ethan Rublee [Sat, 27 Nov 2010 09:07:32 +0000 (09:07 +0000)]
CameraTemplate compiles... not sure if it runs.
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.
Ethan Rublee [Sat, 27 Nov 2010 08:39:09 +0000 (08:39 +0000)]
Adding color as default for CameraConfig, and updating the README.txt
Ethan Rublee [Sat, 27 Nov 2010 08:13:18 +0000 (08:13 +0000)]
Adding a few comments to the readme for android.
Ethan Rublee [Sat, 27 Nov 2010 08:12:29 +0000 (08:12 +0000)]
conforming the calibration sample to the new refactor of android-jni
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.
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
Victor Erukhimov [Fri, 26 Nov 2010 19:22:39 +0000 (19:22 +0000)]
Fixing missing header compilation problems
Victor Erukhimov [Fri, 26 Nov 2010 19:11:42 +0000 (19:11 +0000)]
Fixing a missing header compilation problem
Vadim Pisarevsky [Fri, 26 Nov 2010 18:25:30 +0000 (18:25 +0000)]
fixed warnings and errors reported by VS2010
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
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.
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
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)
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
Anatoly Baksheev [Fri, 26 Nov 2010 15:51:43 +0000 (15:51 +0000)]
restored version check (VERSION_VAR)
Maria Dimashova [Fri, 26 Nov 2010 14:13:46 +0000 (14:13 +0000)]
updated test thresholds
Martin Baeum [Fri, 26 Nov 2010 13:19:42 +0000 (13:19 +0000)]
remove spurious VERSION_VAR (fixes #711)
Maria Dimashova [Fri, 26 Nov 2010 12:15:08 +0000 (12:15 +0000)]
fixed warnings of gcc
Maria Dimashova [Fri, 26 Nov 2010 12:06:07 +0000 (12:06 +0000)]
minor addition to SURF doc (#188)
Maria Dimashova [Fri, 26 Nov 2010 10:57:01 +0000 (10:57 +0000)]
made MaskPredicate safer (#419)