index
:
FOSSEE_Image_Processing_Toolbox/.git
master
Functions for FIPT
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macros
/
mean.sci
blob: 0b3bdf9a022ef2bfd434c6e1e7612a1dae94e0a4 (
plain
)
1
2
3
4
function [out]=mean1(image) image1=mattolist(image); out=opencv_mean1(image1); endfunction;