readme_examples

来自「关于生物光学程序的代码」· 代码 · 共 30 行

TXT
30
字号
This directory contains a data file and a fewexamples of how to use the cbp program.Files containing the reference reconstructionsfor these examples are supplied as  results/ex1_result_ref.mat results/ex2a_result_ref.mat results/ex2b_result_ref.matand so forth.Type 'cat ex1' to see the command line code for the firstexample. Execute this line from the command line.The cbp output file will be written to results/ex1_result.mat . If you load this file into matlab, you can displaythe reconstruction contained in the img variable.The file ex2 contains the command lines for3 different reconstructions. The first two usea generalized Hamming reconstruction filter with 100% and 30% frequency cutoff. The 100% solutionshould be grainy whereas the 30% reconstructionwill be very smooth.The third command uses a ramp filter at 100% cutoff.This results in a much grainier reconstruction than the Hamming filter with 100% cutoff.The file ex3 contains two command lines for reconstructingat different resolutions.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?