搜索资源列表
sobelbianyuanjiance
- 用于边缘检测的源代码,是用sobel算子的,用的是java的开发环境.-for edge detection of source code, segmentation is the operator, with the java development environment.
SobelEdgeFind
- 利用sobel邊緣偵測找出圖檔的所有邊緣,此為java類別檔
ImgPro
- 自己写的java数字图像处理,实现几种简单的分割图像算法;sobel,prewitt等。-Write your own java digital image processing, image segmentation algorithm several simple sobel, prewitt and so on.
JAVA
- 基于JAVA实现的图像特征提取源代码 图像特征提取的源代码,使用sobel算子提取图像边缘,使用hu矩提取图像形状特征,使用颜色中心矩提取图像颜色特征,请使用eclipes导入该工程并运行test文件(可将test文件中去掉一些注释部分运行更多功能)。-JAVA based on the realization of the image feature extraction image feature extraction source code source code, use the sob
sobel
- 简单的java图像处理 实现垂直边缘检测算子 -Java simple image processing to achieve a vertical edge detector
Codejia.com_40df9b18b021a0ff2295123f1192b961
- 共创在线考试测试系统源码2.1.0版利用HOUGH变换提取边界特征,还有SOBEL算子的算法 -Create online exam testing system version 2.1.0 source code using HOUGH transform boundary feature extraction, as well as Sobel Operator Algorithm
sobel
- Sobel edge detection in Java
CannyEdgeDetector
- 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
sobel
- This code was written in Java for Sobel edge detection.
Sobel
- Sobel - Edge Detection
sobel
- Java code for Sobel code
BYJC
- java 实现的边缘检测算法,有Roberts算子、Prewitt算子、Laplacian算子、Sobel算子,有界面,直接运行org.zfz.app.PhotoApp,-java implementation of edge detection algorithms, Roberts operator, Prewitt operator, Laplacian operator, Sobel operator, interface, directly run org.zfz.app.PhotoA
Filtres
- this application java is for reading images and apply somme filters like gaussian, mean, median, sobel, prewitt, robert filter and others
Sobel
- 通过Java实现的,基于Sobel算法的图像边缘检测算法。-By Java implementation, based on Sobel algorithm for image edge detection algorithm.
Sobel.java
- THis file is a implementation Sobel algorithm write and working on Java-THis file is a implementation on Sobel algorithm write and working on Java
JavaMedia
- 用Java实现基于Sobel算法的图像识别-Implemented in Java-based image recognition algorithm Sobel
11111
- 用java使用了Sobel算子以及Laplace算子实现的图像边缘提取,时钟时间识别-With java using Sobel operator and the Laplace operator to achieve image edge detection, recognition time clock
Ui
- 该代码建立了一个窗口作为平台,在上面显示图像的一些基本处理,如二值化,卷积模糊,利用sobel算子提取边缘等等(The code builds a window as a platform on which some basic processing of the image is displayed, such as binarization, convolution blur, using the sobel operator to extract the edges, etc.)
grad
- 简单的图像的梯度值计算函数,java语言,利用的是sobel算子(Simple image gradient value calculation function, Java language, using the Sobel operator)