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.
Olexa Bilaniuk
68e59d6154
[RHO] Initial commit of RHO algorithm for rapid homography estimation.
...
Implements the RHO algorithm as presented in
Paper: Bilaniuk, Olexa, Hamid Bazargani, and Robert Laganiere. "Fast
Target Recognition on Mobile Devices: Revisiting Gaussian Elimination
for the Estimation of Planar Homographies." In Computer Vision and
Pattern Recognition Workshops (CVPRW), 2014 IEEE Conference on, pp.
119-125. IEEE, 2014.
- Complete, heavily documented reference C implementation, as well as
temporarily disabled dirty SSE2 port.
- Enabled tests for RHO in test_homography; Currently these fail
presumably due to too-stringent accuracy requirements.
- Refinement and final refinement are not yet functional; Do not pass
their corresponding flags to RHO.
11 years ago
..
opencl
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
11 years ago
test_affine3.cpp
cv::norm -> cvtest::norm in tests
11 years ago
test_affine3d_estimator.cpp
Applied proposed fix
11 years ago
test_cameracalibration.cpp
Several type of formal refactoring:
11 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_chessboardgenerator.cpp
Merge commit '43aec5ad' into merge-2.4
12 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.
12 years ago
test_cornerssubpix.cpp
fixed defects from coverity.com
11 years ago
test_decompose_projection.cpp
Add test for calib3d function decomposeProjectionMatrix(...)
11 years ago
test_fisheye.cpp
Disable the broken fisheye undistortImage test
11 years ago
test_fundam.cpp
Several type of formal refactoring:
11 years ago
test_homography.cpp
[RHO] Initial commit of RHO algorithm for rapid homography estimation.
11 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
Several type of formal refactoring:
11 years ago
test_solvepnp_ransac.cpp
Add UPNP acc_test and perf_test
11 years ago
test_stereomatching.cpp
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
11 years ago
test_undistort.cpp
fixed defects from coverity.com
11 years ago
test_undistort_badarg.cpp
fixed defects from coverity.com
11 years ago
test_undistort_points.cpp
cv::norm -> cvtest::norm in tests
11 years ago