profile/ivi/opencv.git
2010-11-30 Gary Bradskidescribed
2010-11-30 Ethan Rubleeediting the camerasettings text
2010-11-30 Gary Bradskiadded help docs
2010-11-30 Vadim Pisarevskyfixed recent failures in shape-convhull & shape-minarearect
2010-11-29 Vadim Pisarevskyfixed severe bug: CV_RANSAC != CV_FM_RANSAC, CV_LMEDS...
2010-11-29 Vadim Pisarevskyadded flag to treat input file as a videofile (patch...
2010-11-29 Vadim Pisarevskyadded the optional balanced cross-validation in SVN...
2010-11-29 Vadim Pisarevskyapplied patches by sigma (ticket #644)
2010-11-29 P. Druzhkovbug with negative class labels is fixed
2010-11-29 Vadim Pisarevskyput 64-bit constants to CV_BIG_INT() macros to avoid...
2010-11-29 Vadim Pisarevskymoved estimateAffine3D declaration from imgproc to...
2010-11-29 Vadim Pisarevskyadded CV_CALIB_RATIONAL_MODEL for better backward compa...
2010-11-29 Vadim Pisarevskyunified the coordinate interpretation in RotatedRect...
2010-11-29 Vadim Pisarevskyfixed convexHull description; updated cvHaarDetectObjec...
2010-11-29 Vadim Pisarevskyadded some protection against some singular cases in...
2010-11-29 Vadim Pisarevskyfixed allocation bug in SVM training (ticket #511)
2010-11-29 Vadim Pisarevskyremoved obsolete headers from opencv.hpp, fixed 2 gcc...
2010-11-29 Maria Dimashovaforgot commit this file
2010-11-29 Maria Dimashovalimited rng seed choice by 5 values in dtree, boost...
2010-11-29 Alexey Spizhevoyrefactored gpu tests a little
2010-11-29 Maria Dimashovamade random generators of MLL classes depended on defau...
2010-11-29 Vadim Pisarevskymoved to cpp directory
2010-11-29 Vadim Pisarevskyconverted houghlines to C++
2010-11-29 Alexey Spizhevoyadded masks support into gpu::minMaxLoc
2010-11-29 Maria Dimashovafixed sift descriptor
2010-11-29 Vadim Pisarevskyremoved duplicated data for samples (it is now in sampl...
2010-11-29 Vadim Pisarevskyrewrote stereo_calib in C++
2010-11-29 Vadim Pisarevskyimproved test build time
2010-11-29 Alexey Spizhevoyadded is_signed into numeric_limits_gpu, fixed incorrec...
2010-11-29 Alexey Spizhevoyrefactored gpu::minMaxLoc
2010-11-29 Alexey Spizhevoyadded mask support into gpu::minMax
2010-11-29 Maria Dimashovaadded to DescriptorMatcher test the check of match...
2010-11-29 Maria Dimashovafixed #517; uncommented ertrees test and moved it to...
2010-11-29 Maria Dimashovafixed compile errors from gcc
2010-11-29 Ethan Rubleeadding include of "jni.h"
2010-11-29 Gary Bradskidocs
2010-11-29 Alexey Spizhevoymoved GPU's global counter reset from caller to the...
2010-11-29 Alexey Spizhevoyreplaced one-threads tail reduce with one-block tail...
2010-11-29 Gary Bradskiupdated docs
2010-11-29 Gary Bradskiupdated docs
2010-11-29 Gary Bradskiupdated docs
2010-11-29 Gary Bradskiupdated comments
2010-11-29 Alexey Spizhevoyremoved double support (gpu: minMax, minMaxLoc, countNo...
2010-11-29 Alexey Spizhevoyadded gpu::count_non_zero version for CC1.0, refactored...
2010-11-28 Ethan Rubleeoptimizing calibration for android
2010-11-28 Ethan Rubleeoptimizing calibration for android
2010-11-28 Vadim Pisarevskyfixed crashes in camshiftdemo sample
2010-11-28 Vadim Pisarevskyremoved duplicated letter_recog sample
2010-11-28 Vadim Pisarevskyconverted some more samples to C++
2010-11-28 Anatoly BaksheevGPU module: disabled compilation for CC 1.0
2010-11-28 Anatoly Baksheevtemporary removed VERSION_VAR (because this requires...
2010-11-28 Ethan Rubleeadding the start of a neon based yuv2rgb routine -...
2010-11-28 Ethan RubleeAdding optimization for brief and android using NEON...
2010-11-27 Vadim Pisarevskyremoved garbage from the image sample
2010-11-27 Vadim Pisarevskyseveral small fixes; added overloaded variant of cv...
2010-11-27 Vadim Pisarevskyconverted some OpenCV C samples to C++
2010-11-27 Ethan Rubleefixing a small error in the armeabi selection
2010-11-27 Ethan Rubleefixing a small error in the armeabi selection
2010-11-27 Ethan RubleeCameraTemplate compiles... not sure if it runs.
2010-11-27 Ethan RubleeBringing the CVCamera up to speed with new changes...
2010-11-27 Ethan RubleeAdding color as default for CameraConfig, and updating...
2010-11-27 Ethan RubleeAdding a few comments to the readme for android.
2010-11-27 Ethan Rubleeconforming the calibration sample to the new refactor...
2010-11-27 Ethan RubleeRefactoring the image_pool for android, and adding...
2010-11-27 Ethan RubleeClarifying the findChessboardCorners and drawChessboard...
2010-11-26 Victor ErukhimovFixing missing header compilation problems
2010-11-26 Victor ErukhimovFixing a missing header compilation problem
2010-11-26 Vadim Pisarevskyfixed warnings and errors reported by VS2010
2010-11-26 Vadim Pisarevskyupdate the old and the new-style headers after moving...
2010-11-26 Vadim Pisarevskyuse the new-style headers in the samples to improve...
2010-11-26 Vadim Pisarevskymoved some old stuff to the legacy module; merge "compa...
2010-11-26 Anatoly Baksheev1) gpu test refactoring.
2010-11-26 Alexey Spizhevoyadded first version of gpu::countNonZero for all data...
2010-11-26 Anatoly Baksheevrestored version check (VERSION_VAR)
2010-11-26 Maria Dimashovaupdated test thresholds
2010-11-26 Martin Baeumremove spurious VERSION_VAR (fixes #711)
2010-11-26 Maria Dimashovafixed warnings of gcc
2010-11-26 Maria Dimashovaminor addition to SURF doc (#188)
2010-11-26 Maria Dimashovamade MaskPredicate safer (#419)
2010-11-26 Maria Dimashovafixed warnings under win32
2010-11-26 Maria Dimashovaminor changes of f2d tests log
2010-11-26 Alexey Spizhevoyadded support of buffers into gpu::minMaxLoc, reduced...
2010-11-25 Vadim Pisarevskyfixed the ordering of parameters in PyArg_ParseTupleAnd...
2010-11-25 Vadim Pisarevskyupdated installation package for Windows
2010-11-25 Vadim Pisarevskydeleted obsolete scripts
2010-11-25 Vadim Pisarevskyfixed problem with missing minMaxIdx (ticket #703)
2010-11-25 Maria Dimashovaupdate features2d documentation after changes create...
2010-11-25 Vadim Pisarevskyfixed multiple warnings from VS2010.
2010-11-25 Maria Dimashovaadded tests for some detectors; made features2d object...
2010-11-25 Alexey Spizhevoyfixed compile time errors in gpu module (if one compile...
2010-11-25 Anatoly Baksheevinclude gpu tests in dally build
2010-11-25 Vadim Pisarevskyrenamed PooledAllocator::malloc to PooledAllocator...
2010-11-25 Anatoly Baksheevcuda+npp version check at configure time.
2010-11-25 Vadim Pisarevskyfixed 2 warnings from VS2010 64-bit
2010-11-25 Alexey Spizhevoyadded buf support into gpu::minMax
2010-11-25 Vadim Pisarevskyfifixed compile problem on VS2010 64-bit. fixed L1...
2010-11-25 Alexey Spizhevoyoptimized memory requirements for gpu::minMax's buffers...
2010-11-25 Maria Dimashovafixed compile error under win32
2010-11-25 Anatoly Baksheevnpp version check
2010-11-25 Gary Bradskiclarified docs
next