1094 Commits (43a74f40c0511ea727aeace31588a4d653274f11)
 

Author SHA1 Message Date
Vadim Pisarevsky 8754cafffb extended cv.KMeans2 API in Python (ticket #414; thanks to hogelog). fixed failures in the opencv python tests. 14 years ago
Vadim Pisarevsky 53e362e403 added missing images for C++ samples 14 years ago
Alexey Spizhevoy 493d7a6e45 added min eigen val based corner detector into gpu module 14 years ago
Alexey Spizhevoy 9adfc2cadc added Harris corner detector into gpu module 14 years ago
Gary Bradski 6cddef8650 help function added 14 years ago
Vadim Pisarevsky 5461b9943c added chamfer matcher code and sample (contributed by Antonella Cascitelli, Marco Di Stefano and Stefano Fabri) 14 years ago
Gary Bradski 84cd509639 described 14 years ago
Ethan Rublee fb67186351 editing the camerasettings text 14 years ago
Gary Bradski ffc3a58cb4 added help docs 14 years ago
Vadim Pisarevsky 8af2d0acb4 fixed recent failures in shape-convhull & shape-minarearect 14 years ago
Vadim Pisarevsky b1722352b8 fixed severe bug: CV_RANSAC != CV_FM_RANSAC, CV_LMEDS != CV_FM_LMEDS 14 years ago
Vadim Pisarevsky 2b660bf554 added flag to treat input file as a videofile (patch by Ethan Rublee; ticket #392) 14 years ago
Vadim Pisarevsky bad4ca2a51 added the optional balanced cross-validation in SVN::train_auto (by arman, ticket #314) 14 years ago
Vadim Pisarevsky 0cab986ecf applied patches by sigma (ticket #644) 14 years ago
P. Druzhkov 16f50dbe50 bug with negative class labels is fixed 14 years ago
Vadim Pisarevsky aef71a146e put 64-bit constants to CV_BIG_INT() macros to avoid warnings with old compilers 14 years ago
Vadim Pisarevsky 70d2c57e35 moved estimateAffine3D declaration from imgproc to calib3d, where it is really implemented (ticket #705) 14 years ago
Vadim Pisarevsky eea43c6a46 added CV_CALIB_RATIONAL_MODEL for better backward compatibility 14 years ago
Vadim Pisarevsky a937d9d43c unified the coordinate interpretation in RotatedRect (ticket #425) 14 years ago
Vadim Pisarevsky 4a973d4633 fixed convexHull description; updated cvHaarDetectObjects description (maxSize parameter). 14 years ago
Vadim Pisarevsky 9c0b300f52 added some protection against some singular cases in solvePnP/cvFindExtrinsicCameraParams2 14 years ago
Vadim Pisarevsky 6a6ee6403c fixed allocation bug in SVM training (ticket #511) 14 years ago
Vadim Pisarevsky fa1d85bc14 removed obsolete headers from opencv.hpp, fixed 2 gcc warnings and bug in SVBackSubst(). 14 years ago
Maria Dimashova cfeca1411e forgot commit this file 14 years ago
Maria Dimashova 78ccde56b2 limited rng seed choice by 5 values in dtree, boost, rtrees, ertrees tests; hope this make them more stable. 14 years ago
Alexey Spizhevoy 56745b5400 refactored gpu tests a little 14 years ago
Maria Dimashova c104cdce96 made random generators of MLL classes depended on default rng (theRNG) (#205). 14 years ago
Vadim Pisarevsky 7860d52e14 moved to cpp directory 14 years ago
Vadim Pisarevsky b46d23a2aa converted houghlines to C++ 14 years ago
Alexey Spizhevoy b260382840 added masks support into gpu::minMaxLoc 14 years ago
Maria Dimashova 7c4cff994c fixed sift descriptor 14 years ago
Vadim Pisarevsky 9d990b7f69 removed duplicated data for samples (it is now in samples/cpp) 14 years ago
Vadim Pisarevsky d61464a756 rewrote stereo_calib in C++ 14 years ago
Vadim Pisarevsky 54ef68e7f4 improved test build time 14 years ago
Alexey Spizhevoy 678f392569 added is_signed into numeric_limits_gpu, fixed incorrect min max finding for floating values 14 years ago
Alexey Spizhevoy 6ad158dbe1 refactored gpu::minMaxLoc 14 years ago
Alexey Spizhevoy 437ac1a2f1 added mask support into gpu::minMax 14 years ago
Maria Dimashova bb532239fd added to DescriptorMatcher test the check of match methods on empty data 14 years ago
Maria Dimashova dd14dc5de3 fixed #517; uncommented ertrees test and moved it to black llist 14 years ago
Maria Dimashova 894cde3f40 fixed compile errors from gcc 14 years ago
Ethan Rublee 8b0a186ff0 adding include of "jni.h" 14 years ago
Gary Bradski 715ca399f1 docs 14 years ago
Alexey Spizhevoy 8c48f3be9d moved GPU's global counter reset from caller to the kernel's end 14 years ago
Alexey Spizhevoy 3da253a259 replaced one-threads tail reduce with one-block tail reduce in functions gpu: minMax, minMaxLoc 14 years ago
Gary Bradski 9ebaaecc85 updated docs 14 years ago
Gary Bradski 83596f7288 updated docs 14 years ago
Gary Bradski a708ca8135 updated docs 14 years ago
Gary Bradski edc41d4cab updated comments 14 years ago
Alexey Spizhevoy 1066bd2fa2 removed double support (gpu: minMax, minMaxLoc, countNonZero) for CC which doesn't have native double support 14 years ago
Alexey Spizhevoy 72f020a8f3 added gpu::count_non_zero version for CC1.0, refactored gpu module a little 14 years ago