img_median_3x3.h
来自「DSP培训 作业【源码】」· C头文件 代码 · 共 23 行
H
23 行
/* ------------------------------------------------------------------------ */
/* Copyright (c) 2003 Texas Instruments, Incorporated. */
/* All Rights Reserved. */
/* ======================================================================== */
#ifndef IMG_MEDIAN_3X3_H_
#define IMG_MEDIAN_3X3_H_ 1
void IMG_median_3x3
(
unsigned char *in_data,
int cols,
unsigned char *out_data
);
#endif
/* ======================================================================== */
/* End of file: img_median_3x3.h */
/* ------------------------------------------------------------------------ */
/* Copyright (c) 2003 Texas Instruments, Incorporated. */
/* All Rights Reserved. */
/* ======================================================================== */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?