hrshwrdhn / blob_art_3d

A Blob based Algebraic reconstruction Technique for 3-D computerized tomography

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	A blob based 3D ART
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
open main.m
 for image representation, grid  
input -> n_xgrid
output -> im_rep imori
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
open pos_tx_rx.m
to generate position coordinates of tx-rx 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
open aibob.m
to generate projection data using radon transform
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
open cal_proj_lineintegral.m
to calculate projection using line integral
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
open art.m
to generate reconstruction using art-acp algorithm
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
open afterart.m
to display output after implementing ART
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
open script_receivervisual3.m
to visualize Tx-Rx positions 

About

A Blob based Algebraic reconstruction Technique for 3-D computerized tomography

License:MIT License


Languages

Language:MATLAB 87.9%Language:Python 12.1%