We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi and thank you for making this code available. I am trying to build on windows, vs2015, and I am getting the following:
Severity Code Description Project File Line Suppression State Error LNK2001 unresolved external symbol "public: __cdecl Magnitude::~Magnitude(void)" (??1Magnitude@@QEAA@XZ) Segment D:\Keying\2018\hfs-master\windows\Segment\HFSSegment.obj 1 Error LNK2001 unresolved external symbol "public: __cdecl Magnitude::Magnitude(void)" (??0Magnitude@@QEAA@XZ) Segment D:\Keying\2018\hfs-master\windows\Segment\HFSSegment.obj 1 Error LNK2001 unresolved external symbol "public: __cdecl gSLIC::engines::seg_engine_GPU::seg_engine_GPU(struct gSLIC::objects::settings const &)" (??0seg_engine_GPU@engines@gSLIC@@QEAA@AEBUsettings@objects@2@@Z) Segment D:\Keying\2018\hfs-master\windows\Segment\gSLIC_core_engine.obj 1 Error LNK2001 unresolved external symbol "public: void __cdecl Magnitude::process_img(class cv::Mat &,class cv::Mat &)" (?process_img@Magnitude@@QEAAXAEAVMat@cv@@0@Z) Segment D:\Keying\2018\hfs-master\windows\Segment\HFSSegment.obj 1
What am i missing here? Do I need to build the GSlic lib as an external dependency? Or have you included all the code?
Thanks again!
The text was updated successfully, but these errors were encountered:
All the code have been released. You should first have CUDA installed on your computer. There seems no CUDA on your computer.
Sorry, something went wrong.
No branches or pull requests
Hi and thank you for making this code available. I am trying to build on windows, vs2015, and I am getting the following:
What am i missing here? Do I need to build the GSlic lib as an external dependency? Or have you included all the code?
Thanks again!
The text was updated successfully, but these errors were encountered: