搜索资源列表
实例20锐化和模糊图像
- 实例20锐化和模糊图像.rar-examples and fuzzy images. Rar
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
java
- 利用JAVA搭建一个数字图像处理的演示平台功能包括:模糊,锐化,变亮,反色,移动-The use of JAVA to build a demonstration of digital image processing platform features include: blurred, sharpen, brighten, and anti-color, mobile
java
- 用JAVA 软件实现图像模糊,锐化,平移,旋转,变亮,反色等功能的处理平台-Software implementation using JAVA image blurring, sharpening, pan, rotate, brighten, and anti-color features such as the processing platform
alter
- 强大的JAVA图像处理程序。可以实现图像的处理,锐化,模糊,傅立叶变换等功能。-JAVA powerful image-processing procedures. Image processing can be achieved, Sharpen, Blur, Fourier transform functions.
ImageProc2W
- 用纯java技术实现了对图像锐化、模糊、边缘、灰度等操作功能-Pure java technology for image enhancement, fuzzy, edge, gray-level functions such as operation
ArtWork
- 图形学的BresenHam算法的实现,以及一些对图像的模糊和锐化的操作,实现了界面的友好化。-GRAPHICS BresenHam algorithm implementation, as well as some of the images blur and sharpening operation, to achieve the kind of interface.
javaduomeiti
- 自己做的一个java多媒体课程设计,关于图片的大学变化,模糊,锐化等处理。简单,满足课程设计要求。-Do yourself a java multimedia curriculum design changes on the university image, blur, sharpen, etc. processing. Simple, to meet the curriculum requirements.
BlurAndSharpenDemo
- Java实现图像的模糊与锐化,实现类似于Photoshop中的模糊与锐化的效果,源代码中注释丰富,是学习Java图像操作的好范例。-Java implementation of the blur and sharpen, to achieve effects similar to Photoshop' s blur and sharpen, rich annotations in the source code, is a good example to learn Java image
JavaBlurAndSharpenDemo
- Java实现图像的模糊与锐化,实现类似于Photoshop中的模糊与锐化的效果,源代码中注释丰富,是学习Java图像操作的好范例-Java implementation the fuzzy and sharpening of the image, similar to the effect of blur and sharpening in Photoshop, rich annotation in the source code, is a good example to learn Jav
Dictionary
- 一个用java编写的可视化电子词典程序,带模糊搜索功能,使用aceess数据库-A visual electronic dictionary written in the Java program, with the function of fuzzy search, using aceess database
jconvolveop
- Java锐化和模糊图像,使用java.awt.image 包中的ConvolveOp 类来实现图像的锐化和模糊。当单击“Sharp Image”按钮后,图片被锐化处理;当按钮“Blur Image”按钮后,图片变模糊;当单击“Reset”按钮后,则显示原始图像-Java sharpen and blur images, use java.awt.image package ConvolveOp class to implement image sharpening and blurring. A
jlookuptabal
- Java实现图像的明暗处理实例,主要是利用缓冲区图像来实现复杂的图像处理和变换,这些处理包括明暗处理、锐化、模糊化和灰化等。如演示截图所示,鼠标单击“Darken”按钮后,图像变暗,单击“Brighten”按钮后,图像加亮变。在编写过程中,用到java.awt.image 包中的LookupTabel 类及其子类ShortLookupTable 类和LookupOp 类-Java implementation of image shading examples, mainly using the
code
- 对图片进行简单的放大、缩小、模糊、锐化处理简单java小程序-Simple images of amplification, narrow, fuzzy, sharpening processing simple Java applet
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.)