Hello.
I am trying to include Hugin sources into my project.
Is there some sort of manual for this?
Thank you.
cpfind --multirow -o <projectName> <projectName>../huginsrc/hugin_cpfind/cpfind/main.cpp:35: error: multiple definition of `printVersion()'
../hugin_cpfind/cpfind/main.cpp:421: error: undefined reference to `PanoDetector::PanoDetector()'
INCLUDEPATH += "huginsrc/hugin_base/makefilelib/" \
"huginsrc/hugin_base/" \
"huginsrc/" \
"huginsrc/hugin_cpfind/" \
"huginsrc/hugin_cpfind/cpfind/" \
"huginsrc/foreign/zthread/src/" \
"huginsrc/foreign/zthread/include/" \
"huginsrc/foreign/vigra/" \
"huginsrc/foreign/"LIBS += -lpano13extern "C" {
#include <pano13/PTcommon.h>
}fullPath* p1 = new fullPath();
StringtoFullPath(p1, (char *)"/home/user/Images/1.jpg");
Image* im1 = new Image();
panoJPEGRead(im1, p1);