Location:
Search - image in java
Search list
Description: 用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)卷积(锐化、柔化、边缘提取、中值滤波);(4)频率变换(快速傅立叶fft,小波分解重构)-A teaching program which implements in Java. It includes most essential image processing technology.
1. Geometry Transform(Flip, Rotate, Scale)
2. Color Transform(Histogram, RGB-YSH Translate, Contrast, Level, Equalize in gray)
3. Convolve (Sharpness, Smooth , Edge enhancement, Mean)
4.Frequence Transform (FFT, wavelet reconstruct)
Platform: |
Size: 54272 |
Author: 徐林 |
Hits:
Description: 提供了一个用于图像处理的Java Applet开发方法.论述了图像处理技术、图像处理类的设计、图像处理的功能在Java Applet中的实现、ASP与Java Applet参数的传递等关键技术.用于图像处理的Java Applet研究,对于Internet环境下图像应用系统的开发具有一定的参考价值,对于Internet环境下其他应用系统的开发也具有一定的借鉴意义.-provided for an image processing Java Applet development method. Discussed image processing technology, image processing category of the design, Image processing functions in Java Applet the realization ASP and Java Applet parameters of the key technology transfer. Image Processing for the Java Applet, Internet environment for the image application development system has some reference value, Internet environment for other applications under development also have certain experiences.
Platform: |
Size: 227328 |
Author: 王浩(jiqixueyuan) |
Hits:
Description: When looking at a three-dimensional (3D) specimen through a transmitted brightfield optical microscope, only the part of the specimen contained in the focal plane appears sharp while the remainder looks smooth. The deconvolution task consists in deblurring the observed image in order to recover the original shapes of the object. Although 2D deconvolution softwares are available freely, the 3D consideration gives rise to many problems leading to the impossibility to recover the original images without any assumptions. Moreover some noise is added to the signal, it has been considered as a white Gaussian noise.
Platform: |
Size: 72704 |
Author: 薛斌 |
Hits:
Description: 数字图像处理,java描述,包括最基本的算法.-Digital image processing, java description, including the most basic algorithms.
Platform: |
Size: 4096 |
Author: 王维 |
Hits:
Description: 图象分割主要关于的是简单去边框和背景
主要对象是黑白的医学处理图片-Image segmentation is mainly concerned with a simple border and background to the main target is the black-and-white picture of the medical treatment
Platform: |
Size: 39936 |
Author: yutanghua |
Hits:
Description: 基于JAVA实现的图像特征提取源代码 图像特征提取的源代码,使用sobel算子提取图像边缘,使用hu矩提取图像形状特征,使用颜色中心矩提取图像颜色特征,请使用eclipes导入该工程并运行test文件(可将test文件中去掉一些注释部分运行更多功能)。-JAVA based on the realization of the image feature extraction image feature extraction source code source code, use the sobel operator edge extraction, the use of hu moments shape feature extraction of images, the use of color centers Moment image color feature extraction, use eclipes into the project and run test file (test file can be removed from some parts of Notes to run more features).
Platform: |
Size: 36864 |
Author: 范卫华 |
Hits:
Description: 图像分割是数字图像处理中的关键技术之一。图像分割是将图像中有意义的特征部分提取出来,其有意义的特征有图像中物体的边缘、区域等,这是进一步进行图像识别、分析和理解的基础。虽然目前已研究出不少边缘提取、区域分割的方法,但还没有一种普遍适用于各种图像的有效方法。因此,对图像分割的研究还在不断深入之中,是目前图像处理中研究的热点之一。-Image segmentation is a digital image processing in one of the key technologies. Image segmentation is the image in a meaningful part of extracted features, and its features meaningful images of objects in the edge, regional and so on, this is further image recognition, analysis and understanding. Although we have also developed a lot of edge extraction, the regional partition, but not yet a generally applicable to a variety of effective means of images. Therefore, image segmentation research also continued to deepen, and image processing is one of the hot research.
Platform: |
Size: 320512 |
Author: 姚鹏飞 |
Hits:
Description: this is texture analyzer code to segment an image replying on the texture feature,it is programmed in java
Platform: |
Size: 5120 |
Author: me |
Hits:
Description: 将文本信息隐藏在另一个文本文档中,只需三步即可-it is a good steganography tool for image steganography
Platform: |
Size: 657408 |
Author: yh |
Hits:
Description: 上传裁减图片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
Platform: |
Size: 125952 |
Author: oyngchengxu |
Hits:
Description: 基于java的图像数字水印,自己感觉得不错的哦。-Java-based digital watermarking of images, their own feeling of oh well.
Platform: |
Size: 1024 |
Author: 风影 |
Hits:
Description: Segmentation image with method merge and split
Platform: |
Size: 968704 |
Author: Doanh |
Hits:
Description: its an image compression algorithm done in java
Platform: |
Size: 3072 |
Author: praveen |
Hits:
Description: Java 图像处理的一些原则,总共包括四个原则-Java image processing principles, the principle of a total of four
Platform: |
Size: 342016 |
Author: 陈一 |
Hits:
Description: 基于java的数字图像处理源码,主要是利用分水岭的算法实现图像分割-The digital image processing based on java source code, mainly the use of watershed algorithms for image segmentation
Platform: |
Size: 1243136 |
Author: 7697246 |
Hits:
Description: medical segmentation (image processing) implementation in Java-medical segmentation (image processing) implementation in Java
Platform: |
Size: 257024 |
Author: rajan |
Hits:
Description: how to get an image in java
Platform: |
Size: 7168 |
Author: divya |
Hits:
Description: This program is used to extract the text from an image.The program is created using Java. This technology is steganography
Platform: |
Size: 4096 |
Author: Archana Palani |
Hits:
Description: 这是《数字图像处理Java语言算法描述》书中的源代码,如果打算看此书可以下载该代码直接运行。-This is a " digital image processing algorithms described in Java language," the book' s source code, read this book if you plan to download the code can be run directly.
Platform: |
Size: 195584 |
Author: vegalee |
Hits:
Description: K mean algorithms for image implement in java
Platform: |
Size: 63488 |
Author: asheesh |
Hits:
« 12
3
4
5
6
7
8
9
10
...
28
»