profile/ivi/opencv.git
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...
2010-11-23 Ethan RubleeAdding a .tex document for the dynamic feature detectors
2010-11-23 Ethan RubleeContinue to refeactor the dynamic stuff - may have...
2010-11-23 Ethan Rubleerefactoring dynamic detectors
2010-11-23 Maria Dimashovaupdated documentation on features2d; minor features2d...
2010-11-23 Ethan RubleeAdding stubb of documentation for the Dynamic feature...
2010-11-23 Vadim Pisarevskyadded hconcat & vconcat functions for joining matrices...
2010-11-23 Alexander Shishkovmoved failed tests to blacklists:
2010-11-23 Anatoly Baksheevnow opencv_tests_gpu takes path to tesdata from OPENCV_...
2010-11-23 Vladislav Vinogradovfixed compile errors
2010-11-23 Vladislav Vinogradovdeleted NPP_VERSION and NPP_HAVE_COMPLEX_TYPE macros...
2010-11-23 Gary Bradskiforgot to escape after 'help'
2010-11-23 Gary Bradskiminor docs and help code at top
2010-11-23 Gary Bradskiadded more documenation
2010-11-23 Ethan Rubleefix little warning - opencv2/imgproc/types_c.h:235...
2010-11-22 Ethan RubleeAdding some dynamic feature detectors...
2010-11-22 Ethan Rubleepatch from ticket #699 added
2010-11-22 Vadim Pisarevskyadded type selection in the Kalman filter (thanks to...
2010-11-22 Maria Dimashovarefactored features2d and sample on matching to many...
2010-11-22 Vadim Pisarevskyadded 64f support in cv::resize
2010-11-22 Vadim Pisarevskyintegrated multi-threaded version of SURF (thanks to...
2010-11-22 Alexey Spizhevoyfixed compiling bug under g++ in gpi HOG sample
next