1040 Commits (139695213e9d8a5d918cadf7b823a01ca7f4a3db)
 

Author SHA1 Message Date
Gary Bradski 139695213e documenation and output added 14 years ago
Gary Bradski 72697de861 docs 14 years ago
Gary Bradski 114fe5cf15 docs 14 years ago
Gary Bradski f08969ed49 slight bug fix, docs 14 years ago
Gary Bradski 58ec89f799 established and doc'd the call 14 years ago
Gary Bradski c10225bd28 docs 14 years ago
Gary Bradski cfd176305c running documentation 14 years ago
Gary Bradski db426d26d8 teek 14 years ago
Gary Bradski bf808fac25 created parameter description doc and output 14 years ago
Gary Bradski a4385b18b1 Created output doc help() file. 14 years ago
Maria Dimashova d3ce471cd7 returned maxDepth argument 14 years ago
Maria Dimashova 62cb71092c fixed traincascade (#554) 14 years ago
Anatoly Baksheev 07e68eb0bb sigms's second patch with fix in install rules. 14 years ago
Gary Bradski 049e284eb4 docing the use of SURF+FLANN for planar object detection 14 years ago
Gary Bradski 1b4b40f199 fern docs 14 years ago
Gary Bradski 0343513ded added description output 14 years ago
Gary Bradski f960d61faf added help 14 years ago
Alexey Spizhevoy 68c41a6c6c minor fix in gpu's header 14 years ago
Alexey Spizhevoy ab04a03621 added support of BORDER_REFLECT into gpu::cornerHarris and etc, added support of border extr. int linear filters 14 years ago
Gary Bradski 4789306499 put in a remark 14 years ago
Gary Bradski bbbd57d6c1 added an example call 14 years ago
Gary Bradski dab507e32a put in a bunch of checks, outputs and docs 14 years ago
Alexey Spizhevoy cc537741bc fixed some gpu tests 14 years ago
Alexey Spizhevoy d9489bbe0c fixed bug in gpu::cornerHarris and gpu::cornerMinEigenVal 14 years ago
Maria Dimashova db5cce885d updated tests thresholds 14 years ago
Gary Bradski 7c83be161f added help function 14 years ago
Gary Bradski e4e6da3e38 cascade converstion output 14 years ago
Gary Bradski 4d5149e1ae created docs 14 years ago
Vladislav Vinogradov 57f7678db1 added gpu transpose for CV_8UC4, CV_8SC4, CV_16SC2, CV_16UC2, CV_32SC1 and CV_32FC1 types 14 years ago
Gary Bradski 4db4569b60 put doc comments on top 14 years ago
Gary Bradski a474974bc7 tweek 14 years ago
Gary Bradski 439b1057e6 added to and moved comments to top 14 years ago
Gary Bradski 0ebd45e188 added help and help on error 14 years ago
Gary Bradski 61c77e8e92 print help on error 14 years ago
Gary Bradski 8cf6b56fe9 print on error 14 years ago
Gary Bradski 4c95848cc7 allowed top docs to print out 14 years ago
Gary Bradski 1cb87da0e6 added docs and minor program changes 14 years ago
Gary Bradski 28bca0ad8f add docs to feature matching 14 years ago
James Bowman 59313f2a60 Added lang to sphinx template, linked py to cookbook and cpp to cheatseet, #723 14 years ago
Vadim Pisarevsky 196d45bc3e undo the latest change in SURF 14 years ago
Vadim Pisarevsky 2c0015e765 temporarily turn off TBB threading when computing SURF descriptors (as the parallel version seems to produce different descriptors on each run) 14 years ago
Alexander Shishkov 4113d5da43 fixed compilation errors on Windows 14 years ago
Maria Dimashova b55777eb03 updated test threshold 14 years ago
Alexey Spizhevoy d0dfae5143 fixed bug in ms segmentation 14 years ago
Alexey Spizhevoy 32a9b63d2f added better threads configuration estimator for the minMax, minMaxLoc, countNonZero functions in gpu module 14 years ago
Vadim Pisarevsky 3fd07809c9 make cv::calibrateCamera, cv::stereoCalibrate and their C counterparts return the standard RMS error. 14 years ago
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