summaryrefslogtreecommitdiff
path: root/macros/borderInterpolate.sci
blob: 1f9323d0b3be14de1ff3665ab12b0ea051df656d (plain)
1
2
3
4
5
6

function result = borderInterpolate(p, len, borderType)
	
	result = opencv_borderInterpolate(p, len, borderType)

endfunction