图像文件 Resources

Showing items tagged with "图像文件"

This project demonstrates image matching between two pictures, with functionalities including image scaling, rotation, and grayscale transformation. The package contains image files for testing the implementation, which utilizes key MATLAB functions such as imresize for scaling, imrotate for rotation, and rgb2gray for grayscale conversion.

MATLAB 322 views Tagged

A custom MATLAB GUI application featuring folder browsing, image file listing with click-to-display functionality, and image dimension display in text boxes. Includes image processing capabilities like brightness/contrast adjustment and filter application, with save/export functionality supporting multiple formats.

MATLAB 281 views Tagged

Reading and writing raw format image files, which store all pixels of an image with 16-bit data per pixel. Implementation typically involves byte-level file I/O operations and proper data type conversion.

MATLAB 277 views Tagged