搜索资源列表
灰度图像边缘检测的函数
- 灰度图像边缘检测的函数-gray image edge detection function
java_image_process
- 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
jdeskew
- skew detection technique for scanned image
image
- Since the time I’ve wrote my first article about motion detection, I’ve got a lot of e-mails from different people around the world, who found the article quite useful and found a lot of applications of the code in many different areas. Those areas i
CannyEdgeDetector
- java语言实现的具有应用程序界面的canny算法实现,代码编写的可读程度高,并有本人的详细注释。现在网上只有canny算法的java代码,并没有应用程序界面的canny算法实现,所以很多代码不知道能不能用,也不知道效果如何。本程序全面解析了canny算法的java实现,并且达到了很好的效果。canny算法是非常重要的单像素边缘提取算法,对他的理解可以使你明白很多的图像处理手段。-java language application program interface with the canny
CANNY
- CANNY EDGE DETECTION Canny edge detection 的步驟: 1. 將原始影像和高斯濾波器做摺積。 2. 利用一次微分的遮罩對影像每一個像素求得四個方向的邊線強度 3. 找出四個方向中的最大值作為目前像素的邊線強度。 4. 依據步驟 3 將梯度方向分成四個區域 5. 非最大值刪除:沿著梯度方向找出最大值,並將其保留,其餘均設為零。 6. 設定兩個閥值 low T 和 high T ,用 high T 挑選出最佳的邊線像素,再從
facesource
- 人脸检测源码,包含例子图像,基于肤色的人脸识别算法 -Face detection source code contains examples of image, face recognition algorithm based on skin color
image-Retreival
- Image retrieval using edge detection and gabor filter
ImageUtil
- java图片处理,改变大小,锐化,边缘检测-java image processing, resizing, sharpening, edge detection
ArtFilter
- 图片的拖拉和放大缩小,运用的是手势识别检测两点之间的距离-Image drag and zoom using gesture recognition and detection distance between two points
Detection-of-color-image.motion-tracking
- Detection of color image. Motion tracking.
c-va-java
- Most of the approaches proposed in the literature for singularity detection operate on the fingerprint orientation image. In the rest of this section, the main approaches are coarsely classified and a subsection is dedicated to ea
ThinkAndroid
- ThinkAndroid简介 ThinkAndroid是一个免费的开源的、简易的、遵循Apache2开源协议发布的Android开发框架,其开发宗旨是简单、快速的进行Android应用程序的开发,包含Android mvc、简易sqlite orm、ioc模块、封装Android httpclitent的http模块,具有快速构建文件缓存功能,无需考虑缓存文件的格式,都可以非常轻松的实现缓存,它还基于文件缓存模块实现了图片缓存功能,在android中加载的图片的时候,对oom的问题,和对加
bytq
- 数字图像处理边缘检测,三种算子,带界面。-Digital image processing edge detection, all three operators, with the interface.
MainActivity1
- 安卓下图像处理,灰度化,二值化,直方图均衡化,边缘检测等。-Image processing, binarization, edge detection and so on
The-license-plate-recognition
- 该源码能够对采集的图像实现灰度化、拉格朗日算子边缘检测、图像增强、二值化等功能,其次能够对车牌图像进行初步定位和精确定位,最后再对车牌图像进行分割识别-The source to image acquisition to achieve gray, Lagrange operator edge detection, image enhancement, the value of the two functions, then to perform initial positioning and
My_Detectors
- Imagej plugin image detection
network
- 基于内容的图像检索系统,计算机网络课程设计,丝巾检测。将图片与系统数据库中的图片对比,可以简单识别找出类似的图片。-Content based image retri system, computer network curriculum design, scarf detection. Image and system in the picture contrast, can be a simple identification to find a similar picture.
javasift
- sift算法是一种检测局部特征的算法,该算法通过求一幅图中的特征点(interest points,or corner points)及其有关scale 和 orientation 的描述子得到特征并进行图像特征点匹配,获得了良好效果-Sift algorithm is a kind of partial feature detection algorithm, the algorithm by calculating a picture of the feature points (inter
ImageViewer
- Image Viewer is an image processing project developed in java. It contains filters like color invert, blur, sharpen, edge detection etc. The Gaussian and Impulsive noise can also be added in the image. The project also contains image enhancements lik