搜索资源列表
Touch_exe
- 该软件支持jpg,gif、png图片格式,大致有下列功能: V 0.1 版: 1. 图像放大、缩小、复制、打印、获取当前图像任意位置颜色信息。 2. 显示图像灰度直方图。 3. 灰度统计:图像宽度、高度、最小灰度、最大灰度、灰度均值 Mean、灰度方差 Variance、标准差、偏态 Skewness、峰度系数 Kurtosis、熵 (Entropy)。 4. RGB三原色分离、RGB图转灰度图、灰度均衡、图像可调阈值二值化、图像反色。 5. 图像可调阈值边缘检测:Rob
112213
- 本文首先就传统的边缘检测算子(即一阶算子 Roberts 算子、Sobel 算子、prewit 算子、二阶算子 Kirsch 算子、Robinson 算子和 LOG 算子)和新兴的边缘检测算子(即 Canny 算子和小波边缘检测方法)的思想和性质进行了理论和探讨,同时给 出了这些边缘检测算子的实验结果,提出了其中的不足。-In this paper, the conventional edge detection operator (that is, the first-order op
edgeDetection
- 本程序实现边缘检测,并可通过设置阀值t二值化输出图像,选择类型设置检测算子(Roberts , sobel , sobel_diagonal ,sobel算子, prewit ,canny , LoG )。-Edge detection of the program, and by setting the threshold t of the output binary image, select the type of operator settings (Roberts' , '
Art_of_Edg2162889182009
- Detect any edge of pictures. contain Isothropic, prewit, Robert, Sobel, Canny, Gaussian. Take a Look
prewitt
- 图像边缘检测的prewit算子,代码十分简单-image edge process,prewitt operator
bianyuanjiance
- prewit t 算子和Sobel 算子都是对图像进行差分和滤波运算,仅在平滑部分的权值选择上有些差异,但是图像产生了一定的模糊, 而且有些边缘还检测不出来,所以检测精度比较低, 该类算子比较适用于图像边缘灰度值比较明显的情况。-prewit t operator and Sobel operator is on image difference and filtering operation, only some differences in the smooth part of the we
EdgeFinal
- 实现灰度图像的几种常用的边缘检测算法,包括:梯度边缘检测算法、Roberts、Sobel、、canny、prewit和Krisch-Grayscale images of several commonly used edge detection algorithms, including: gradient edge detection algorithm, Roberts edge detection algorithm, Sobel edge detection algorithm, Lap