搜索资源列表
实现基于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
bitmap
- 程序采用JCreator开发平台,使用java语言进行开发。 程序整体主要有三个功能模块,分别是:初使化、分配以及回收。为三个功能模块设计三个按钮,当点击相应按钮时使用对应功能。 使用二组数组map[40][16]记录位示图使用情况; a, b, c 分别表示柱面号、磁道号和扇区号。left数组表示相对块号。 程序整体分为两个主要面板panel1与panel2,采用边框布局方式,panel1居左,panel2居右。Panel1面板含有标签控件显示提示信息、文本框控件输入文本以及
1
- 图像简单的二值化方法,基于JAVA语言实现-Simple image binarization method, based on the JAVA language
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
12306
- 干扰线去除判断比较挫是导致识别率低的原因,希望高手指点吧~后面的特征提取和训练识别就交给大家了~ (很不幸地告诉大家,上班前12306的验证码干扰又加强了,主要还是干扰线部分) 实现原理很简单: 1.图像灰度化与 二值化 2.去除干扰线(二值化在一定程度上已经消弱部分)-Interference lines to remove judge comparative setback is the reason for the low recognition rate, hope e
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
IDW_JAVA
- 反距离加权插值(IDW),Gis二维等值线网格化中常用的,采用java语言实现,内有实例,测试代码,很实用的-Inverse distance weighted interpolation (IDW), Gis-dimensional contour grid commonly used, using java language, there are examples, test code, very useful
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
ImageProcessor
- 基础数字图像处理算法代码,包括二值化,边缘检测,亮度提升等-The basal digital image processing java code
hw
- 数字图像处理一些东西,具有灰度化。二值化,直方图均衡化-Digital image processing something
contour-tracking
- 使用java实现基于链码的二值化图像的轮廓跟踪,课程作业,可运行。-Use java-based chain code contour tracking binary image, coursework can be run.
ldpic
- x波段雷达影像岸线细化及提取,总共有灰度化,ostu二值化,细化,骨架提取4个步骤。-x-band radar images shoreline refining and extraction, a total of graying, ostu binarization, thinning, skeleton extraction four steps.
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.)