Go to file
Sergey Sharybin 1de23f6c0d Tweaks and improvements to fundamental/homography estimation
- A bit more reasonable name for the estimation option
  structure and estimation functions.

- Get rid of unclear function and parameter tolerance,
  it wasn't clear at all in which units they are.

  Now we've got expected_average_symmetric_distance as
  an early output check and as soon as average symmetric
  error goes below this threshold refining finishes.

  This distance is measured in the same units as input
  points are.

  It is arguable whether we need callback for this or not,
  but seems Ceres doesn't have some kind of absolute
  threshold for function value and function_tolerance
  behaves different from logic behind expected symmetric
  error.

- Added option to normalize correspondences before
  estimating the homography in order to increase estimation
  stability. See

    R. Hartley and A. Zisserman. Multiple View Geometry in Computer
    Vision. Cambridge University Press, second edition, 2003.

    https://www.cs.ubc.ca/grads/resources/thesis/May09/Dubrofsky_Elan.pdf
2013-11-20 15:30:28 +06:00
build_files Buildinfo fixes 2013-11-19 22:22:21 +06:00
doc And here is the first git (testing) commit by me! 2013-11-16 12:00:42 +01:00
extern Tweaks and improvements to fundamental/homography estimation 2013-11-20 15:30:28 +06:00
intern Fix IRC reported by elubie: windows crash with audio animation 2013-11-20 00:26:15 +01:00
release Transform: rename Warp to Bend 2013-11-20 12:14:10 +11:00
scons@ccea0f01de Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
source Transform: rename Warp to Bend 2013-11-20 12:14:10 +11:00
.arcconfig Added the wrong file. Now addin .arcconfig for real. 2013-11-15 20:40:43 +06:00
.gitignore add gitignore 2013-11-15 18:51:31 +11:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt OSX/Cmake: workaround for missing OpenGL headers, make sure sdk lookup 2013-11-20 00:39:03 +01:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Convenience Makefile: spaces in the build path would fail still. 2013-11-17 21:16:39 +11:00
SConstruct Skip .git files from submodules for install targets 2013-11-17 00:18:21 +06:00