1 2 3 4 5 6 7
function[sum] = imadd(matA, matB) [lhs, rhs] = argn(0) sum = opencv_imadd(matA, matB) endfunction