Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Repository
d5e314e72800266657c0455e9cc4f82228b6795b
Switch branch/tag
opencv
modules
calib3d
test
History
Find file
Select Archive Format
Source code
Download zip
Download tar.gz
Download tar.bz2
Download tar
Merge pull request #4179 from sbokov:improvingStereoSGBM
· ecd36611
Maksim Shabunin
authored
9 years ago
ecd36611
Name
Last commit
Last update
..
opencl
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
10 years ago
test_affine3.cpp
cv::norm -> cvtest::norm in tests
10 years ago
test_affine3d_estimator.cpp
Applied proposed fix
10 years ago
test_cameracalibration.cpp
added another triangulation test case from
http://code.opencv.org/issues/3461;
fixed partial derivative on distortion coefficients, as
http://code.opencv.org/issues/4101
suggests
9 years ago
test_cameracalibration_artificial.cpp
cv::norm -> cvtest::norm in tests
10 years ago
test_cameracalibration_badarg.cpp
deleted excess semicolons, commas
11 years ago
test_chessboardgenerator.cpp
Merge commit '
43aec5ad
' into merge-2.4
11 years ago
test_chessboardgenerator.hpp
Merge remote-tracking branch 'origin/2.4' into merge-2.4
11 years ago
test_chesscorners.cpp
fixed defects from Xcode
11 years ago
test_chesscorners_badarg.cpp
fixed defects from coverity.com
11 years ago
test_chesscorners_timing.cpp
replaced sprintf with cv::format
11 years ago
test_compose_rt.cpp
Normalized file endings.
11 years ago
test_cornerssubpix.cpp
fixed defects from coverity.com
11 years ago
test_decompose_projection.cpp
Add test for calib3d function decomposeProjectionMatrix(...)
10 years ago
test_fisheye.cpp
Adding test support for WINRT
9 years ago
test_fundam.cpp
hack solvePoly to finds roots of polynoms with zero higher-order coefficients. The roots are populated in this case, which is not valid, strictly speaking, but good enough for function like correctMatches. This solves
http://code.opencv.org/issues/4330
9 years ago
test_homography.cpp
added simple HAL test; added RHO homography test
9 years ago
test_homography_decomp.cpp
Fixed warnings and parameter name mismatches, added #include needed in some platforms.
10 years ago
test_main.cpp
changed testdata path for calib3d
11 years ago
test_modelest.cpp
War on Whitespace, master edition: file endings.
11 years ago
test_posit.cpp
Move C API of opencv_calib3d to separate file
11 years ago
test_precomp.hpp
Extract imgcodecs module from highgui
10 years ago
test_reproject_image_to_3d.cpp
Cast some image coordinates and sizes to double.
9 years ago
test_solvepnp_ransac.cpp
fixed another compile warning from MSVC
9 years ago
test_stereomatching.cpp
Adding new HAL-accelerated MODE_SGBM_3WAY
9 years ago
test_undistort.cpp
Loading commit data...
test_undistort_badarg.cpp
Loading commit data...
test_undistort_points.cpp
Loading commit data...