149 Commits (b9ed1489faf345c042df166760d8239da8bfd74a)

Author SHA1 Message Date
Vladislav Vinogradov 17d9014373 added per-element min/max to gpu module. 14 years ago
Alexey Spizhevoy 6ef4d9b1dd added sipport of BORDER_REPLICATE mode into gpu::corner* functions 14 years ago
Alexey Spizhevoy 85dd3fbe30 fixed meanShiftSegmentation test in gpu module 14 years ago
Alexey Spizhevoy 2f4aeeaced fixed meanShift test in gpu module 14 years ago
Alexey Spizhevoy cc675c7bb7 added data for CC2.0 in gpu meanShiftProc test 14 years ago
Alexey Spizhevoy df48ad76b0 added support of gamama_correction parameter into gpu::HOGDescriptor, updated tests 14 years ago
Alexey Spizhevoy e73245ef9f updated test for gpu::HOGDescriptor 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
Alexey Spizhevoy cc537741bc fixed some gpu tests 14 years ago
Alexey Spizhevoy d9489bbe0c fixed bug in gpu::cornerHarris and gpu::cornerMinEigenVal 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
Alexey Spizhevoy d0dfae5143 fixed bug in ms segmentation 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
Alexey Spizhevoy 56745b5400 refactored gpu tests a little 14 years ago
Alexey Spizhevoy b260382840 added masks support into gpu::minMaxLoc 14 years ago
Alexey Spizhevoy 678f392569 added is_signed into numeric_limits_gpu, fixed incorrect min max finding for floating values 14 years ago
Alexey Spizhevoy 437ac1a2f1 added mask support into gpu::minMax 14 years ago
Alexey Spizhevoy 72f020a8f3 added gpu::count_non_zero version for CC1.0, refactored gpu module a little 14 years ago
Anatoly Baksheev fbdb4f4ab5 1) gpu test refactoring. 14 years ago
Alexey Spizhevoy 7e2cc1be1b added first version of gpu::countNonZero for all data types, it doesn't support compute capability 1.0 yet, also fixed some little bugs 14 years ago
Alexey Spizhevoy bdaad9e1fe added support of buffers into gpu::minMaxLoc, reduced memory requirements, refactored 14 years ago
Alexey Spizhevoy fa5422a2ad added buf support into gpu::minMax 14 years ago
Alexey Spizhevoy 48183f10e7 optimized memory requirements for gpu::minMax's buffers, added support of compute capability 1.0 14 years ago
Alexey Spizhevoy 27690e3b6e added minMaxLoc function into gpu module 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
Anatoly Baksheev 80b68af700 now opencv_tests_gpu takes path to tesdata from OPENCV_TEST_DATA_PATH 14 years ago
Alexey Spizhevoy 732bd621bb added masks support for bitwise operations on GPU 14 years ago
Alexey Spizhevoy 6a9d022a9f added support of different descriptor formats into gpu HOGDescriptor 14 years ago
Alexey Spizhevoy faf4d0bc74 added bitwise operations into gpu module 14 years ago
Alexey Spizhevoy 11c0c5bf85 added getDescriptors support into gpu HOG, also added commented test for this feature 14 years ago
Anatoly Baksheev edff674105 added default detector for winSize(64,128) for hog on gpu 14 years ago
Anatoly Baksheev f2df784830 fixed error reporting in GPU module (exceptions in destructors, etc) 14 years ago
Alexey Spizhevoy fada88e100 fixed some bugs, added tests for gpu::HOGDescriptor 14 years ago
Vladislav Vinogradov 2cd9fbb66a disabled some gpu tests 14 years ago
Vladislav Vinogradov 2c39f0ee33 fix unnecessary memory allocation in gpu::magnitude and gpu::phase 14 years ago
Vladislav Vinogradov 7d0feef775 added vecmath to gpu module. 14 years ago
Vladislav Vinogradov b08f60828b added to gpu module linear filters for int and float source types. 14 years ago
Vladislav Vinogradov e12e4798e0 added gpu version of magnitude, magnitudeSqr, phase, cartToPolar, polarToCart 14 years ago
Vladislav Vinogradov 4124633359 added magnitudeSqr and rectStdDev to gpu module. 14 years ago
Vladislav Vinogradov f4075e0168 added gpu::cvtColor for RGB <-> HSV and RGB <-> HLS 14 years ago
Alexey Spizhevoy 970dd7f593 implemented mean shift segmentation with elimination of small segments, added tests 14 years ago
Marius Muja 16b1f61c83 Updated FLANN to version 1.5 14 years ago
Vladislav Vinogradov f6895e7738 fixed gpu filters (deriv filter and source roi calculation) 14 years ago
Vladislav Vinogradov ced60b7498 added histograms calculation to gpu module 14 years ago
Alexey Spizhevoy 10f954ae5d added test data for mean shift procedure 14 years ago
Vladislav Vinogradov 66df8ef06c added Filter Engine to gpu module. 14 years ago
Vladislav Vinogradov 49fa536c62 added Sobel, GaussianBlur, Canny to gpu module. 14 years ago