📄 convolve.h
字号:
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <malloc.h>
extern void dc_convolve(double* source,unsigned char* target,
long width,long height,
double* coefficient,int substar,int subend);
extern void dd_convolve(double* source,double* target,
long width,long height,
double* coefficient,int substar,int subend);
extern void cd_convolve(unsigned char* source,double* target,
long width,long height,
double* coefficient,int substar,int subend);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -