Translating some lines from Matlab to C with OpenCV [closed]

asked 2013-05-16 06:35:24 -0600

residentelvio gravatar image

I have to translate this lines:

padSzVec=padSize[1 1]; //int padSzvec[2]={padSize,*padSize}; padSize is a pointer to a int! impadded=padarray(impadded,padSzVec,'replicate','both);

edit retag flag offensive reopen merge delete

Closed for the following reason not a real question by StevenPuttemans
close date 2013-05-16 13:47:15.253401

Comments

Please read the FAQ. This is not a question related to openCV implementations. Closing this topic.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-05-16 13:46:32 -0600 )edit