Roman Donchenko
59dd5aea00
Reenabled adding native app glue for Android samples.
12 years ago
Roman Donchenko
d5aaab745f
Merge pull request #1282 from nailbiter:optimDS
12 years ago
Roman Donchenko
531471b0aa
Merge pull request #1412 from jet47:gpu-match-template-nocuda
12 years ago
Roman Donchenko
84435ba741
Merge pull request #1365 from bitwangyaoyao:2.4_bilateral
12 years ago
Roman Donchenko
574f011a33
Merge pull request #1410 from SpecLad:module-samples
12 years ago
Roman Donchenko
2208248dda
Merge pull request #1416 from asmorkalov:doc_hough_circle
12 years ago
Alexander Mordvintsev
79d51c3398
expose findEssentialMat, decomposeEssentialMat and recoverPose to Python
12 years ago
Alexander Smorkalov
40212e1eb9
Link to Hough Circle Transform sample fixed in tutorial.
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
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
12 years ago
Roman Donchenko
cb0fc230f1
Merge pull request #1387 from vpisarev:ipp_imgwarp
12 years ago
Roman Donchenko
45512a93e0
Merge pull request #1396 from melody-rain:2.4_perf_bgfg_cpp
12 years ago
Roman Donchenko
77a2529eb7
Merge pull request #1408 from jet47:new-ptr-fixes
12 years ago
Roman Donchenko
74578f56a9
Merge pull request #1403 from lluisgomez:scene_text_detection_NM_fix
12 years ago
Roman Donchenko
a03c6decaf
Merge pull request #1409 from SpecLad:imgproc-test-memerr
12 years ago
Vladislav Vinogradov
6ad72bfcb4
removed detail:: prefix int video_reader
...
it conflicts with cv::detail
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
Ozan Tonkal
9895093524
check if vtk 5.10.0 exists, if not require 6.0.0
12 years ago
Ozan Tonkal
56f9168ac1
support VTK 6.0.0: cmakelist.txt might need to be refactored
12 years ago
Ozan Tonkal
26005a19bd
add license headers
12 years ago
Ozan Tonkal
c773061457
updated documentation
12 years ago
Ozan Tonkal
3bdb55e1ef
another constructor for CameraPositionWidget for displaying image by also using field of view instead of intrinsic matrix
12 years ago
Ozan Tonkal
2170559bed
text3dwidget offers now users to decide whether it should face the camera or not
12 years ago
Ozan Tonkal
286f81f305
fix crucial bug in get method, hide add and remove methods from user
12 years ago
Ozan Tonkal
2969ec0274
transformations tutorial rst
12 years ago
Ozan Tonkal
5307339f85
tutorial code for makeTransformToGlobal, makeCameraPose, minor fixes in widget_pose tutorial
12 years ago
Ozan Tonkal
7116e22b52
some of the tutorials
12 years ago
Ozan Tonkal
fcf437cf69
combine representation methods to one as setRepresentation
12 years ago
Ozan Tonkal
94ca5d65d0
remove VIZ prefix from rendering properties, fix setRenderingProperties and getRenderingProperties methods
12 years ago
Ozan Tonkal
fdbf20c172
delete common.h, viz_types.hpp, rendering properties are public, setcolor in creating_widgets tutorial
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
Anatoly Baksheev
9a91a12fb2
VIZ disabled by default, VTK search is performed iff BUILD_opencv_viz is enabled
12 years ago
Anatoly Baksheev
477ca067f0
compilation for macos
12 years ago
Anatoly Baksheev
eed7bf6902
compilation for windows
12 years ago
Anatoly Baksheev
07d55b05b3
Merge pull request #20 from ozantonkal/low_order_tasks
...
Low order tasks
12 years ago
Roman Donchenko
ff1eb0d582
Merge pull request #1407 from ilya-lavrenov:ocl_test_mog
12 years ago
Roman Donchenko
8525fb0776
Merge pull request #1406 from SpecLad:gpu-resize-warn
12 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.
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
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
12 years ago
Roman Donchenko
f88d8b9545
Merge pull request #1405 from SpecLad:retina-ocl-warn
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
b9a5e919e2
better parameter settings for the ERFilter sample
12 years ago
lluis
15511bff40
better classifiers performance by training them with a new dataset of "manually" selected regions
12 years ago