2010-12-01 |
Gary Bradski | put in a bunch of checks, outputs and docs |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Alexey Spizhevoy | fixed some gpu tests |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Alexey Spizhevoy | fixed bug in gpu::cornerHarris and gpu::cornerMinEigenVal |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Maria Dimashova | updated tests thresholds |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Gary Bradski | added help function |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Gary Bradski | cascade converstion output |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Gary Bradski | created docs |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Vladislav Vinogradov | added gpu transpose for CV_8UC4, CV_8SC4, CV_16SC2... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Gary Bradski | put doc comments on top |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Gary Bradski | tweek |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Gary Bradski | added to and moved comments to top |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Gary Bradski | added help and help on error |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Gary Bradski | print help on error |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Gary Bradski | print on error |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Gary Bradski | allowed top docs to print out |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Gary Bradski | added docs and minor program changes |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Gary Bradski | add docs to feature matching |
commit | commitdiff | tree | snapshot |
2010-11-30 |
James Bowman | Added lang to sphinx template, linked py to cookbook... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Vadim Pisarevsky | undo the latest change in SURF |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Vadim Pisarevsky | temporarily turn off TBB threading when computing SURF... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Alexander Shishkov | fixed compilation errors on Windows |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Maria Dimashova | updated test threshold |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Alexey Spizhevoy | fixed bug in ms segmentation |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Alexey Spizhevoy | added better threads configuration estimator for the... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Vadim Pisarevsky | make cv::calibrateCamera, cv::stereoCalibrate and their... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Vadim Pisarevsky | extended cv.KMeans2 API in Python (ticket #414; thanks... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Vadim Pisarevsky | added missing images for C++ samples |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Alexey Spizhevoy | added min eigen val based corner detector into gpu... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Alexey Spizhevoy | added Harris corner detector into gpu module |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Gary Bradski | help function added |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Vadim Pisarevsky | added chamfer matcher code and sample (contributed... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Gary Bradski | described |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Ethan Rublee | editing the camerasettings text |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Gary Bradski | added help docs |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Vadim Pisarevsky | fixed recent failures in shape-convhull & shape-minarearect |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Vadim Pisarevsky | fixed severe bug: CV_RANSAC != CV_FM_RANSAC, CV_LMEDS... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Vadim Pisarevsky | added flag to treat input file as a videofile (patch... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Vadim Pisarevsky | added the optional balanced cross-validation in SVN... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Vadim Pisarevsky | applied patches by sigma (ticket #644) |
commit | commitdiff | tree | snapshot |
2010-11-29 |
P. Druzhkov | bug with negative class labels is fixed |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Vadim Pisarevsky | put 64-bit constants to CV_BIG_INT() macros to avoid... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Vadim Pisarevsky | moved estimateAffine3D declaration from imgproc to... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Vadim Pisarevsky | added CV_CALIB_RATIONAL_MODEL for better backward compa... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Vadim Pisarevsky | unified the coordinate interpretation in RotatedRect... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Vadim Pisarevsky | fixed convexHull description; updated cvHaarDetectObjec... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Vadim Pisarevsky | added some protection against some singular cases in... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Vadim Pisarevsky | fixed allocation bug in SVM training (ticket #511) |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Vadim Pisarevsky | removed obsolete headers from opencv.hpp, fixed 2 gcc... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Maria Dimashova | forgot commit this file |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Maria Dimashova | limited rng seed choice by 5 values in dtree, boost... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Alexey Spizhevoy | refactored gpu tests a little |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Maria Dimashova | made random generators of MLL classes depended on defau... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Vadim Pisarevsky | moved to cpp directory |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Vadim Pisarevsky | converted houghlines to C++ |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Alexey Spizhevoy | added masks support into gpu::minMaxLoc |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Maria Dimashova | fixed sift descriptor |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Vadim Pisarevsky | removed duplicated data for samples (it is now in sampl... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Vadim Pisarevsky | rewrote stereo_calib in C++ |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Vadim Pisarevsky | improved test build time |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Alexey Spizhevoy | added is_signed into numeric_limits_gpu, fixed incorrec... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Alexey Spizhevoy | refactored gpu::minMaxLoc |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Alexey Spizhevoy | added mask support into gpu::minMax |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Maria Dimashova | added to DescriptorMatcher test the check of match... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Maria Dimashova | fixed #517; uncommented ertrees test and moved it to... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Maria Dimashova | fixed compile errors from gcc |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Ethan Rublee | adding include of "jni.h" |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Gary Bradski | docs |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Alexey Spizhevoy | moved GPU's global counter reset from caller to the... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Alexey Spizhevoy | replaced one-threads tail reduce with one-block tail... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Gary Bradski | updated docs |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Gary Bradski | updated docs |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Gary Bradski | updated docs |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Gary Bradski | updated comments |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Alexey Spizhevoy | removed double support (gpu: minMax, minMaxLoc, countNo... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Alexey Spizhevoy | added gpu::count_non_zero version for CC1.0, refactored... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Ethan Rublee | optimizing calibration for android |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Ethan Rublee | optimizing calibration for android |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Vadim Pisarevsky | fixed crashes in camshiftdemo sample |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Vadim Pisarevsky | removed duplicated letter_recog sample |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Vadim Pisarevsky | converted some more samples to C++ |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Anatoly Baksheev | GPU module: disabled compilation for CC 1.0 |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Anatoly Baksheev | temporary removed VERSION_VAR (because this requires... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Ethan Rublee | adding the start of a neon based yuv2rgb routine -... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Ethan Rublee | Adding optimization for brief and android using NEON... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Vadim Pisarevsky | removed garbage from the image sample |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Vadim Pisarevsky | several small fixes; added overloaded variant of cv... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Vadim Pisarevsky | converted some OpenCV C samples to C++ |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Ethan Rublee | fixing a small error in the armeabi selection |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Ethan Rublee | fixing a small error in the armeabi selection |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Ethan Rublee | CameraTemplate compiles... not sure if it runs. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Ethan Rublee | Bringing the CVCamera up to speed with new changes... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Ethan Rublee | Adding color as default for CameraConfig, and updating... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Ethan Rublee | Adding a few comments to the readme for android. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Ethan Rublee | conforming the calibration sample to the new refactor... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Ethan Rublee | Refactoring the image_pool for android, and adding... |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Ethan Rublee | Clarifying the findChessboardCorners and drawChessboard... |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Victor Erukhimov | Fixing missing header compilation problems |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Victor Erukhimov | Fixing a missing header compilation problem |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Vadim Pisarevsky | fixed warnings and errors reported by VS2010 |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Vadim Pisarevsky | update the old and the new-style headers after moving... |
commit | commitdiff | tree | snapshot |
next |