What is the algorithm to create a x-ray image using ray-tracing from a 3-d volume?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Calculate integral(density*dl), where l is ray length, as the ray passes through the volume. The algorithm comes down to, what integration method, how do you interpolate the densities, do you interpolate between rays and if so how, and what is the optimal set of rays to use if you’re using interpolation. And of course, how do you represent the geometry.