Description: 车牌识别系统JAVA源代码,包括灰度处理、均衡化、边缘提取、二值化等功能-number plate recognition system in Java source code, including Gray, balance, edge detection, the value of the two functions Platform: |
Size: 22014 |
Author:楚天 |
Hits:
Description: 图像边缘检测(Canny 算法)的Java实现
Canny边缘检测算法
step1:用高斯滤波器平滑图象;
step2:用一阶偏导的有限差分来计算梯度的幅值和方向;
step3:对梯度幅值进行非极大值抑制;
step4:用双阈值算法检测和连接边缘
-Edge Detection (Canny algorithm) to the Java Canny edge detection algorithm ste p1 : Gaussian smoothing filter image; step2 : with a partial derivative of the finite difference to calculate the gradient amplitude and direction; step3 : gradient amplitude of the non-maximum inhibition; step4 : dual-threshold algorithm for edge detection and link Platform: |
Size: 58040 |
Author:常 |
Hits:
Description: 车牌识别系统JAVA源代码,包括灰度处理、均衡化、边缘提取、二值化等功能-number plate recognition system in Java source code, including Gray, balance, edge detection, the value of the two functions Platform: |
Size: 21504 |
Author:楚天 |
Hits:
Description: 图像边缘检测(Canny 算法)的Java实现
Canny边缘检测算法
step1:用高斯滤波器平滑图象;
step2:用一阶偏导的有限差分来计算梯度的幅值和方向;
step3:对梯度幅值进行非极大值抑制;
step4:用双阈值算法检测和连接边缘
-Edge Detection (Canny algorithm) to the Java Canny edge detection algorithm ste p1 : Gaussian smoothing filter image; step2 : with a partial derivative of the finite difference to calculate the gradient amplitude and direction; step3 : gradient amplitude of the non-maximum inhibition; step4 : dual-threshold algorithm for edge detection and link Platform: |
Size: 57344 |
Author:常 |
Hits:
Description: 用于边缘检测的源代码,是用sobel算子的,用的是java的开发环境.-for edge detection of source code, segmentation is the operator, with the java development environment. Platform: |
Size: 1024 |
Author:amy |
Hits:
Description: 自己编的使用canny算子进行边缘检测的程序,用c写的,有详细注释-own addendum to the use of canny operator for edge detection procedures, using c write a detailed Notes Platform: |
Size: 3072 |
Author:赵璐 |
Hits:
Description: 边缘检测的VC程序,功能很完善,能进行二次开发-VC edge detection procedure, function is perfect, able to carry out the second development Platform: |
Size: 140288 |
Author:feng |
Hits:
Description: 能实现载入图像,然后对图像进行模糊、锐化、边缘检测等功能。-To achieve loading images, and then on the image blurred, sharpening, edge detection and other functions. Platform: |
Size: 3072 |
Author:郭龙 |
Hits:
Description: 本源码介绍了Java代码进行图象处理的基本方法,并实现了图像边缘探测,图像均衡化,图像灰度化等算法-The Java source code, introduced the basic method of image processing and to achieve the image edge detection, image equalization, images such as gray-scale algorithm Platform: |
Size: 3072 |
Author:chenwenbing |
Hits:
Description: java处理数字图像,包括镜像、中值滤波、线形灰度变化、图像平滑、图像模糊、图像还原、锐化、量化、二值化图像、边缘检测等-java digital image processing, including image, median filtering, linear gray-scale changes, image smoothing, image blurring, image reduction, sharpening, to quantify the binary image, edge detection, etc. Platform: |
Size: 1065984 |
Author:鸟人 |
Hits:
Description: 最簡單的邊緣偵測,適合初學者使用與學習,搭配ECLIPSE來執行-The simplest edge detection, suitable for beginners to use and learning, with ECLIPSE to implement the Platform: |
Size: 380928 |
Author:謝銘晃 |
Hits:
Description: canny edge detector is the best edge detection in the image processing field.in the first guassian blur in the image and then use sobel filter to get magnitude image Platform: |
Size: 5120 |
Author:Delphi_CAT |
Hits:
Description: java语言实现的具有应用程序界面的canny算法实现,代码编写的可读程度高,并有本人的详细注释。现在网上只有canny算法的java代码,并没有应用程序界面的canny算法实现,所以很多代码不知道能不能用,也不知道效果如何。本程序全面解析了canny算法的java实现,并且达到了很好的效果。canny算法是非常重要的单像素边缘提取算法,对他的理解可以使你明白很多的图像处理手段。-java language application program interface with the canny algorithm, a high degree of code written in readable, and my detailed notes. Now online only canny algorithm java code, not the application interface canny algorithm, so a lot of code does not know can not use, do not know how it works. The program' s comprehensive analysis of the canny algorithm java implementation, and achieve good results. canny algorithm is very important single-pixel edge detection algorithm, for his understanding can make you understand a lot of image processing tools. Platform: |
Size: 7168 |
Author:yepeng |
Hits: