Ejemplo n.º 1
0
EuclideanTransform cvFromGL( const EuclideanTransform& gl )
{
    // The conversion back and forth is exactly the same.
    return glFromCV( gl );
}
Ejemplo n.º 2
0
SimilarityTransform cvFromGL( const SimilarityTransform& gl )
{
    // The conversion back and forth is exactly the same.
    return glFromCV( gl );
}