images_private_idct.hpp

来自「一篇有关数字水印的程序」· HPP 代码 · 共 31 行

HPP
31
字号
//
// MATLAB Compiler: 3.0
// Date: Wed Apr 25 16:38:48 2007
// Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
// "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integer_for_loops:on" "-O"
// "array_indexing:on" "-O" "optimize_conditionals:on" "-B" "sglcpp" "-p" "-W"
// "main" "-L" "Cpp" "-t" "-T" "link:exe" "-h" "libmmfile.mlib" "-W" "mainhg"
// "libmwsglm.mlib" "-l" "-p" "-W" "main" "-L" "Cpp" "-t" "-T" "link:exe" "-h"
// "libmmfile.mlib" "-h" "idct2.m" 
//
#ifndef __images_private_idct_hpp
#define __images_private_idct_hpp 1

#include "libmatlb.hpp"

extern void InitializeModule_images_private_idct();
extern void TerminateModule_images_private_idct();
extern _mexLocalFunctionTable _local_function_table_images_private_idct;

extern mwArray images_private_idct(mwArray b = mwArray::DIN,
                                   mwArray n = mwArray::DIN);
#ifdef __cplusplus
extern "C"
#endif
void mlxImages_private_idct(int nlhs,
                            mxArray * plhs[],
                            int nrhs,
                            mxArray * prhs[]);

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?