1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-27 22:33:03 +04:00
Commit Graph

1233 Commits

Author SHA1 Message Date
Vladislav Vinogradov 8190837dd4 fixed some warnings under linux 2010-12-22 07:30:21 +00:00
Vladislav Vinogradov 0cd587ee34 added gpu transpose and integral based on NPP Staging.
added mask support to SURF_GPU.
2010-12-21 14:02:09 +00:00
Ilya Lysenkov 457c6a8dfe Fixed documentation 2010-12-21 13:17:52 +00:00
Ilya Lysenkov 0bc1349335 Fixed some warnings under Windows 2010-12-21 12:11:28 +00:00
Ilya Lysenkov 351f6eeb97 Fixed compile errors under Windows 2010-12-21 11:39:12 +00:00
Anatoly Baksheev 998fab0ef5 warningx fixed under vs2008 2010-12-21 11:37:08 +00:00
Alexey Spizhevoy 0545e780f8 minor changes in the gpu stereo sample 2010-12-21 10:47:17 +00:00
Ilya Lysenkov c4a8ae5931 Used Poitn2f instead of KeyPoint 2010-12-21 10:08:57 +00:00
Alexey Spizhevoy b102299dfa fixed comment 2010-12-21 09:55:56 +00:00
Alexey Spizhevoy 65a356ebdd added convert into gray and prefilter Sobel controls (for gpu stereo sample) 2010-12-21 09:49:58 +00:00
Ilya Lysenkov bdf6f0258c Changed the camera calibration sample to support circles' grid pattern 2010-12-21 09:32:14 +00:00
Ilya Lysenkov 5f5dc91bfd Added documentation for cirlces' grid detection 2010-12-21 09:30:21 +00:00
Ilya Lysenkov 84dc12d387 Added a regression test for a circles' grid detection 2010-12-21 09:27:31 +00:00
Ilya Lysenkov 964df356bf Added detection of cirlces' grid pattern 2010-12-21 09:24:36 +00:00
Alexey Spizhevoy 24206bd19f added more controls into gpu stereo sample 2010-12-21 08:26:48 +00:00
Vladislav Vinogradov 5bfb44f887 fixed compiler error under linux 2010-12-21 08:13:15 +00:00
Alexey Spizhevoy edce202065 added first version of stereo match sample on gpu 2010-12-21 07:35:46 +00:00
Vadim Pisarevsky 8b48eebeee enable #include "cvconfig.h" in highgui on Windows. That should fix camera capture. 2010-12-20 21:20:46 +00:00
Vladislav Vinogradov 0e45a637c4 added SURF_GPU.
added support of CV_32FC1 type to gpu copyMakeBorder.
2010-12-20 12:49:40 +00:00
Alexey Spizhevoy a2ace58bb0 gpu hog sample: added support of writing video 2010-12-20 12:29:57 +00:00
Alexey Spizhevoy df8529377b refactoring: moved gpu reduction-based functions into separated file 2010-12-20 09:51:25 +00:00
Alexey Spizhevoy 1922e50f19 refactoring: made gpu bitwise operations inline 2010-12-20 09:16:17 +00:00
Alexey Spizhevoy 0465b89e7e gpu module refactoring: moved per-element operations into separated file 2010-12-20 09:07:19 +00:00
Alexey Spizhevoy 6891a60149 added host code for gpu::matchTemplate (as NPP_staging was integrated) 2010-12-20 08:09:09 +00:00
Alexey Spizhevoy e62bf3a2ae updated gpu bitwise operations 2010-12-20 08:06:13 +00:00
Anatoly Baksheev 0f30fe080f renamed constantspacebp -> stereocsbp line all other algs
created element_operations and matrix_reductions files for farther refactoring
2010-12-19 17:20:54 +00:00
Anatoly Baksheev 9dd4a22a5e temporary added NPP_staging, functionality from the library will be moved to NPP with next release. 2010-12-17 15:41:26 +00:00
Maria Dimashova e5c5a1cb3d fixed traincascade 2010-12-17 14:24:59 +00:00
Alexey Spizhevoy 7767038ef0 updated other gpu's bitwise operations 2010-12-17 12:48:04 +00:00
Alexey Spizhevoy 5132ce211b reimplemented gpu::bitwise_not operation, refactored gpu module 2010-12-17 12:22:51 +00:00
Alexey Spizhevoy 1a93412eca refactored bitwise operations in gpu module 2010-12-17 10:26:57 +00:00
Alexey Spizhevoy 74197c5b14 fixed link time error in gpu module 2010-12-16 08:46:47 +00:00
Alexey Spizhevoy 343c33d73e added support of CCOEFF_NORMED for multichannel images (8U) into gpu::matchTemplate 2010-12-16 08:10:31 +00:00
Alexey Spizhevoy 640af6623c added support of multichannel images into gpu::sqrSum 2010-12-15 16:32:56 +00:00
Alexey Spizhevoy 3db5b687f6 added support of multichannel images into gpu::matchTemplate for CCOEFF method 2010-12-15 16:04:10 +00:00
Alexey Spizhevoy f56d9c340f added support of remaining image number of channels into gpu::sum 2010-12-15 15:28:35 +00:00
Alexey Spizhevoy d8a7ff1e00 refactored gpu module, added vec math operators for uint, added support of 2 channel images into gpu::sum (removed support of double) 2010-12-15 15:12:32 +00:00
Alexey Spizhevoy e5eec31be1 fixed minor bugs in gpu module 2010-12-15 12:10:30 +00:00
Kirill Kornyakov 93e344a962 compilation warning fixed 2010-12-15 11:32:37 +00:00
Alexey Spizhevoy 68c3018047 added support of multichannel images into gpu::matchTemplate (all methods except CCOEFF based), refactored 2010-12-15 11:22:37 +00:00
Kirill Kornyakov c418858104 bug #762 fixed 2010-12-15 11:21:27 +00:00
Kirill Kornyakov e7f491ae1a CascadeClassifier refactored. Most of the members and methods are private now. 2010-12-14 10:17:45 +00:00
Alexey Spizhevoy e7cf541f5f fixed bug in matchTemplate when template size is (1,1), refactored 2010-12-14 09:53:17 +00:00
Alexey Spizhevoy 1887b7d2e4 refactored matchTemplate.cu 2010-12-14 08:45:11 +00:00
Alexey Spizhevoy ce47a37e6e added CUDA kernel for CV_TM_CCOEFF_NORMED matchTemplate method 2010-12-14 08:00:53 +00:00
Alexey Spizhevoy b35aa77418 added CUDA kernel for CV_TM_CCOEFF matchTemplate method 2010-12-14 07:42:55 +00:00
James Bowman af86e87c70 Export CV_PI explcitly, #758. 2010-12-14 00:13:42 +00:00
Vadim Pisarevsky 5633cf0379 one more fix in the recently rewritten copyMakeBorder 2010-12-13 16:53:46 +00:00
Alexey Spizhevoy 39700c5d54 added some gpu::matchTemplate kernels (other parts after NPP Staging integration) 2010-12-13 16:48:34 +00:00
Alexey Spizhevoy a81b41fb08 fixed some warning under Ubuntu in gpu module 2010-12-13 15:56:29 +00:00