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