index
:
FOSSEE_Image_Processing_Toolbox/.git
master
Functions for FIPT
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macros
/
imsubtract.sci
blob: 2edaa1fe8786be34f62cd6a4732129f971c967dd (
plain
)
1
2
3
4
5
function [matC] = imsubtract(matA, matB) matC = opencv_imsubtract(matA, matB) endfunction