-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi there,
first of all i hope this does not bother you :)
I just finished my Xray system and stumbled over your project on the internet, which lead me to this.
I am currently trying to get your code to work in Visual studio 2019 in a C++ console application. I am using opencv 4.0.0 but get a lot of errors. As i am not to familiar with C++ i was wondering if this might be to a newer version of an SDK or newer version of visual studio. Any thoughts?
For example when i run the first code example with the sinogram conversion i get stuck at:
Unhandled exception at 0x00007FFA05DF3E49 in CTScannerConsole.exe: Microsoft C++ exception: cv::Exception at memory location 0x000000B2927FE7A0
When i try to run the video fbp function
Error C4700 uninitialized local variable 'prev_perc' used fbp.hpp 392
when i fix this by setting the variable to 0 i end up in a file called vector (propably from opencv)
Unhandled exception at 0x00007FFA05DF3E49 Microsoft C++ exception: std::out_of_range at memory location 0x000000BE072FF6C0.