index
:
FOSSEE_Image_Processing_Toolbox/.git
master
Functions for FIPT
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macros
/
dctmtx.sci
blob: b17d25d3b6f8fcfd2a02b29dada9f8146459be02 (
plain
)
1
2
3
4
function [out]=dctmtx(n) out=opencv_dctmtx(n); endfunction;