public class EdgeDetect : ImageInfo ? { ? /* ? * ? * Roberts, Sobel, Prewitt, Kirsch, GaussLaplacian ? * 水平检测垂直检测边缘增强边缘均衡化 ? * ? */ ? ? /// ? /// 对两幅图像进行梯度运算 ? /// ? ///