1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00
Commit Graph

1022 Commits

Author SHA1 Message Date
Alexey Spizhevoy ab04a03621 added support of BORDER_REFLECT into gpu::cornerHarris and etc, added support of border extr. int linear filters 2010-12-02 09:07:13 +00:00
Gary Bradski 4789306499 put in a remark 2010-12-01 20:04:57 +00:00
Gary Bradski bbbd57d6c1 added an example call 2010-12-01 19:58:01 +00:00
Gary Bradski dab507e32a put in a bunch of checks, outputs and docs 2010-12-01 19:50:46 +00:00
Alexey Spizhevoy cc537741bc fixed some gpu tests 2010-12-01 11:00:33 +00:00
Alexey Spizhevoy d9489bbe0c fixed bug in gpu::cornerHarris and gpu::cornerMinEigenVal 2010-12-01 10:00:47 +00:00
Maria Dimashova db5cce885d updated tests thresholds 2010-12-01 09:28:16 +00:00
Gary Bradski 7c83be161f added help function 2010-12-01 08:43:16 +00:00
Gary Bradski e4e6da3e38 cascade converstion output 2010-12-01 08:36:59 +00:00
Gary Bradski 4d5149e1ae created docs 2010-12-01 08:28:00 +00:00
Vladislav Vinogradov 57f7678db1 added gpu transpose for CV_8UC4, CV_8SC4, CV_16SC2, CV_16UC2, CV_32SC1 and CV_32FC1 types 2010-12-01 07:00:50 +00:00
Gary Bradski 4db4569b60 put doc comments on top 2010-12-01 02:50:27 +00:00
Gary Bradski a474974bc7 tweek 2010-12-01 02:22:24 +00:00
Gary Bradski 439b1057e6 added to and moved comments to top 2010-12-01 02:20:36 +00:00
Gary Bradski 0ebd45e188 added help and help on error 2010-12-01 01:59:39 +00:00
Gary Bradski 61c77e8e92 print help on error 2010-12-01 01:43:22 +00:00
Gary Bradski 8cf6b56fe9 print on error 2010-12-01 01:42:11 +00:00
Gary Bradski 4c95848cc7 allowed top docs to print out 2010-12-01 01:40:13 +00:00
Gary Bradski 1cb87da0e6 added docs and minor program changes 2010-12-01 01:14:16 +00:00
Gary Bradski 28bca0ad8f add docs to feature matching 2010-12-01 00:32:54 +00:00
James Bowman 59313f2a60 Added lang to sphinx template, linked py to cookbook and cpp to cheatseet, #723 2010-11-30 23:35:03 +00:00
Vadim Pisarevsky 196d45bc3e undo the latest change in SURF 2010-11-30 16:36:26 +00:00
Vadim Pisarevsky 2c0015e765 temporarily turn off TBB threading when computing SURF descriptors (as the parallel version seems to produce different descriptors on each run) 2010-11-30 16:27:12 +00:00
Alexander Shishkov 4113d5da43 fixed compilation errors on Windows 2010-11-30 16:00:26 +00:00
Maria Dimashova b55777eb03 updated test threshold 2010-11-30 15:42:04 +00:00
Alexey Spizhevoy d0dfae5143 fixed bug in ms segmentation 2010-11-30 13:02:24 +00:00
Alexey Spizhevoy 32a9b63d2f added better threads configuration estimator for the minMax, minMaxLoc, countNonZero functions in gpu module 2010-11-30 12:27:21 +00:00
Vadim Pisarevsky 3fd07809c9 make cv::calibrateCamera, cv::stereoCalibrate and their C counterparts return the standard RMS error. 2010-11-30 10:27:34 +00:00
Vadim Pisarevsky 8754cafffb extended cv.KMeans2 API in Python (ticket #414; thanks to hogelog). fixed failures in the opencv python tests. 2010-11-30 10:11:38 +00:00
Vadim Pisarevsky 53e362e403 added missing images for C++ samples 2010-11-30 10:09:08 +00:00
Alexey Spizhevoy 493d7a6e45 added min eigen val based corner detector into gpu module 2010-11-30 08:44:04 +00:00
Alexey Spizhevoy 9adfc2cadc added Harris corner detector into gpu module 2010-11-30 08:04:37 +00:00
Gary Bradski 6cddef8650 help function added 2010-11-30 01:35:54 +00:00
Vadim Pisarevsky 5461b9943c added chamfer matcher code and sample (contributed by Antonella Cascitelli, Marco Di Stefano and Stefano Fabri) 2010-11-30 01:34:39 +00:00
Gary Bradski 84cd509639 described 2010-11-30 01:26:29 +00:00
Ethan Rublee fb67186351 editing the camerasettings text 2010-11-30 01:19:45 +00:00
Gary Bradski ffc3a58cb4 added help docs 2010-11-30 00:19:34 +00:00
Vadim Pisarevsky 8af2d0acb4 fixed recent failures in shape-convhull & shape-minarearect 2010-11-30 00:17:43 +00:00
Vadim Pisarevsky b1722352b8 fixed severe bug: CV_RANSAC != CV_FM_RANSAC, CV_LMEDS != CV_FM_LMEDS 2010-11-29 23:56:33 +00:00
Vadim Pisarevsky 2b660bf554 added flag to treat input file as a videofile (patch by Ethan Rublee; ticket #392) 2010-11-29 23:16:41 +00:00
Vadim Pisarevsky bad4ca2a51 added the optional balanced cross-validation in SVN::train_auto (by arman, ticket #314) 2010-11-29 22:37:02 +00:00
Vadim Pisarevsky 0cab986ecf applied patches by sigma (ticket #644) 2010-11-29 22:18:28 +00:00
P. Druzhkov 16f50dbe50 bug with negative class labels is fixed 2010-11-29 21:58:52 +00:00
Vadim Pisarevsky aef71a146e put 64-bit constants to CV_BIG_INT() macros to avoid warnings with old compilers 2010-11-29 21:38:32 +00:00
Vadim Pisarevsky 70d2c57e35 moved estimateAffine3D declaration from imgproc to calib3d, where it is really implemented (ticket #705) 2010-11-29 20:51:02 +00:00
Vadim Pisarevsky eea43c6a46 added CV_CALIB_RATIONAL_MODEL for better backward compatibility 2010-11-29 20:06:44 +00:00
Vadim Pisarevsky a937d9d43c unified the coordinate interpretation in RotatedRect (ticket #425) 2010-11-29 18:14:08 +00:00
Vadim Pisarevsky 4a973d4633 fixed convexHull description; updated cvHaarDetectObjects description (maxSize parameter). 2010-11-29 17:06:37 +00:00
Vadim Pisarevsky 9c0b300f52 added some protection against some singular cases in solvePnP/cvFindExtrinsicCameraParams2 2010-11-29 16:43:03 +00:00
Vadim Pisarevsky 6a6ee6403c fixed allocation bug in SVM training (ticket #511) 2010-11-29 16:02:13 +00:00