tailieunhanh - Giáo trình xử lý ảnh y tế Tập 3 P10

Các dây thần kinh ra đưa tín hiệu đến một tế bào khác. Thông tin được chuyển qua các hình hành cuối khớp thần kinh (synaptic-end bulbs) và nhận bởi dây thần kinh vào thông qua vùng chuyển tiếp. | ind access file_name2 0 while ind k stricmp file_name1 file_name2 if k 0 gotoxy 1 8 printf Input and output files cannot share the same name. exit 1 gotoxy 1 4 printf File exists. Wish to overwrite y or n -- while ch getch y ch n putch ch switch ch case y ind 1 break case n gotoxy 1 4 printf gotoxy 1 3 printf gotoxy 1 3 printf Enter file name -- scanf s file_name2 ind access file_name2 0 fptro fopen file_name2 wb xt wherex yt wherey gotoxy 70 25 textattr RED LIGHTGRAY 4 BLINK cputs WAIT Generate histogram. histo unsigned long int malloc 256 sizeof long int for i 0 i 256 i 321 histo i 0 while ch getc fptr EOF histo ch p float malloc 256 sizeof float gray unsigned char malloc 256 sizeof char k 0 for i 0 i 256 i if histo i 0 p k float histo j gray k i k free histo N k Normalize. sum for i 0 i N i sum p i for i 0 i N i p i sum Rearranging the probability values in ascending order. for i 0 i N-1 i big p i loc i for j i 1 j N j if p j big big p i loc j if loc i continue else temp p i ctemp gray j p i p loc gray i gray loc 322 p loc temp gray loc ctemp pt float malloc N sizeof float for j 0 j N j pt j p j v unsigned char malloc N-2 sizeof char code unsigned long int malloc N sizeof unsigned long int L unsigned char malloc N sizeof char for i 0 i N-2 i v i 0 Contraction steps in the generation of the Huffman s codes. M N for i 0 i N-2 i p M-2 p M-1 p M-2 loc M-2 for j 0 j M-1 j if p M-2 p j loc j break temp p M-2 for j M-2 j loc j p j p j-i p loc temp M-- v N-3 -i loc Expansion steps in the generation of the Huffman s codes. for j 0 j N j code j 0 L j i code 0 0 code 1 1 .