Title:
VJ-to-read-image-gray--code Download
Description: 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.
To Search:
File list (Check if you may need any files):
Visual J++ 6.0中读取图像的灰度与进行灰度变换代码\ImageProcess.zip
................................................\ImageProcessNotice.doc
Visual J++ 6.0中读取图像的灰度与进行灰度变换代码