You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tong Ke
0a63ab36bb
Merge pull request #8301 from tonyke1993:p3p_alg
...
New p3p algorithm (accepted by CVPR 2017) (#8301 )
* add p3p source code
* indent 4
* update publication info
* fix filename
* interface done
* plug in done, test needed
* debugging
* for test
* a working version
* clean p3p code
* test
* test
* fix warning, blank line
* apply patch from @catree
* add reference info
* namespace, indent 4
* static solveQuartic
* put small functions to anonymous namespace
8 years ago
..
opencl
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
10 years ago
test_affine2d_estimator.cpp
add test for convertions in estimateAffine2D* functions
8 years ago
test_affine3.cpp
cv::norm -> cvtest::norm in tests
11 years ago
test_affine3d_estimator.cpp
Merge pull request #6933 from hrnr:gsoc_all
8 years ago
test_affine_partial2d_estimator.cpp
add test for convertions in estimateAffine2D* functions
8 years ago
test_cameracalibration.cpp
calib3d: fix InputArray -> CvMat
8 years ago
test_cameracalibration_artificial.cpp
cv::norm -> cvtest::norm in tests
11 years ago
test_cameracalibration_badarg.cpp
deleted excess semicolons, commas
11 years ago
test_cameracalibration_tilt.cpp
Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test
9 years ago
test_chessboardgenerator.cpp
test: limit chessboard generator parameters
8 years ago
test_chessboardgenerator.hpp
Merge remote-tracking branch 'origin/2.4' into merge-2.4
11 years ago
test_chesscorners.cpp
clean up unused #if
8 years ago
test_chesscorners_badarg.cpp
fixed defects from coverity.com
11 years ago
test_chesscorners_timing.cpp
Ported PR #4187 to master
9 years ago
test_compose_rt.cpp
Normalized file endings.
12 years ago
test_cornerssubpix.cpp
Merge pull request #7872 from alalek:merge-2.4
8 years ago
test_decompose_projection.cpp
Add test for calib3d function decomposeProjectionMatrix(...)
10 years ago
test_fisheye.cpp
Don't assume all images have the same number of calibration points
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
10 years ago
test_homography.cpp
Merge 2.4 into master
9 years ago
test_homography_decomp.cpp
Fixed warnings and parameter name mismatches, added #include needed in some platforms.
11 years ago
test_main.cpp
changed testdata path for calib3d
11 years ago
test_modelest.cpp
War on Whitespace, master edition: file endings.
12 years ago
test_posit.cpp
Move C API of opencv_calib3d to separate file
12 years ago
test_precomp.hpp
Extract imgcodecs module from highgui
11 years ago
test_reproject_image_to_3d.cpp
Cast some image coordinates and sizes to double.
10 years ago
test_solvepnp_ransac.cpp
Merge pull request #8301 from tonyke1993:p3p_alg
8 years ago
test_stereomatching.cpp
Adding new HAL-accelerated MODE_SGBM_3WAY
10 years ago
test_undistort.cpp
fixed defects from coverity.com
11 years ago
test_undistort_badarg.cpp
Cast some image coordinates and sizes to double.
10 years ago
test_undistort_points.cpp
cv::norm -> cvtest::norm in tests
11 years ago