下載:
300x300gray.raw
640x480color.raw
Step-by-step影像處理程式設計
1. read/write raw image
2. Binarization with hard-limit thresholding
3. Binarization with user assigned threshold
4. Compute Histogram of a image
5. Compute Lacal minimum image by a 3x3 mask
6. Get Lacal minimum image using function call
7. Image enhencement using accumulate histogram density function
8. Convolution filtering using moving average
9. Image shaping using 3x3 Laplacian
10.Convolution filtering using Maximum fiter
11.Convolution filtering using Minimum fiter
12.Convolution filtering using Median fiter
|