CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - gray scale java
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - gray scale java - List
[
Graph program
]
Java图像处理
DL : 0
用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)
Update
: 2025-02-19
Size
: 53kb
Publisher
:
徐林
[
Picture Viewer
]
pictureAnanlyzer
DL : 0
简单的图像处理软件,用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
Update
: 2025-02-19
Size
: 374kb
Publisher
:
[
Special Effects
]
img_process_java
DL : 0
图像/视频处理程序,运行命令: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 input color or gray-scale map; motion estimation input QCIF sequence; the shape of two processing input image
Update
: 2025-02-19
Size
: 214kb
Publisher
:
SQ
[
JSP/Java
]
src
DL : 0
图象编辑器,简单的图象编辑器,可以调整灰度,色彩等-Image editor, a simple image editor, you can adjust the gray scale, color, etc.
Update
: 2025-02-19
Size
: 27kb
Publisher
:
Ma Tao
[
JSP/Java
]
aaa
DL : 0
一、程式名稱:embed.java 二、程式功能:藏入數位浮水印處理程式 四、輸入檔(資料)格式: 1.本程式所採用之影像格式皆為*.raw之灰階影像。 2.本程式採用的浮水印格式為128×128之灰階影像ccu.raw。 3.本程式所採用的原始影像格式為512×512 之灰階影像Lena.raw。 五、輸出檔(資料)格式: 1.本程式輸出的藏入浮水印影像格式為512×512 之灰階影像Lena2.raw。 六、執行環境: 1.系統:Windows 98/ME/2000。 2.軟體:JavaTM 2 SDK (Version 1.3)。 七、執行方式: 1.在DOS環境下執行embed.java,指令如下:java embed。-First, the name of the program: embed.java Second, the program features: possession of a digital watermark into four processing program, type the file (data) format: 1. The program adopted by all*. raw format images of gray-scale image. 2. Watermark used in the program format of 128 × 128 grayscale images ccu.raw. 3. The program used in the original image format of 512 × 512 grayscale images Lena.raw. Fifth, the output file (data) format: 1. Possession of the program output into the watermark image format of 512 × 512 grayscale images Lena2.raw. Sixth, the implementation of the environment: 1. System: Windows 98/ME/2000. 2. Software: JavaTM 2 SDK (Version 1.3). 7, means of implementation: 1. In the DOS environment to implement embed.java, the following command: java embed.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
koffman
[
JSP/Java
]
200805
DL : 0
java实现图像处理各种常用操作,包括图形分割,fft变换,镜像处理,灰度处理-java realize a variety of commonly used image processing operations, including the graphics division, fft transform, image processing, gray-scale treatment
Update
: 2025-02-19
Size
: 1.14mb
Publisher
:
cai
[
Special Effects
]
imageprocess
DL : 0
程式功能:匯入圖片,LowPass,HighPass,Sharpen,LookUp,Scale Up(Bicubic),Scale Down,Rescale,Histogram,Fourier transform,Gray Level,並可存檔(bmp,jpg,jpeg,png,wbmp)。 圖片:bmp,jpg,jpeg,png,wbmp…等皆可 -Program features: Import picture, LowPass, HighPass, Sharpen, LookUp, Scale Up (Bicubic), Scale Down, Rescale, Histogram, Fourier transform, Gray Level, and archive (bmp, jpg, jpeg, png, wbmp). Image: bmp, jpg, jpeg, png, wbmp ... and so on can
Update
: 2025-02-19
Size
: 331kb
Publisher
:
linli
[
2D Graphic
]
gray_matix
DL : 0
灰度共生矩阵提取图像特征 然后对图像分类-Gray-scale extraction of image feature co-occurrence matrix of image classification and then
Update
: 2025-02-19
Size
: 1kb
Publisher
:
yifan
[
Graph program
]
Main
DL : 0
本源码介绍了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
Update
: 2025-02-19
Size
: 3kb
Publisher
:
chenwenbing
[
Special Effects
]
Halftoning
DL : 0
一种灰度图像的半色调图像生成程序。该程序实现了siggraph 2008 论文Structure aware halftoning中的半色调生成算法。该算法基于目标函数优化,用模拟退火方法生成。 该程序可以读入gif,png,jpg,bmp格式的图片,并自动将彩色图转化为灰度图。生成的半色调图目前只支持png格式的输出。 实现语言为java。 在jre 1.6.0_10上测试正常。-A gray-scale image halftoning image generation process. The program achieved a siggraph 2008 paper in the Structure aware halftoning Halftoning Algorithm. The algorithm is based on the objective function optimization, simulated annealing method used to generate. The program can be read into the gif, png, jpg, bmp format images, and automatically will be converted to grayscale color map. Halftone generated map png format only supports the current output. The realization of the language for java. Jre 1.6.0_10 in the tests are normal.
Update
: 2025-02-19
Size
: 17kb
Publisher
:
lm
[
JSP/Java
]
ZoomImageDemo
DL : 0
上传裁减图片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
Update
: 2025-02-19
Size
: 123kb
Publisher
:
oyngchengxu
[
GDI-Bitmap
]
ImageDemo
DL : 0
图像处理的简单例子,能够将图片进行灰度处理等。-Simple example of image processing, can be dealt with, such as gray-scale images.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
alex
[
Special Effects
]
DealPic
DL : 0
图片的灰度化和去噪程序,灰度化可画出直方图,去噪使用中值去噪和均值去噪,中值去噪可循环多次,导入要改包名。-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 package names to import.
Update
: 2025-02-19
Size
: 6kb
Publisher
:
林岩峰
[
Graph program
]
extract
DL : 0
取回數位浮水印處理程式 本程式所採用的影像格式為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.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
tzuhua
[
OS program
]
cryptographyJava
DL : 0
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. Reveling the secret image. - 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. Reveling the secret image.
Update
: 2025-02-19
Size
: 56kb
Publisher
:
anu
[
JSP/Java
]
java_image_process
DL : 0
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 detection, etc.
Update
: 2025-02-19
Size
: 1.02mb
Publisher
:
鸟人
[
Other
]
Documents
DL : 0
This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious. -This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious.
Update
: 2025-02-19
Size
: 93kb
Publisher
:
Ho Joon Lee
[
JSP/Java
]
huangqian_pac
DL : 0
这是一个用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 other functions
Update
: 2025-02-19
Size
: 2.99mb
Publisher
:
huangqian
[
JSP/Java
]
viewPic
DL : 0
简单的图片浏览器 图像文件打开,图像缩放,灰度变换-Simple image viewer to open image files, image scaling, gray-scale transformation
Update
: 2025-02-19
Size
: 1kb
Publisher
:
陈诚
[
JSP/Java
]
Morphology_for_grayimage
DL : 0
Gray scale morphology operation in Image Processing.
Update
: 2025-02-19
Size
: 57kb
Publisher
:
babu32
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.