- 20 Jan, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 19 Jan, 2016 1 commit
-
-
Vadim Pisarevsky authored
-
- 18 Jan, 2016 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Prayag Verma authored
-
- 17 Jan, 2016 2 commits
-
-
Maksim Shabunin authored
-
Ishank gulati authored
-
- 15 Jan, 2016 8 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Useful for debug purposes: cmake -DDEBUG_POST="ocv_cmake_dump_vars(CUDA)" . cmake -DCMAKE_PRE="ocv_cmake_dump_vars(\"OPENCL|opencl\")" .
-
Alexander Alekhin authored
related: #5845
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 14 Jan, 2016 13 commits
-
-
AlexeyAB authored
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.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Amro authored
by using the indices from the sorted distance vector of pairs.
-
- 13 Jan, 2016 5 commits
-
-
Amro authored
-
Amro authored
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.
-
Alexander Alekhin authored
-
KeySecure authored
-
BinMatrix authored
-
- 12 Jan, 2016 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Matěj Šmíd authored
-
Alexander Alekhin authored
-
Alexander Karsakov authored
Fixed getSubset method to support Nx3 1-channel matrices as input (3xN 1-channel matrices doesn't supported at all).
-
Alexander Karsakov authored
Added test for checking that solvePnPRansac accepts vector<Point3f> and Nx3 1-channel or 1xN/Nx1 3-channel matrices as input.
-
Alexander Alekhin authored
-