Alexey Spizhevoy
|
fa5422a2ad
|
added buf support into gpu::minMax
|
14 years ago |
Vadim Pisarevsky
|
b7e9c6229b
|
fifixed compile problem on VS2010 64-bit. fixed L1 and L2 distances
|
14 years ago |
Alexey Spizhevoy
|
48183f10e7
|
optimized memory requirements for gpu::minMax's buffers, added support of compute capability 1.0
|
14 years ago |
Maria Dimashova
|
c46546203f
|
fixed compile error under win32
|
14 years ago |
Anatoly Baksheev
|
7c77787c84
|
npp version check
|
14 years ago |
Gary Bradski
|
3239d16c33
|
clarified docs
|
14 years ago |
Gary Bradski
|
d5f0f0391a
|
created help function, added more docs
|
14 years ago |
Ethan Rublee
|
a92dab7de5
|
renaming the filestorage_sample - getting rid of redundant _sample postfix
|
14 years ago |
Ethan Rublee
|
835bc03495
|
renaming the cvout_sample.cpp to cout_mat.cpp
|
14 years ago |
Ethan Rublee
|
b22f68091d
|
adding two simple templates
|
14 years ago |
Ethan Rublee
|
d3aa808bd1
|
renaming cvstarter and breaking it appart
|
14 years ago |
Vadim Pisarevsky
|
334ac49d34
|
added user mode selection (thanks to tito for the patch, ticket #563)
|
14 years ago |
Vadim Pisarevsky
|
beee6f2f70
|
pass the correct rgb->gray coefficients to PNG decoder, to match cvtColor's.
|
14 years ago |
Anatoly Baksheev
|
d6686240d5
|
added version detection for NPP
|
14 years ago |
Ethan Rublee
|
22d9f3558f
|
Adding the simplest opencv starter. This may be a good template or turn into
a good template for people to start quickly with image lists and video processing
|
14 years ago |
Ethan Rublee
|
88e6ae4c36
|
adding a check for if the first arg is an image - annoying if it overwrites
your files if you put in the wrong params.
|
14 years ago |
Maria Dimashova
|
0a2881adcd
|
added to DetectorExtractor test the check of compute() on empty data. Added test for BRIEF.
|
14 years ago |
Maria Dimashova
|
43716f31b9
|
added to FeatureDetector test the check of detect() on empty data
|
14 years ago |
Alexey Spizhevoy
|
27690e3b6e
|
added minMaxLoc function into gpu module
|
14 years ago |
Vadim Pisarevsky
|
d366c0b2fa
|
fixed canny test; fixed mhi-global test & implementation (hopefully, for the last time); added sse 4.1 & 4.2 support (not working in Xcode for some reason); moved splineInterpolation to color.cpp; fixed a few bugs in documentation
|
14 years ago |
Anatoly Baksheev
|
0e43976259
|
1) more convenient naming for samples gpu
2) added mask support to device 'transform' function
3) sample hog gpu: waitKey(1) -> waitKey(3), in other case image is not displayed.
|
14 years ago |
Anatoly Baksheev
|
790cd2ef28
|
just for more convenient naming
|
14 years ago |
Alexey Spizhevoy
|
68a7fc9868
|
optimized gpu::minMax a little
|
14 years ago |
Alexey Spizhevoy
|
13d18d65a8
|
added support of multichannel matrices in gpu::minMax
|
14 years ago |
Alexey Spizhevoy
|
282e01cb4a
|
added support of all data types into gpu::minMax
|
14 years ago |
Vladislav Vinogradov
|
3c0cc087d6
|
fixed bug in StereoConstantSpaceBP - missing load max_data_term to constant memory
|
14 years ago |
Gary Bradski
|
4ba9f1d7d1
|
Explaining the << cv::Mat out capabilities
|
14 years ago |
Gary Bradski
|
1f9171d10a
|
find and drawContours doc
|
14 years ago |
Gary Bradski
|
85f301ab9f
|
described
|
14 years ago |
Ethan Rublee
|
541f4fc99f
|
working on the dynamic detectors documentation.
|
14 years ago |
Gary Bradski
|
b769639f1b
|
Docs for using BRIEF in features2d
|
14 years ago |
Gary Bradski
|
d0d7ba9985
|
added and moved docs
|
14 years ago |
Gary Bradski
|
e9fbbb3396
|
Fleshed out file docs for train and test on PASCAL VOC. This sample need simplification
|
14 years ago |
Ethan Rublee
|
157ed030ce
|
Adding a .tex document for the dynamic feature detectors
|
14 years ago |
Ethan Rublee
|
6a689d82a3
|
Continue to refeactor the dynamic stuff - may have broken build on last commit.
Fairly certain that it builds now.
|
14 years ago |
Ethan Rublee
|
f6b0818996
|
refactoring dynamic detectors
|
14 years ago |
Maria Dimashova
|
c6e43c385d
|
updated documentation on features2d; minor features2d changes
|
14 years ago |
Ethan Rublee
|
562a3bd5ea
|
Adding stubb of documentation for the Dynamic feature detectors
|
14 years ago |
Vadim Pisarevsky
|
f5e5b677c9
|
added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs
|
14 years ago |
Alexander Shishkov
|
dd3c62a4fe
|
moved failed tests to blacklists:
mhi-global //ticket 457
canny //ticket 702
|
14 years ago |
Anatoly Baksheev
|
80b68af700
|
now opencv_tests_gpu takes path to tesdata from OPENCV_TEST_DATA_PATH
|
14 years ago |
Vladislav Vinogradov
|
35e8d700c6
|
fixed compile errors
|
14 years ago |
Vladislav Vinogradov
|
dd2fe821c2
|
deleted NPP_VERSION and NPP_HAVE_COMPLEX_TYPE macros, because last NPP supports complex types under linux
|
14 years ago |
Gary Bradski
|
cd94b8c00e
|
forgot to escape after 'help'
|
14 years ago |
Gary Bradski
|
c1a862f175
|
minor docs and help code at top
|
14 years ago |
Gary Bradski
|
f87de19006
|
added more documenation
|
14 years ago |
Ethan Rublee
|
89c4bc54d9
|
fix little warning - opencv2/imgproc/types_c.h:235: warning: comma at end of enumerator list
|
14 years ago |
Ethan Rublee
|
da05e6609a
|
Adding some dynamic feature detectors...
|
14 years ago |
Ethan Rublee
|
63ba7ee2d9
|
patch from ticket #699 added
|
14 years ago |
Vadim Pisarevsky
|
92fb499ba9
|
added type selection in the Kalman filter (thanks to Nghia Ho for the patch; see ticket #693)
|
14 years ago |