Alexander Fedorov
474c53ac71
Fixed parser for img1_filename and img2_filename.
...
Without fixes after 68 line (img1_filename = parser.get<std::string>(0);) OpenCV Error:
./stereo_matching im0.png im1.png --max-disparity=16 --blocksize=17
OpenCV Error: Bad argument (undeclared position 0 requested) in getByIndex, file /home/entodi/opencv/modules/core/src/command_line_parser.cpp, line 169
terminate called after throwing an instance of 'cv::Exception'
what(): /home/entodi/opencv/modules/core/src/command_line_parser.cpp:169: error: (-5) undeclared position 0 requested in function getByIndex
9 years ago
Alexander Alekhin
3f8d5be56f
Merge pull request #5971 from AlexeyAB:correct_lighting_3d_reconstruct
9 years ago
Alexander Alekhin
8203b82f86
Merge pull request #5981 from IshankGulati:feature_homography
9 years ago
Prayag Verma
9a783d2a8e
Update license year range to 2016
9 years ago
Maksim Shabunin
68eab8ea00
Merge pull request #5884 from alalek:cmake_vars
9 years ago
Ishank gulati
5312db93b4
added equality
9 years ago
Alexander Alekhin
64057965f5
Merge pull request #5979 from alalek:world_disable_pch
9 years ago
Alexander Alekhin
ec1e1c6fe9
Merge pull request #5976 from alalek:fix_cmake_opencl
9 years ago
Alexander Alekhin
c75f9c80c7
cmake: turn off precompiled headers in case of opencv_world builds
9 years ago
Alexander Alekhin
8f37a3a37c
cmake: make ocv_cmake_dump_vars() case insensitive
9 years ago
Alexander Alekhin
9cd6731894
cmake: add DEBUG_PRE/DEBUG_POST commands handling
...
Useful for debug purposes:
cmake -DDEBUG_POST="ocv_cmake_dump_vars(CUDA)" .
cmake -DCMAKE_PRE="ocv_cmake_dump_vars(\"OPENCL|opencl\")" .
9 years ago
Alexander Alekhin
9d4ee2f54d
cmake: added generation of CMakeVars.txt
...
related: #5845
9 years ago
Alexander Alekhin
c35ddcba1a
cmake: refactor OpenCL detection, allow custom configurations
9 years ago
Alexander Alekhin
243c513eea
Merge pull request #5969 from alalek:fix_cuda_world
9 years ago
AlexeyAB
fcbb57a63f
Added ability to disable lighting in the viz-module.
...
When I reconstructed the 3D scene I want to show it as viz::WMesh with an initial value of lighting. For this I disable lighting and shadows:
cv::viz::Viz3d viz_3d_window("3D");
viz_3d_window.setRenderingProperty("mesh", cv::viz::LIGHTING, 0);
Most of the examples show the 3D reconstruction using the point cloud, but using the mesh one part of it creates a shadow on other parts of it if lighting ON.
Using a 3D mesh with disabled lighting gives the most realistic picture of the reconstructed 3D scene.
9 years ago
Alexander Alekhin
df89e76fb1
Merge pull request #5922 from DarwinsBuddy:fix_no_py_load_svm_bug
9 years ago
Alexander Alekhin
bc46682b28
Merge pull request #5893 from dtmoodie:vtk
9 years ago
Alexander Alekhin
c8ff7a4867
build: fix opencv_world with CUDA
9 years ago
Alexander Alekhin
c3ad8af42a
Merge pull request #5968 from alalek:fix_5967
9 years ago
Alexander Alekhin
cb0b2bd1af
Merge pull request #5965 from amroamroamro:fix_concentric_spheres
9 years ago
Alexander Alekhin
a1d7e38adb
Merge pull request #5964 from amroamroamro:fix_lr
9 years ago
Alexander Alekhin
0655a2dc20
Merge pull request #5963 from KeySecure:master
9 years ago
Alexander Alekhin
d6134a0089
Merge pull request #5962 from BinMatrix:patch-4
9 years ago
Alexander Alekhin
cda8e449ec
Merge pull request #5954 from smidm:patch-1
9 years ago
Alexander Alekhin
7494fa33c6
Merge pull request #5923 from powderluv:master
9 years ago
Alexander Alekhin
c7ccde69a8
fix TLS implementation ( closes #5967 )
9 years ago
Amro
47cdb041f2
fix assignment of class labels
...
by using the indices from the sorted distance vector of pairs.
9 years ago
Amro
542f2b2e3c
clean up code for train and predict methods of LR
9 years ago
Amro
e67178c696
fix LR predict with raw output in 2-class case
...
In case of binary class, pred_m is initialized as zero vector and later
returned when raw outputs are requested, but it is never filled.
9 years ago
Alexander Alekhin
3d2fc6c2fd
Merge pull request #5952 from alalek:ffmpeg_alloc_buffer
9 years ago
KeySecure
e6ac2ca3c9
make Xcode 7.2 happy.
9 years ago
BinMatrix
c7481c55f7
Fix the mouse bug and the problem of collapse
9 years ago
Alexander Alekhin
e3690db4bd
Merge pull request #5949 from akarsakov:fixed_solvePnPRansac_input_handling
9 years ago
Alexander Alekhin
5a998335a6
Merge pull request #5943 from alalek:regression_5908
9 years ago
Matěj Šmíd
3e176bbfa0
fisheye documentation typo
9 years ago
Alexander Alekhin
285eb0a539
videoio ffmpeg: fix buffer allocation for unaligned frame sizes
9 years ago
Alexander Karsakov
e784ea7178
Fixed getSubset method to support Nx3 1-channel matrices as input (3xN 1-channel matrices doesn't supported at all).
9 years ago
Alexander Karsakov
0c9c7d5f3b
Added test for checking that solvePnPRansac accepts vector<Point3f> and Nx3 1-channel or 1xN/Nx1 3-channel matrices as input.
9 years ago
Alexander Alekhin
70cb17bf64
Merge pull request #5947 from takacsd:patch-2
9 years ago
Alexander Alekhin
49d3e39bc4
test: added regression test for convexityDefects ( #5908 )
9 years ago
takacsd
1e0928633d
Add missing implementation to one of the Mat_<_Tp> constructor. ( #5945 )
9 years ago
Alexander Alekhin
7a62a8213b
Merge pull request #5914 from LaurentBerger:I5908
9 years ago
Alexander Alekhin
43033f0b1d
ts: move PARAM_TEST_CASE and GET_PARAM into ts.hpp
9 years ago
Alexander Alekhin
ec466ed1e0
Merge pull request #5936 from ejoebstl:master
9 years ago
Alexander Alekhin
22acd964cb
Merge pull request #5924 from Photonomie:release/3.1.0-patched
9 years ago
Alexander Alekhin
a8b27ae303
Merge pull request #5910 from rokm:cuda-warnings
9 years ago
Christoph Spörk
3f172731b2
added wrapped load function for python as suggested by gat3way
9 years ago
Emanuel Jöbstl
4e469f2866
Changed parameter order in documentation
...
Changed parameter order in documentation of findEssentialMat, because threshold and probability were switched.
10 years ago
Christoph Spörk
66eda72f66
fixed a doxygen issue
10 years ago
Christoph Spörk
6c8bc6a25b
fixed ABI incompatibilities as proposed by alalek
...
related to issue 4969
fixes issue 5891
fixes issue 5922
10 years ago