Consider the phantom below that has been divided into pixels Here we assume the
ID: 3819420 • Letter: C
Question
Consider the phantom below that has been divided into pixels Here we assume the image pixels are the same size as those indicated for the phantom The pixels are 1mm by 1mm in size and the value of mu is 0 6 cm^-1. a. Draw the 0 degree (horizontal) and 90 degree (vertical) radon transform projections for the phantom. b. Using these two projections fill in the image pixel values via the summation image. c. Now instead fill in the pixels in the center row, after 2 iterations a horizontal followed by a vertical iteration.Explanation / Answer
#include <stdio.h>
#include <math.h>
int main()
{
int i,n;
printf("Enter the value of N: ");
scanf("%d",&n);
printf("No Square Cube Square Root ",n);
for(i=1;i<=n;i++)
{
printf("%d %ld %ld %.2f ",i,(i*i),(i*i*i),sqrt((double)i));
}
return 0;
}
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.