Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.09 KB

File metadata and controls

32 lines (21 loc) · 1.09 KB

Branch to add REPPnP to OpenCV

For details about the algorithm watch the following video:

bitstars lab presentation

Or read the original paper this implementations is based on here: http://cmtech.upf.edu/publications/very-fast-solution-pnp-problem-algebraic-outlier-rejection

OpenCV: Open Source Computer Vision Library

Gittip

Resources

Contributing

Please read before starting work on a pull request: http://code.opencv.org/projects/opencv/wiki/How_to_contribute

Summary of guidelines:

  • One pull request per issue;
  • Choose the right base branch;
  • Include tests and documentation;
  • Clean up "oops" commits before submitting;
  • Follow the coding style guide.