📄 img_median_3x3.h
字号:
/* ------------------------------------------------------------------------ */
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -