I managed to include libpano into my project (because, Hugin is based on
it, yes?).
To do so, I installed libpano packet and all it dependencies.
Then, included library into my project
LIBS += -lpano13
After that I included libpano header like this:
extern "C" {
#include <pano13/PTcommon.h>
}
There were a lot of errors, if there was standard include option.
Still, I cannot understand the sequence of operations I have to init to get
two or more images stitched.
For now I can only load images like this:
fullPath* p1 = new fullPath();
StringtoFullPath(p1, (char *)"/home/user/Images/1.jpg");
Image* im1 = new Image();
panoJPEGRead(im1, p1);
--
A list of frequently asked questions is available at:
http://wiki.panotools.org/Hugin_FAQ
---
You received this message because you are subscribed to the Google Groups
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/hugin-ptx/75d61f72-fd88-4b0f-ad5d-ff29656b827f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.