Ask Your Question

Revision history [back]

i need help with dealing with wrap affine can sombody help me plz

i am trying to do image forward rotation by using this Point2f vector is it possible to convert point2f into Mat without using wrap affine

double AffineMat[3][3] = { { cos(angle*PI / 180), sin(angle*PI / 180), 0 },
{ -1 * sin(angle*PI / 180), cos(angle*PI / 180), 0 }, { 0, 0, 1 } };

this matrix how to multiply this matrix with mat image and if it possible plz can any body show me how to multiply image with mask ?? plz help me