搜索资源列表
chushengren
- java中大部分对图形、文本、图像的操作方法都定义在Graphics类中,所以此次实验使用的方法如Color(int r, int g,int b), setColor(Color c),drawline(int x1,int y1,int x2,int y2)等都来自Graphics类中,此外对文本和字体的处理还用到了Font类中的 new Font(“字体名”,字体风格,字体大小),setFont(Font f)等方法;-Most of java on the graphics, text,
21
- 1. 能使用drawImage()方法显示图像,并结合线程类sleep()方法编写简单动画程序。 2. 能在小程序中使用play()方法播放背景音乐、并能选择声音文件进行播放。 3. 能编写图像缩放显示、“空中飞翔”简单动画、音乐播放等程序。 实验内容: -1. Can use the drawImage () method to display images, combined with the Thread class sleep () method to write sim
ImageProcessing_
- JAVA程序训练实验。建立10*10的随机灰度值图像,利用均值滤波算法进行滤波,并在控制台中输出。-Create a random image of 10*10 pixels and print it out. Then filter the image by using average filter algorithm which makes a new image of 8*8 pixels because the brim elements cannot be filtered due t
Java-Applet
- Java Applet的实验,音频播放,图像绘制等-Java Applet of the experiment, audio playback, image rendering, etc.
Java-read-bmp-pgm-ppm-picture
- java支持的图片格式有jpg、png、gif。本代码提供了bmp、pgm、ppm图像文件的读入,是《数字图像处理-java编程与实验》书上代码,仅供参考,允许非商业的借鉴。-Java support image formats have JPG, PNG, GIF. This code provides BMP, PGM, PPM image file to read, it is the digital image processing- Java programming and exper
javaPimagePprocess.rar
- 数字图像处理:Java编程与实验的所有 源代码,教学程序,Digital Image Processing: all the source code of Java programming and experimental teaching program
JAVA-IMAGE
- 《数字图像处理 JAVA编程与实验》运用java处理数字图像,内含源码,全部可运行- Digital Image Processing JAVA programming and experimental use java process digital images containing source, can all be run
dice-2.0-beta.16
- DICe是一个开源的数字图像相关(DIC)工具,用于外部应用程序中的模块或作为独立的分析代码使用。它的主要功能是从数字图像序列中计算全场位移和应变,以及物体的刚体运动跟踪。所分析的图像通常是一个正在进行特征化实验的材料样品,但是DICe也可以用于其他应用(例如,轨迹跟踪)。DICe是机器可移植的(Windows、Linux和Mac),可以有效地部署在高性能计算平台上(DICe使用MPI并行和线程内核并行)。DICe的功能可以通过定制的库接口、DICe类的源代码集成或独立的可执行文件来调用。(DI