7149 Commits (ada858e1c056e215f08a4c8369a95075198301d6)

Author SHA1 Message Date
Alex Leontiev a29863ee7b Eliminate use of 32-bit floating pt type 11 years ago
Alex Leontiev 1207cd132b Minor fixes 11 years ago
Alex Leontiev 11fa0651c6 Minor fixes 11 years ago
Alex Leontiev ccc71ac190 Primal-dual algorithm 11 years ago
lluis ad94628038 Using cv::magnitude instead of custom loop and Mat<float> instead of Mat<double> to compute gradient magnitude channel. 11 years ago
Alexander Mordvintsev 79d51c3398 expose findEssentialMat, decomposeEssentialMat and recoverPose to Python 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
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
Ozan Tonkal 9895093524 check if vtk 5.10.0 exists, if not require 6.0.0 11 years ago
Ozan Tonkal 56f9168ac1 support VTK 6.0.0: cmakelist.txt might need to be refactored 11 years ago
Ozan Tonkal 26005a19bd add license headers 11 years ago
Ozan Tonkal c773061457 updated documentation 11 years ago
Ozan Tonkal 3bdb55e1ef another constructor for CameraPositionWidget for displaying image by also using field of view instead of intrinsic matrix 11 years ago
Ozan Tonkal 2170559bed text3dwidget offers now users to decide whether it should face the camera or not 11 years ago
Ozan Tonkal 286f81f305 fix crucial bug in get method, hide add and remove methods from user 11 years ago
Ozan Tonkal fcf437cf69 combine representation methods to one as setRepresentation 11 years ago
Ozan Tonkal 94ca5d65d0 remove VIZ prefix from rendering properties, fix setRenderingProperties and getRenderingProperties methods 11 years ago
Ozan Tonkal fdbf20c172 delete common.h, viz_types.hpp, rendering properties are public, setcolor in creating_widgets tutorial 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
Anatoly Baksheev 9a91a12fb2 VIZ disabled by default, VTK search is performed iff BUILD_opencv_viz is enabled 11 years ago
Anatoly Baksheev 477ca067f0 compilation for macos 11 years ago
Anatoly Baksheev eed7bf6902 compilation for windows 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
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 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 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
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
Ozan Tonkal 5eed0d6bef remove common.h include from widgets.hpp 11 years ago
Ozan Tonkal 31501ebf4f replace tabs by spaces 11 years ago
Ozan Tonkal a5b75769a3 initial documentation 11 years ago
Ozan Tonkal 2822845ba6 set get RenderingProperty id comes first 11 years ago
Ozan Tonkal 9d4fe6984b remove setWindowName method to avoid complications 11 years ago
Ozan Tonkal 21be9796ae comments on widgets where constructors might be confusing 11 years ago
ozantonkal 2705113bc4 remove common.cpp, remove commented code in common.h 11 years ago