About Sinogram

Hi
I have problem to create sinogram in C++.
I have come X and Y data. These are our geometry of detectors and I want to convert these data in to sinogram or maybe Radon function (P and theta).
is there any code for this in C++?

Thank you for your kindness.
Meysam
Why you don't try it by yourself? Just with copy & paste you won't learn anything...

Lets start together:
1
2
3
4
5
#include <iostream>

int main(int argc, char* argv[]) {
    return 0;
}
Topic archived. No new replies allowed.