搜索资源列表
-
0下载:
这是有关色彩空间模式的解释文章。我想对做图象处理的朋友会帮助的-This is the color space model to explain the article. I want to do the image processing will help the friends
-
-
0下载:
在多媒体设计中,图像处理是关键环节。根据窗口界面的大小,图像大小和图形方式下的文字的大小的相应调整,则是一个图形应用软件要做到的基本要求之一。利用VB中的IMAGE控件可以实现图像缩放、相应调整,可以使软件界面更清晰、友好。-in multimedia design, image processing is the key point. According to the interface window size, image size and graphic manner the letter
-
-
0下载:
一个有关图像处理的课件!对初学的你一定会有所帮助!-one of the Image Processing Software! For a novice, you will definitely help!
-
-
0下载:
这是北京大学图像处理的讲义,对学习图像的同学很有价值-image processing overhead, the students studying images of great value
-
-
0下载:
PHP图片处理程序。需要GD2或以上版本。包括验证码,文字/图片水印,生成缩略图以及水印位置设置。支持中文,但需要自行添加ttf文件,PHP image processing procedures. Need GD2 or above. Including the verification code, text/image watermark, generating thumbnails and watermark position. To support the Chinese, but ne
-
-
1下载:
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
-
-
0下载:
这是《数字图像处理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.
-
-
0下载:
java实现图像处理各种常用操作,包括图形分割,fft变换,镜像处理,灰度处理-java realize a variety of commonly used image processing operations, including the graphics division, fft transform, image processing, gray-scale treatment
-
-
0下载:
JAVA数字图像处理,获取图像Miss.jpg的象素,保存在一个数组中!同时可以获得图像的RGB值和Alpha值。-JAVA Digital Image Processing, access Miss.jpg pixel image, stored in an array! At the same time, the image can be RGB values and Alpha value.
-
-
0下载:
数字图像处理,用JAVA实现数字图像直方图的显示,程序简洁实用-Digital image processing, using JAVA realization of digital image histogram shows that the procedure simple and practical
-
-
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
-
-
0下载:
前些时候做毕业设计,用java做的数字图像处理方面的东西,这方面的资料ms比较少,发点东西上来大家共享一下,主要就是些算法,有自己写的,有人家的,还有改人家的,有的算法写的不好,大家不要见笑。 -Some time ago to do graduate design, using java to do digital image processing of things, this information is less ms, made up for all to share somethi
-
-
0下载:
没想到用JAVA还能写出这么一个绘图工具,原来JAVA的图像处理功能也很强,想学习一下的可不要错过哦-JAVA also did not expect to write with such a mapping tool, the original of the image processing functions JAVA strong, you may want to learn Oh, do not miss
-
-
0下载:
Java 图像处理的一些原则,总共包括四个原则-Java image processing principles, the principle of a total of four
-
-
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 othe
-
-
0下载:
java图像处理的代码,初学者可以看一看。
1.运行方法:
首先编译好类文件,使用下面的命令:
javac *.java
编译好四个文件之后,由于程序中将所有的类声明在一个包(grapro)里面,所以需要建立一个目录,起名为grapro,然后
将所有的class文件都复制到里面。
做好上面的工作之后,用下面的命令来启动程序:
javaw –classpath "新建的grapro目录的上级目录" grapro.GraphProg
假如class
-
-
0下载:
ImageJ是一個基於java的公共的圖像處理軟件,它是由National Institutes of Health開發的。可運行於Microsoft Windows,Mac OS,Mac OS X,Linux,和Sharp Zaurus PDA等多種平台。其基於java的特點, 使得它編寫的程序能以applet等方式分發。
ImageJ能夠顯示,編輯,分析,處理,保存,打印8位,16位,32位的圖片, 支持TIFF, PNG, GIF, JPEG, BMP, DICOM, FITS等
-
-
0下载:
The Distance Transforn of a Binary Image, This is a image processing program which performs the distance transform of a binary image.Distance transform is widely used for image thinning and finding skeleton of an image.
-
-
0下载:
非常好用的验证码实现,可以用来了解验证码函数如何调用实现以及图像处理函数如果使用!-Very easy to use verification code implementation, can be used to understand how the verification code function calls to achieve and the image processing function if you use!
-
-
0下载:
JAVA图像处理读取BMP图像、用RGB获取灰度信息、直方图均衡化、拉普拉斯2阶滤波、平滑锐化、增强滤波、局部阀值处理、全局阀值处理等-Java image processing to read the BMP image, obtained by RGB gray level information, histogram equalization, 2nd order Laplace filtering, smoothing, sharpening, enhanced filtering, p
-