My Project
Public Member Functions | Public Attributes | List of all members
Homography Struct Reference

Simple Homography class for finding and projecting points between two planes. More...

#include <Camera.h>

Public Member Functions

 Homography ()
 Constructor

 
void Find (const std::vector< PointDouble > &pw, const std::vector< PointDouble > &pi)
 Find Homography for two point-sets.
 
void ProjectPoints (const std::vector< PointDouble > &from, std::vector< PointDouble > &to) const
 Project points using the Homography.
 

Public Attributes

cv::Mat H
 

Detailed Description

Simple Homography class for finding and projecting points between two planes.

Definition at line 288 of file Camera.h.


The documentation for this struct was generated from the following file: