1 2 3 4 5 6
function result = borderInterpolate(p, len, borderType) result = opencv_borderInterpolate(p, len, borderType) endfunction