tailieunhanh - Giáo trình xử lý ảnh y tế Tập 2 P12
Giải thuật nội suy vuông là thao tác sao chép trong đó những điểm ảnh về cơ bản được sao chép vào những vị trí rỗng. Có thể thu được toán tử nội suy tam giác nhờ sự kết hợp hai toán tử nội suy vuông, | This program is for eNlarging images using 2-D iir filters. The filter s coefficients can be obtained from or . include include include include include include include include void main FILE fptri fptro fptrt unsigned char buff wx ch temp1 double nsq float wy a b temp2 bufft float max min scale tt int n m image_length image_width i j N N1 ind int true_length true_width yt k char file_name 14 clrscr printf Enter file name for image-- scanf s file_name fptri fopen file_name rb if fptri NULL printf No such image file exists. n exit 1 nsq double filelength fileno fptri printf Is image length equal to image width y or n -- while ch getche y ch n switch ch case y image_length image_width int sqrt nsq break case n printf nEnter image_width-- scanf d image_width 201 image_length int nsq float image_width printf n Image size dx d. image_length image_width printf nEnter file name for filter s coefficients-- scanf s file_name fptro fopen file_name r if fptro NULL . printf nNo such file exists. n exit 1 Hình Bộ lọc nội suy đáp ứng tần số kích thước 2 X 2 thiết kế từ đáp ứng vuông với miền chuyển tiếp dốc và wc . fscanf fptro d N printf IIR filter has an order of dx d. N N N1 N 1 Allocating memory space. a float malloc N1 sizeof float for i 0 i N 1 i a i float malloc N1 sizeof float b float malloc N1 sizeof float 202 for i 0 i N 1 i b i float malloc N1 sizeof float wx unsigned char malloc N1 sizeof char for i 0 i N 1 i wx i unsigned char malloc 2 image_width sizeof char wy float malloc N1 sizeof float for i 0 i N 1 i wy i float malloc 2 image_width sizeof float buff unsigned char malloc image_width sizeof char bufft float malloc 2 image_width sizeof float for i 0 i N i for j 0 j N j fscanf fptro f f a i j b i j fclose fptro yt wherey 1 again gotoxy 1 yt printf gotoxy 1 yt printf Enter file name for eN1arged image - scanf s file_name if stricmp file_name 0 printf This is a .
đang nạp các trang xem trước