搜索资源列表
alter
- 强大的JAVA图像处理程序。可以实现图像的处理,锐化,模糊,傅立叶变换等功能。-JAVA powerful image-processing procedures. Image processing can be achieved, Sharpen, Blur, Fourier transform functions.
javaduomeiti
- 自己做的一个java多媒体课程设计,关于图片的大学变化,模糊,锐化等处理。简单,满足课程设计要求。-Do yourself a java multimedia curriculum design changes on the university image, blur, sharpen, etc. processing. Simple, to meet the curriculum requirements.
Filters
- Image sharpening/blur filters implementation with GUI
PI_L1
- Image Blur in C# or Java for beginners
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
TweenShadow
- 一款简易的AS的显示元件残影生成类~~可以支持持续性、周期间隔性,一次性的生成可缩放的残影。 代码非常简单,有兴趣的人可根据自己需求修改自己特定的显示元件,另外也可以在该基础上,设计一个统一的管理类,使用静态方法方便的生成和释放残影,就像TweenMax一样-Display element image generating class ~ ~ can support persistence, periodic interval of a simple AS, disposable ge
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
radialBlur
- radialBlur(as3径向模糊), AS3 版的镜像模糊特效.-radialBlur (as3 radial blur), AS3 version of the image blurring effects.
JCONVOLVEOP
- Java锐化和模糊图像,使用java.awt.image 包中的ConvolveOp 类来实现图像的锐化和模糊。当单击“Sharp Image”按钮后,图片被锐化处理;当按钮“Blur Image”按钮后,图片变模糊;当单击“Reset”按钮后,则显示原始图像。-Java sharpening and blurring image, use the java.awt.image package in the ConvolveOp class to achieve image sharpening
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
aeroglassDemo
- 高斯图像处理,java 高斯模糊生成新的图片,附上源码-Gauss image processing, java Gaussian blur to generate a new picture, thank you attach source
500px-android-blur-master
- java实现图片动态模糊效果,即高斯模糊,可以根据需要选择模糊效果程度-java achieve image motion blur effect that the Gaussian blur, you can choose the degree of blurring effects as you want
deblur_code_1_2
- 本代码为图像去模糊的各种方法,内部有源代码及图片-The code for the image to blur the various methods, the internal source code and pictures
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
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.)