搜索资源列表
Java图像处理
- 用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)卷积(锐化、柔化、边缘提取、中值滤波);(4)频率变换(快速傅立叶fft,小波分解重构)-A teaching program which implements in Java. It includes most essential image processing technology. 1.
pictureAnanlyzer
- 简单的图像处理软件,用java实现,可以实现简单的图片效果,如锐化,模糊,灰度调节等.可直接运行其中的jar文件-simple image processing software, java achieve, can achieve a simple photo effects, such as sharpening, fuzzy, gray-scale adjustments. can run the jar files
img_process_java
- 图像/视频处理程序,运行命令:java Video processor Canny edge, Gabor texture feature 输入为彩色或灰度图;motion estimation 输入为QCIF序列;the shape processing 输入为二值图像-image / video processing procedures, execute commands : java Video processor Canny edge, Gabor texture feature
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
chengxu
- 本程序用java语言编写,用于实现对彩色图像的灰度化,取得图像的灰度直方图,并对含有噪声的图像进行去噪 -This procedure using java language, for the realization of the gray-scale color images, the histogram to obtain images, and images contain noise denoising
200805
- java实现图像处理各种常用操作,包括图形分割,fft变换,镜像处理,灰度处理-java realize a variety of commonly used image processing operations, including the graphics division, fft transform, image processing, gray-scale treatment
gray_matix
- 灰度共生矩阵提取图像特征 然后对图像分类-Gray-scale extraction of image feature co-occurrence matrix of image classification and then
Main
- 本源码介绍了Java代码进行图象处理的基本方法,并实现了图像边缘探测,图像均衡化,图像灰度化等算法-The Java source code, introduced the basic method of image processing and to achieve the image edge detection, image equalization, images such as gray-scale algorithm
LinearGreyTrans
- Java实现图像的可以实现JPEG图像的线性灰度变换。-Java Image JPEG images can be achieved in a linear gray-scale transformation.
Halftoning
- 一种灰度图像的半色调图像生成程序。该程序实现了siggraph 2008 论文Structure aware halftoning中的半色调生成算法。该算法基于目标函数优化,用模拟退火方法生成。 该程序可以读入gif,png,jpg,bmp格式的图片,并自动将彩色图转化为灰度图。生成的半色调图目前只支持png格式的输出。 实现语言为java。 在jre 1.6.0_10上测试正常。-A gray-scale image halftoning image generation pro
ZoomImageDemo
- 上传裁减图片java做的图像处理 支持局部放大和整体放大 还有灰度和对比度调整-From the reduction of the picture image processing java support to do zoom and the overall amplification of local gray-scale and contrast also adjust
ImageDemo
- 图像处理的简单例子,能够将图片进行灰度处理等。-Simple example of image processing, can be dealt with, such as gray-scale images.
DealPic
- 图片的灰度化和去噪程序,灰度化可画出直方图,去噪使用中值去噪和均值去噪,中值去噪可循环多次,导入要改包名。-And the gray-scale image denoising procedures, and can be painted gray histogram, the use of denoising Denoising and mean de-noising, in denoising can be recycled many times, we have to change pac
extract
- 取回數位浮水印處理程式 本程式所採用的影像格式為512×512 之已藏入浮水印之灰階影像*.raw。-Recover the digital watermark processing program used by the program for the image format of 512 × 512 has possession of the gray-scale watermark image into*. raw.
cryptographyJava
- Modules : 1. Conversion of secret color image into Gray scale Image. 2. Encryption by Half toning. 3. Generation of shares. 4. Selection of Secret information pixels. 5. Encrypt the shares. 6. Reveli
huangqian_pac
- 这是一个用JAVA开发的医学图像处理系统,实现了灰度变换,反色,镜像,放大镜,锐化,还原,亮度调节等功能-This is a JAVA developer with the medical image processing system to achieve a gray-scale transformation, anti-color, mirror, magnifying glass, sharpening, reduction, brightness adjustment and othe
viewPic
- 简单的图片浏览器 图像文件打开,图像缩放,灰度变换-Simple image viewer to open image files, image scaling, gray-scale transformation
Morphology_for_grayimage
- Gray scale morphology operation in Image Processing.
JavaFractalProject
- an deterministic solving for gray scale image compression using fractal method in java
image
- 简单的java数字图像处理包括灰度变换,平滑处理,中值滤波等。-Simple java digital image processing, including gray-scale transformation, smoothing, median filtering.