Read README carefully firstStar :star: this project if you want to ask a question, no star, no answer
Question
Hi, currently I want to use the cv.warpAffine(img, transformMatrix, (224, 224), ...). I have the transformMatrix as an Array2d, my question is to convert the transformMatrix from Array2d and then can pass it into the cv.warpAffine function. Can you give me the solution for my problem. Thank you in advance.
Read README carefully first Star :star: this project if you want to ask a question, no star, no answer
Question
Hi, currently I want to use the
cv.warpAffine(img, transformMatrix, (224, 224), ...)
. I have the transformMatrix as anArray2d
, my question is to convert thetransformMatrix
fromArray2d
and then can pass it into thecv.warpAffine
function. Can you give me the solution for my problem. Thank you in advance.