Roman Donchenko
7238479813
Merge pull request #1415 from znah:sfm_py
11 years ago
Roman Donchenko
747f7178ca
Merge pull request #1417 from ilya-lavrenov:merge_fix
11 years ago
Roman Donchenko
68901ab471
Merge pull request #1420 from ilya-lavrenov:ocl_perf_hog
11 years ago
Roman Donchenko
54c6830937
Merge pull request #1422 from SpecLad:nat-act-upd
11 years ago
Roman Donchenko
95c2e8b51f
Merge remote-tracking branch 'origin/2.4' into merge-2.4
...
Conflicts:
.gitignore
doc/tutorials/objdetect/cascade_classifier/cascade_classifier.rst
modules/gpu/src/match_template.cpp
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/perf_precomp.hpp
11 years ago
Roman Donchenko
260b283fb3
Merge pull request #1413 from melody-rain:2.4_kalman_filter
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
Roman Donchenko
4ee5599d4b
Merge pull request #1381 from 23pointsNorth:master
11 years ago
Roman Donchenko
41b8479d03
Merge pull request #1376 from StevenPuttemans:bugfix_3186
11 years ago
Roman Donchenko
3609bb41a7
Updated the native activity sample to master's API.
11 years ago
Ilya Lavrenov
16357418d5
increased time limit for bilateral filter performance tests
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
Nghia Ho
0e06465a23
Merge remote-tracking branch 'upstream/master'
11 years ago
Ilya Lavrenov
b07b9aca5a
fixed HOG perf test
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
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
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
Jin Ma
a4ab3f4ea8
Removed whitespace.
11 years ago
Vladislav Vinogradov
1036ce807c
Merge branch 'master' into gpu-cuda-rename
...
Conflicts:
modules/core/include/opencv2/core/cuda.hpp
modules/cudaimgproc/src/gftt.cpp
modules/objdetect/include/opencv2/objdetect/erfilter.hpp
modules/objdetect/src/erfilter.cpp
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
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
Jin Ma
2d5a1dacd0
Added Kalman Filter of OpenCL version.
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
...
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
2969ec0274
transformations tutorial rst
11 years ago
Ozan Tonkal
5307339f85
tutorial code for makeTransformToGlobal, makeCameraPose, minor fixes in widget_pose tutorial
11 years ago