我试图将图像置于框架中心,如下所示。我正在使用openCV和C.我在openCV中搜索线性变换和移位函数但到目前为止没有任何结果。有人能告诉我使用哪些功能以达到第二张图像的效果吗?我将不胜感激。
答案 0 :(得分:1)
你看过转换吗?
http://opencv.willowgarage.com/documentation/python/operations_on_arrays.html#transform
转换(src,dst,transmat,shiftvec = NULL)→无¶
Performs matrix transformation of every array element.
Parameters:
src (CvArr) – The first source array
dst (CvArr) – The destination array
transmat (CvMat) – Transformation matrix
shiftvec (CvMat) – Optional shift vector