文件名称:VJ-to-read-image-gray--code
- 所属分类:
- JSP源码/Java
- 资源属性:
- [WORD]
- 上传时间:
- 2012-11-26
- 文件大小:
- 320kb
- 下载次数:
- 0次
- 提 供 者:
- pen***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
源程序为ImageProcess.zip,包括imageGray.vjp工程的全部文件。同时提供了一个测试用的seashore.bmp位图文件。
如果要读取并处理其它图像(jpg,pcx等),请在visual J++6.0中打开imageGray.vjp工程文件,打开imageGray.java,在public void initParameters()初始化参数函数中有一行装载图像文件的语句:
imageTest = loadingImage( "seashore.bmp", "Loading image ..." )
将seashore.bmp改成相应的文件名,可以包含路径,但最好将图像文件拷贝到当前工程文件所在的目录中。
-The source code for ImageProcess.zip, including imageGray.vjp project all of the documents. At the same time provides a test seashore.bmp bitmap file.
If you want to read and process the other image ( jpg, PCX ) in visual J++6.0, please open the imageGray.vjp project file, open the imageGray.java public void initParameters ( ), in the initialization parameter function have a line of loading the image file statement:
ImageTest = loadingImage (" seashore.bmp"," Loading image..." )
Will seashore.bmp into a corresponding to the file name, can contain path, but the best image files will be copied to the current project file in the same directory.
如果要读取并处理其它图像(jpg,pcx等),请在visual J++6.0中打开imageGray.vjp工程文件,打开imageGray.java,在public void initParameters()初始化参数函数中有一行装载图像文件的语句:
imageTest = loadingImage( "seashore.bmp", "Loading image ..." )
将seashore.bmp改成相应的文件名,可以包含路径,但最好将图像文件拷贝到当前工程文件所在的目录中。
-The source code for ImageProcess.zip, including imageGray.vjp project all of the documents. At the same time provides a test seashore.bmp bitmap file.
If you want to read and process the other image ( jpg, PCX ) in visual J++6.0, please open the imageGray.vjp project file, open the imageGray.java public void initParameters ( ), in the initialization parameter function have a line of loading the image file statement:
ImageTest = loadingImage (" seashore.bmp"," Loading image..." )
Will seashore.bmp into a corresponding to the file name, can contain path, but the best image files will be copied to the current project file in the same directory.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Visual J++ 6.0中读取图像的灰度与进行灰度变换代码\ImageProcess.zip
................................................\ImageProcessNotice.doc
Visual J++ 6.0中读取图像的灰度与进行灰度变换代码
................................................\ImageProcessNotice.doc
Visual J++ 6.0中读取图像的灰度与进行灰度变换代码