rehmanali1994 / Plane_Wave_Ultrasound_Stolt_F-K_Migration.github.io

MATLAB, Python, and CUDA Implementations of Plane Wave Ultrasound Imaging with Stolt's f-k Migration (Original MATLAB code and plane wave data came from here: http://www.biomecardio.com/pageshtm/tools/toolsen.htm) [Reference: Garcia D et al. Stolt's f-k migration for plane wave ultrasound imaging. IEEE UFFC, 2013;60:1853-1867.]
37 stars 26 forks source link

HELP:Realization of fkmigCUDA in Windows!!!!!! #2

Open chunshulaile opened 4 years ago

chunshulaile commented 4 years ago

您在Github上发布的项目:Plane_Wave_Ultrasound_Stolt_F-K_Migration中的MatlabCuda程序是通过Linux操作系统实现的,我想在windows10操作系统下实现,想请您发以下您的源文件(cpp)给我学习下

chunshulaile commented 4 years ago

Your project on GitHub: plane Wave Ultrasound Stolt F-K_ The MATLAB CUDA program in migration is implemented by Linux operating system. I want to realize it under Windows 10 operating system. Please send me the following source file (CPP) to me for learning

chunshulaile commented 4 years ago

PLEASE~I really need your help,my deer bro

pppiap commented 3 years ago

您在Github上发布的项目:Plane_Wave_Ultrasound_Stolt_F-K_Migration中的MatlabCuda程序是通过Linux操作系统实现的,我想在windows10操作系统下实现,想请您发以下您的源文件(cpp)给我学习下

兄弟你现在有了吗?有的话能否发我一份学习一下?

rehmanali1994 commented 3 years ago

I did not use .cpp files anywhere in this code. It is all .cu files for CUDA. However, you may need to implement all of this in .cpp and make sure your Makefile is appropriate for compilation in Windows. Unfortunately, I am not able to help here because I myself have run into several issues when trying this on Windows. I've only ever been successful in doing this on Linux and MacOSX operating systems. If you have figured out a way to make this operational on Window, this is something I am also interested in knowing as well. Feel free to share this!