搜索资源列表
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
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
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
Sobel
- 通过Java实现的,基于Sobel算法的图像边缘检测算法。-By Java implementation, based on Sobel algorithm for image edge detection algorithm.
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
grad
- 简单的图像的梯度值计算函数,java语言,利用的是sobel算子(Simple image gradient value calculation function, Java language, using the Sobel operator)