6759 Commits (eff21788a80738db8b0a5901c21e447ff9134d96)

Author SHA1 Message Date
Vadim Pisarevsky 84022b0c19 fix thin-prism coefficients at 0's in the stereo calibration function unless the flag CALIB_THIN_PRISM_MODEL is explicitly set 12 years ago
Roman Donchenko d669559ec3 Bumped version to 3.0. 12 years ago
Roman Donchenko b525c28244 Updated the Java bindings and docs to support the version status. 12 years ago
Roman Donchenko 887825e831 Added an additional version component - the development status. 12 years ago
look4pritam 7fd7bbc9f1 The prism distortion coefficients are added for the stereo calibration. 12 years ago
peng xiao 8767c47463 Fix whitespaces. 12 years ago
pengxiao a92721b569 Fix retina ocl on NV. 12 years ago
Alex Leontiev a29863ee7b Eliminate use of 32-bit floating pt type 12 years ago
Alex Leontiev 1207cd132b Minor fixes 12 years ago
Alex Leontiev 11fa0651c6 Minor fixes 12 years ago
Alex Leontiev ccc71ac190 Primal-dual algorithm 12 years ago
lluis ad94628038 Using cv::magnitude instead of custom loop and Mat<float> instead of Mat<double> to compute gradient magnitude channel. 12 years ago
Alexander Mordvintsev 79d51c3398 expose findEssentialMat, decomposeEssentialMat and recoverPose to Python 12 years ago
lluis e8d3732aaf added computeNMChannels helper function to compute the diferent channels to be processed independently in the N&M algorithm. 12 years ago
Vladislav Vinogradov 6ad72bfcb4 removed detail:: prefix int video_reader 12 years ago
Vladislav Vinogradov a0771630b0 restored original behaviour or release functions for (Buffer and Texture) 12 years ago
Vladislav Vinogradov c439702f0c added missing gpu::matchTemplate implementation for non-CUDA build 12 years ago
Jin Ma 2fb0d23104 Removed unnecessary process for conversion to 4-channel format. 12 years ago
lluis cd33ca0009 changed default parameters in CreateERFiltersNM{1,2} functions. They are not needed now in the sample example. 12 years ago
Roman Donchenko 4f109d1292 Fixed a memory access error in CV_Remap_Test::generate_test_data. 12 years ago
lluis 6ef1d456dd fixed rebase conflicts 12 years ago
Roman Donchenko 2de8487e58 Fixed a few tests that use uninitialized inputs. 12 years ago
Vladislav Vinogradov b7eff94137 fixed compilation issues with new Ptr 12 years ago
lluis 512111af9c removed blank line at EOF 12 years ago
lluis 1cc6502db3 removed unnecessary commented block 12 years ago
lluis 04913f5af7 removed trailing whitespaces 12 years ago
lluis f4d01175b8 fixed a bug in the calculation of the number of inflexion points feature 12 years ago
lluis 765921cc25 fixed a typo error in the default min_Probability param of CreateERFilterNM2 12 years ago
lluis dba336c0e3 fixed a bug in the non-max-suppression filter procedure 12 years ago
ilya-lavrenov 27947474ec fixed data path 12 years ago
Roman Donchenko 7d62fdc62c GPU resize: removed a few parameter names to avoid unused parameter warnings. 12 years ago
Roman Donchenko 439e90f4f4 retina_ocl.cpp: removed two unused arrays. 12 years ago
Roman Donchenko af594c8e44 retina_ocl.hpp: switched BasicRetinaFilter's members around to fix a -Wreorder warning. 12 years ago
Jin Ma 172242a94e Revised performance test according to the feedback of the community. 12 years ago
Ilya Lavrenov be98cd2f7f replaced explicit __stdcall by CV_STDCALL 12 years ago
Roman Donchenko 86b841563b Added tests for Ptr. 12 years ago
Roman Donchenko c7d2fdc4b2 Fixed some dubious uses of tbb::task_scheduler_init. 12 years ago
Roman Donchenko a97ffe6513 Rewrote the documentation for Ptr to fit the new implementation. 12 years ago
Roman Donchenko a50d75d362 Made Filestorage able to not own its CvFileStorage instance. 12 years ago
Roman Donchenko 3e189a2b41 Replaced calls to Ptr<T>::ptr to ::dynamicCast. 12 years ago
Roman Donchenko 24dee16b12 Added to CV_INIT_ALGORITHM a Ptr creation function, for convenience. 12 years ago
Roman Donchenko dadee3752c Adapt Python bindings to the new Ptr. 12 years ago
Roman Donchenko 2f942efdf7 Java: removed usages of Ptr<T>::addref(). 12 years ago
Roman Donchenko eaa7fcc3e6 Boring changes - legacy. 12 years ago
Roman Donchenko 34127ba80f Boring changes - contrib. 12 years ago
Roman Donchenko 3bca57ac25 Boring changes - ocl. 12 years ago
Roman Donchenko fc0e835762 Boring changes - gpuwarping. 12 years ago
Roman Donchenko d33ff4bb11 Boring changes - gpustereo. 12 years ago
Roman Donchenko d6146e9543 Boring changes - gpulegacy. 12 years ago
Roman Donchenko a007c7b980 Boring changes - gpuimgproc. 12 years ago