9896 Commits (c0c575d68e0cd63329c311b101be4d24e9d89e0c)
 

Author SHA1 Message Date
lluis ad94628038 Using cv::magnitude instead of custom loop and Mat<float> instead of Mat<double> to compute gradient magnitude channel. 11 years ago
Roman Donchenko 4ee5599d4b Merge pull request #1381 from 23pointsNorth:master 11 years ago
Roman Donchenko 3609bb41a7 Updated the native activity sample to master's API. 11 years ago
Roman Donchenko 59dd5aea00 Reenabled adding native app glue for Android samples. 11 years ago
Roman Donchenko d5aaab745f Merge pull request #1282 from nailbiter:optimDS 11 years ago
Roman Donchenko 531471b0aa Merge pull request #1412 from jet47:gpu-match-template-nocuda 11 years ago
Roman Donchenko 84435ba741 Merge pull request #1365 from bitwangyaoyao:2.4_bilateral 11 years ago
Roman Donchenko 574f011a33 Merge pull request #1410 from SpecLad:module-samples 11 years ago
Roman Donchenko 2208248dda Merge pull request #1416 from asmorkalov:doc_hough_circle 11 years ago
Alexander Mordvintsev 79d51c3398 expose findEssentialMat, decomposeEssentialMat and recoverPose to Python 11 years ago
Alexander Smorkalov 40212e1eb9 Link to Hough Circle Transform sample fixed in tutorial. 11 years ago
lluis e8d3732aaf added computeNMChannels helper function to compute the diferent channels to be processed independently in the N&M algorithm. 11 years ago
Roman Donchenko cb0fc230f1 Merge pull request #1387 from vpisarev:ipp_imgwarp 11 years ago
Roman Donchenko 45512a93e0 Merge pull request #1396 from melody-rain:2.4_perf_bgfg_cpp 11 years ago
Roman Donchenko 77a2529eb7 Merge pull request #1408 from jet47:new-ptr-fixes 11 years ago
Roman Donchenko 74578f56a9 Merge pull request #1403 from lluisgomez:scene_text_detection_NM_fix 11 years ago
Roman Donchenko a03c6decaf Merge pull request #1409 from SpecLad:imgproc-test-memerr 11 years ago
Vladislav Vinogradov 6ad72bfcb4 removed detail:: prefix int video_reader 11 years ago
Vladislav Vinogradov a0771630b0 restored original behaviour or release functions for (Buffer and Texture) 11 years ago
Vladislav Vinogradov c439702f0c added missing gpu::matchTemplate implementation for non-CUDA build 11 years ago
Jin Ma 2fb0d23104 Removed unnecessary process for conversion to 4-channel format. 11 years ago
lluis cd33ca0009 changed default parameters in CreateERFiltersNM{1,2} functions. They are not needed now in the sample example. 11 years ago
Roman Donchenko ff1eb0d582 Merge pull request #1407 from ilya-lavrenov:ocl_test_mog 11 years ago
Roman Donchenko 8525fb0776 Merge pull request #1406 from SpecLad:gpu-resize-warn 11 years ago
Roman Donchenko 4f109d1292 Fixed a memory access error in CV_Remap_Test::generate_test_data. 11 years ago
lluis 6ef1d456dd fixed rebase conflicts 11 years ago
Roman Donchenko 2de8487e58 Fixed a few tests that use uninitialized inputs. 11 years ago
Vladislav Vinogradov b7eff94137 fixed compilation issues with new Ptr 11 years ago
Roman Donchenko f88d8b9545 Merge pull request #1405 from SpecLad:retina-ocl-warn 11 years ago
lluis 512111af9c removed blank line at EOF 11 years ago
lluis 1cc6502db3 removed unnecessary commented block 11 years ago
lluis 04913f5af7 removed trailing whitespaces 11 years ago
lluis b9a5e919e2 better parameter settings for the ERFilter sample 11 years ago
lluis 15511bff40 better classifiers performance by training them with a new dataset of "manually" selected regions 11 years ago
lluis f4d01175b8 fixed a bug in the calculation of the number of inflexion points feature 11 years ago
lluis 765921cc25 fixed a typo error in the default min_Probability param of CreateERFilterNM2 11 years ago
lluis dba336c0e3 fixed a bug in the non-max-suppression filter procedure 11 years ago
ilya-lavrenov 27947474ec fixed data path 11 years ago
Roman Donchenko 7d62fdc62c GPU resize: removed a few parameter names to avoid unused parameter warnings. 11 years ago
Roman Donchenko 439e90f4f4 retina_ocl.cpp: removed two unused arrays. 11 years ago
Roman Donchenko af594c8e44 retina_ocl.hpp: switched BasicRetinaFilter's members around to fix a -Wreorder warning. 11 years ago
Roman Donchenko bfd84dc5d5 Merge pull request #1402 from SpecLad:ocl-samples 11 years ago
Roman Donchenko 0f4089f3c3 Merge pull request #1404 from ilya-lavrenov:stdcall 11 years ago
Roman Donchenko bad927325f Merge pull request #1281 from SpecLad:the-smartest-pointer 11 years ago
hbristow 74accbd969 Added <algorithm> to mxarray.hpp, which seems to be needed explictly by some compilers 11 years ago
Jin Ma 172242a94e Revised performance test according to the feedback of the community. 11 years ago
hbristow 6964f6aacc Removed unused Dynamic from matlab namespace - clashing with Eigen 11 years ago
Ilya Lavrenov be98cd2f7f replaced explicit __stdcall by CV_STDCALL 11 years ago
Roman Donchenko 86b841563b Added tests for Ptr. 11 years ago
Roman Donchenko c7d2fdc4b2 Fixed some dubious uses of tbb::task_scheduler_init. 11 years ago