将图像置于框架中

时间:2012-02-23 02:35:52

标签: c image-processing opencv computer-vision shift

我试图将图像置于框架中心,如下所示。我正在使用openCV和C.我在openCV中搜索线性变换和移位函数但到目前为止没有任何结果。有人能告诉我使用哪些功能以达到第二张图像的效果吗?我将不胜感激。video frame both before and after centring

1 个答案:

答案 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