liaojing / Image-Morphing

Automating Image Morphing using Structural Similarity on a Halfway Domain (Siggraph 2014)
MIT License
116 stars 45 forks source link

编译的时候提示缺少两个文件 #1

Open acforu opened 9 years ago

acforu commented 9 years ago

"C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations\CUDA 6.5.props" was not found.

"Image-Morphing-master\code\gpumorph\src\morph.vcxproj" could not be found.

liaojing commented 9 years ago

"Image-Morphing-master\code\gpumorph\src\morph.vcxproj" could not be found. 已加,谢谢

"C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations\CUDA 6.5.props" was not found. cuda的设置不对,建议装上cuda后重新设置cuda的路径

该版本依赖库较多,如果不需要gpu和UI,建议使用纯c++库版。https://github.com/liaojing/MorphLib

2015-07-22 13:55 GMT+08:00 acforu notifications@github.com:

"C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations\CUDA 6.5.props" was not found.

"Image-Morphing-master\code\gpumorph\src\morph.vcxproj" could not be found.

— Reply to this email directly or view it on GitHub https://github.com/liaojing/Image-Morphing/issues/1.

Wantinghsu commented 8 years ago

morph, pyramids, resample, util已經建置成功,但是ImaheMorphing專案出現錯誤如圖 fail 系統找不到指定的路徑 請問是不是QT要設定什麼呢?謝謝您