layumi / 2016_super_resolution

ICCV2015 Image Super-Resolution Using Deep Convolutional Networks
MIT License
86 stars 43 forks source link

I would like to run the super resolution program, matlab code, in c++. Is it possible? #18

Open star4s opened 6 years ago

star4s commented 6 years ago

Hello. I am training by 16, 32, 64 batchSize for the big size image super resolution. Ihave one more question about c++ generating from a matlab code. How to generate a DLL file from Matlab super resolution for C++? Because I would like to use the super resolution matlab code in c++ platform, I need to make a DLL file from Matlab super resolution for C++. Have a good weekends, thank you for your attention.

layumi commented 6 years ago

You may try to google it. I found one, which may help you. https://au.mathworks.com/matlabcentral/answers/164490-how-to-create-a-dll-from-a-matlab-code

star4s commented 6 years ago

Thank you for your help. I will try soon.