Alexey Spizhevoy
|
85dd3fbe30
|
fixed meanShiftSegmentation test in gpu module
|
2010-12-03 12:31:20 +00:00 |
|
Alexey Spizhevoy
|
2f4aeeaced
|
fixed meanShift test in gpu module
|
2010-12-03 12:13:19 +00:00 |
|
Alexey Spizhevoy
|
cc675c7bb7
|
added data for CC2.0 in gpu meanShiftProc test
|
2010-12-03 12:03:53 +00:00 |
|
Alexey Spizhevoy
|
df48ad76b0
|
added support of gamama_correction parameter into gpu::HOGDescriptor, updated tests
|
2010-12-03 11:11:44 +00:00 |
|
Gary Bradski
|
90cce3a2ba
|
fixed minor bug, doc'd
|
2010-12-03 10:46:45 +00:00 |
|
Gary Bradski
|
6eb0fc6e2d
|
doc'd
|
2010-12-03 10:38:43 +00:00 |
|
Gary Bradski
|
37ae2634aa
|
doc'd
|
2010-12-03 10:21:55 +00:00 |
|
Alexey Spizhevoy
|
e73245ef9f
|
updated test for gpu::HOGDescriptor
|
2010-12-03 10:18:33 +00:00 |
|
Alexey Spizhevoy
|
2a2590bae2
|
replaced filter (from the nearest to linear) mode when resizing image in gpu::HOGDescriptor
|
2010-12-03 10:14:01 +00:00 |
|
Gary Bradski
|
3dd0e31976
|
oops, typo corrected
|
2010-12-03 10:07:18 +00:00 |
|
Gary Bradski
|
ced1d50d88
|
updated docs
|
2010-12-03 10:06:41 +00:00 |
|
Gary Bradski
|
4a662c3244
|
documented use
|
2010-12-03 02:49:09 +00:00 |
|
Gary Bradski
|
139695213e
|
documenation and output added
|
2010-12-03 02:43:10 +00:00 |
|
Gary Bradski
|
72697de861
|
docs
|
2010-12-03 02:31:20 +00:00 |
|
Gary Bradski
|
114fe5cf15
|
docs
|
2010-12-03 02:26:32 +00:00 |
|
Gary Bradski
|
f08969ed49
|
slight bug fix, docs
|
2010-12-03 02:20:37 +00:00 |
|
Gary Bradski
|
58ec89f799
|
established and doc'd the call
|
2010-12-03 02:13:16 +00:00 |
|
Gary Bradski
|
c10225bd28
|
docs
|
2010-12-03 00:29:27 +00:00 |
|
Gary Bradski
|
cfd176305c
|
running documentation
|
2010-12-03 00:07:21 +00:00 |
|
Gary Bradski
|
db426d26d8
|
teek
|
2010-12-02 23:49:21 +00:00 |
|
Gary Bradski
|
bf808fac25
|
created parameter description doc and output
|
2010-12-02 23:42:46 +00:00 |
|
Gary Bradski
|
a4385b18b1
|
Created output doc help() file.
|
2010-12-02 23:31:18 +00:00 |
|
Maria Dimashova
|
d3ce471cd7
|
returned maxDepth argument
|
2010-12-02 13:50:39 +00:00 |
|
Maria Dimashova
|
62cb71092c
|
fixed traincascade (#554)
|
2010-12-02 13:44:08 +00:00 |
|
Anatoly Baksheev
|
07e68eb0bb
|
sigms's second patch with fix in install rules.
|
2010-12-02 13:43:55 +00:00 |
|
Gary Bradski
|
049e284eb4
|
docing the use of SURF+FLANN for planar object detection
|
2010-12-02 10:04:50 +00:00 |
|
Gary Bradski
|
1b4b40f199
|
fern docs
|
2010-12-02 09:57:21 +00:00 |
|
Gary Bradski
|
0343513ded
|
added description output
|
2010-12-02 09:46:50 +00:00 |
|
Gary Bradski
|
f960d61faf
|
added help
|
2010-12-02 09:40:58 +00:00 |
|
Alexey Spizhevoy
|
68c41a6c6c
|
minor fix in gpu's header
|
2010-12-02 09:29:49 +00:00 |
|
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 |
|