Applying a homography matrix using Core Graphics

I am trying to apply a homographic matrix generated by OpenCV findHomography to my images. The problem is I would like to apply the transform using basic graphics on the iphone, as opposed to using warpPerspective in opencv - for performance reasons.

Does anyone know how homography transform relates to coregraphics CATransform3D?

thanks, t

+2


source to share





All Articles