Jin Ma
2e0f613c38
Added performance for Kalman Filter.
11 years ago
Alexander Smorkalov
98cb1dcc9a
MediaRecorder hint enabled for all Android devices with API level 14 and above.
...
It increases performance on some devices like Nexus4.
Target Android SDK version increased up to 14.
11 years ago
Roman Donchenko
51ed1873de
Eliminated unsequenced assignments to temp3 from dpstereo.cpp.
...
They're unsequenced if CV_IMIN3 or CV_IMAX3 are invoked more than once
in a single expression.
11 years ago
Ilya Lavrenov
6b9c451938
added CV_16UC(1, 3, 4), CV_16SC(1, 3, 4) data types support in ocl::pyrUp and ocl::pyrDown
11 years ago
peng xiao
8767c47463
Fix whitespaces.
11 years ago
pengxiao
a92721b569
Fix retina ocl on NV.
...
Previously we incorrectly assumed data was aligned in 16 bytes, which should be 32.
11 years ago
Alex Leontiev
a29863ee7b
Eliminate use of 32-bit floating pt type
...
Replace all "float" by "double" (64-bit) to avoid "lose precision"
warnings.
11 years ago
Alex Leontiev
1207cd132b
Minor fixes
...
Fixed integer vs unsigned integer comparison in .cpp test source and
trailing whitespaces in source code
11 years ago
Alex Leontiev
11fa0651c6
Minor fixes
...
As the opencv's build-bot did not want to compile this revision, I had
to do some changes. In particular,
1) Removed unsigned int vs int comparisons, that were treated as errors
2) Removed unused variables and functions
3) Removed functions without previous declaration
4) Fixed whitespaces
11 years ago
Alex Leontiev
ccc71ac190
Primal-dual algorithm
...
This is an implementation of primal-dual algorithm, based on the C++
source code by Vadim Pisarevsky. It was extended to handle the denoising
based on multiple observations. It also contains documentation and
tests.
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
Ilya Lavrenov
16357418d5
increased time limit for bilateral filter performance tests
11 years ago
Ilya Lavrenov
b07b9aca5a
fixed HOG perf test
11 years ago
Vadim Pisarevsky
61f2107829
added IPP optimization of separable 32f filters; fixed IPP version check in DFT; fixed conditions in IPP optimization of norm functions.
11 years ago
Ilya Lavrenov
7d8bde3330
fixed ocl::merge in case of 2 and types CV_32S and CV_32F
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
Jin Ma
a4ab3f4ea8
Removed whitespace.
11 years ago
Jin Ma
2d5a1dacd0
Added Kalman Filter of OpenCL version.
11 years ago
Vladislav Vinogradov
6ad72bfcb4
removed detail:: prefix int video_reader
...
it conflicts with cv::detail
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
Fedor Morozov
a7bcf63765
Robertson docs
11 years ago
Fedor Morozov
c118f3c529
Robertson update
11 years ago
Roman Donchenko
4f109d1292
Fixed a memory access error in CV_Remap_Test::generate_test_data.
...
begin_x[1] is not the second component of the element, but the element
after the one pointed to begin_x. When begin_x points to the last
element, that line overwrites data past the end of the allocation, which,
during my tests, happened to contain the reference count for the matrix.
Hilarity ensues.
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
...
Conflicts:
modules/core/include/opencv2/core/cuda.hpp
modules/cudacodec/src/thread.cpp
modules/cudacodec/src/thread.hpp
modules/superres/perf/perf_superres.cpp
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/optical_flow.cpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
samples/cpp/stitching_detailed.cpp
samples/cpp/videostab.cpp
samples/gpu/stereo_multi.cpp
11 years ago
Fedor Morozov
deeaddb0a9
Doc update
11 years ago
Fedor Morozov
f4792f8a44
Doc update
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