以下这些实验中的代码全部是我自己编写调试通过的,到此,最后进行一下汇总. 数字图像处理实验(1):PROJECT 02-01, Image Printing Program Based on Halftoning (基于半色调技术的图像打印技术) 链接:http://blog.csdn.net/hongbin_xu/article/details/70340458 数字图像处理实验(2):PROJECT 02-02, Reducing the Number of Gray Levels in a
1.程序设计思想: 先随机获取1-100之内的数字i: 在建立让用户输入数字的对话框,然后判断猜高了.低了还是猜对了: 用循环直到用户猜对了. 2.程序流程图: 3.源代码: package 实验任务五;import javax.swing.JOptionPane; public class Caishuzi { public static void main(String[] args) { // TODO Auto-generated method stub int i=0; int num
实验要求: Objective: To know how to implement image enhancement for color images by histogram processing. Note that the definition of histogram for color images differs from that of histogram for gray images. Main requirements: Ability of programming wit
实验要求: Objective: To know how to implement correlation of 2 functions in the frequency domain and, using the fast algorithms. Main requirements: Ability of programming with C, C++, or Matlab. Instruction manual: Download Figs. 4.41(a) and (b) and dupl
实验要求: Objective: To observe how the lowpass filtering smoothes an image. Main requirements: Ability of programming with C, C++, or Matlab. Instruction manual: (a) Implement the Gaussian lowpass filter in Eq. (4.3-7). You must be able to specify the s
实验要求: Objective: To further understand the well-known algorithm Fast Fourier Transform (FFT) and verify its effectiveness to calculate the discrete Fourier transform (DFT). Main requirements: Ability of programming with C, C++, or Matlab. Instruction
PROJECT 03-01 : Image Enhancement Using Intensity Transformations 实验要求: Objective To manipulate a technique of image enhancement by intensity transformation or gray level transformation. Main requirements: Ability of programming with C, C++, or Matla
实验要求: Reducing the Number of Gray Levels in an Image Objective To understand how the number of gray levels affect the image perceptual quality. Main requirements: Ability of programming with C, C++, or Matlab. Instruction manual: (a) Write a computer