profile/ivi/opencv.git
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
2010-11-25 Gary Bradskicreated help function, added more docs
2010-11-25 Ethan Rubleerenaming the filestorage_sample - getting rid of redund...
2010-11-25 Ethan Rubleerenaming the cvout_sample.cpp to cout_mat.cpp
2010-11-25 Ethan Rubleeadding two simple templates
2010-11-25 Ethan Rubleerenaming cvstarter and breaking it appart
2010-11-24 Vadim Pisarevskyadded user mode selection (thanks to tito for the patch...
2010-11-24 Vadim Pisarevskypass the correct rgb->gray coefficients to PNG decoder...
2010-11-24 Anatoly Baksheevadded version detection for NPP
2010-11-24 Ethan RubleeAdding the simplest opencv starter. This may be a...
2010-11-24 Ethan Rubleeadding a check for if the first arg is an image - annoy...
2010-11-24 Maria Dimashovaadded to DetectorExtractor test the check of compute...
2010-11-24 Maria Dimashovaadded to FeatureDetector test the check of detect(...
2010-11-24 Alexey Spizhevoyadded minMaxLoc function into gpu module
2010-11-24 Vadim Pisarevskyfixed canny test; fixed mhi-global test & implementatio...
2010-11-24 Anatoly Baksheev1) more convenient naming for samples gpu
2010-11-24 Anatoly Baksheevjust for more convenient naming
2010-11-24 Alexey Spizhevoyoptimized gpu::minMax a little
2010-11-24 Alexey Spizhevoyadded support of multichannel matrices in gpu::minMax
2010-11-24 Alexey Spizhevoyadded support of all data types into gpu::minMax
2010-11-24 Vladislav Vinogradovfixed bug in StereoConstantSpaceBP - missing load max_d...
2010-11-24 Gary BradskiExplaining the << cv::Mat out capabilities
2010-11-24 Gary Bradskifind and drawContours doc
2010-11-24 Gary Bradskidescribed
2010-11-24 Ethan Rubleeworking on the dynamic detectors documentation.
2010-11-24 Gary BradskiDocs for using BRIEF in features2d
2010-11-24 Gary Bradskiadded and moved docs
2010-11-24 Gary BradskiFleshed out file docs for train and test on PASCAL...
next