-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels