搜索资源列表
灰度图像边缘检测的函数
- 灰度图像边缘检测的函数-gray image edge detection function
3.4.4--图像操作提高(图像综合处理)
- 本实例主要包括图像的模糊化,边缘变换,灰度变换等,对这些图像操作完成之后,还可以还原图像-examples include the image blurring, edge transform, transform Gray, these images operation is completed, can also restore images
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
javautil
- util实现Java图片水印添加功能,有添加图片水印和文字水印,可以设置水印位置,透明度、设置对线段锯齿状边缘处理、水印图片的路径,水印一般格式是gif,png,这种图片可以设置透明度、水印旋转等,可以参考代码加以改进做成小工具。-util Java Image watermark add features, add image watermark and text watermark, you can set the watermark position, transparency, set
ImageProc2W
- 用纯java技术实现了对图像锐化、模糊、边缘、灰度等操作功能-Pure java technology for image enhancement, fuzzy, edge, gray-level functions such as operation
Cutimg
- 图片切割,沿图片边缘切割,可以实现图像切割-Picture cutting, picture along the edge of cutting, cutting image can be achieved
Canny
- canny edge detector in java for image processing
CannyEdgeDetector
- java语言实现的具有应用程序界面的canny算法实现,代码编写的可读程度高,并有本人的详细注释。现在网上只有canny算法的java代码,并没有应用程序界面的canny算法实现,所以很多代码不知道能不能用,也不知道效果如何。本程序全面解析了canny算法的java实现,并且达到了很好的效果。canny算法是非常重要的单像素边缘提取算法,对他的理解可以使你明白很多的图像处理手段。-java language application program interface with the canny
EdgeDetection
- edge Detextion i think it is important to people work in Image processing and requires segmentation of image for looking up into the PDFs and ebooks which might not be worth.
javautil
- util实现Java图片水印添加功能,有添加图片水印和文字水印,可以设置水印位置,透明度、设置对线段锯齿状边缘处理、水印图片的路径,水印一般格式是gif,png,这种图片可以设置透明度、水印旋转等,可以参考代码加以改进做成小工具。-Util realize the Java image watermark to add functionality, add watermark images and text watermark, watermark can set the transparenc
CANNY
- CANNY EDGE DETECTION Canny edge detection 的步驟: 1. 將原始影像和高斯濾波器做摺積。 2. 利用一次微分的遮罩對影像每一個像素求得四個方向的邊線強度 3. 找出四個方向中的最大值作為目前像素的邊線強度。 4. 依據步驟 3 將梯度方向分成四個區域 5. 非最大值刪除:沿著梯度方向找出最大值,並將其保留,其餘均設為零。 6. 設定兩個閥值 low T 和 high T ,用 high T 挑選出最佳的邊線像素,再從
High-Performance-Web-Sites
- "本书结合Web 2.0以来Web开发领域的最新形势和特点,介绍了网站性能问题的现状、产生的原因,以及改善或解决性能问题的原则、技术技巧和最佳实践。重点关注网页的行为特征,阐释优化Ajax、CSS、Javascr ipt、Flash和图片处理等要素的技术,全面涵盖浏览器端性能问题的方方面面。在《高性能网站建设指南》中,作者给出了14条具体的优化原则,每一条原则都配以范例佐证,并提供了在线支持。《高性能网站建设指南》内容丰富,主要包括减少HTTP请求、Edge Computing技术、Expire
image-Retreival
- Image retrieval using edge detection and gabor filter
ImageUtil
- java图片处理,改变大小,锐化,边缘检测-java image processing, resizing, sharpening, edge detection
PHRECG
- 二维数字图像处理中的直方图均衡化、边缘提取、FFT、FDCT等的实现-Histogram equalization image processing, edge extraction, FFT, fdct achieve
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
dolofas
- Convolutional Neural Networks for No-Reference Image Quality Assessment(泛读) Domain Transform for Edge-Aware Image and Video Processing NVIDIA Update: CUDA Week in Review (Spotlight on Deep Neural Networks CUDA 6) Skilling up for Oracle Fusion
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