搜索资源列表
实现基于android的图片处理
- 实现基于android的图片处理,转为灰度,二值化等。-Android-based image processing, to grayscale, binary, etc.
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
ChangeGrey
- 图像处理 二值化处理。设定一个阈值T,用T将图像的数据分成两部分:大于T的像素群和小于T的像素群。
BmpS
- 安卓手机上的图像处理程序: 包括位移,锐化,反色,高斯平滑,二值化,直方图,变色,方块-Image Processing
java_Imagepros
- 基于java的数字图像处理源代码,包含了各种图像处理的基本程序,如灰度变换、二值化、形态学滤波、中值滤波等算法的实现,是学习使用java进行图像处理的良好教程-Java-based digital image processing source code, contains a variety of basic image processing program, such as gray-scale transformation, binarization, morphological filt
Graphic
- 简单的图像处理,可以实现灰度1,二值化,直方图均衡化等操作。-simple image processing
ImgFilter.java
- ocr 图像预处理 包括:锐化、二值等功能-ocr image preprocessing includes: sharpening, binary, etc.
Identification-
- 对单数字的验证码,通过一些OCR引擎,如:tesseract,AspriseOCR很容易解决问题。但碰到如CSDN论坛这中图形验证码就比较麻烦,必须先通过预处理。使图象二值化,黑白灰度,增加亮度。-The single digit verification code, through the OCR engine, such as: Tesseract, AspriseOCR very easy to solve the problem. But the encounter such as CS
MainActivity1
- 安卓下图像处理,灰度化,二值化,直方图均衡化,边缘检测等。-Image processing, binarization, edge detection and so on
ImageProcessor
- 基础数字图像处理算法代码,包括二值化,边缘检测,亮度提升等-The basal digital image processing java code
hw
- 数字图像处理一些东西,具有灰度化。二值化,直方图均衡化-Digital image processing something
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.)