Configuration Problem
Reena24 opened this issue · 9 comments
I am trying to configure the Sfm - Toy - Library code but i get the error
Configuring done
WARNING: Target "SfMToyUI" requests linking to directory "E:/OpenCV/dep/libQGLViewer-2.5.1/QGLViewer/debug". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "SfMToyUI" requests linking to directory "E:/OpenCV/dep/libQGLViewer-2.5.1/QGLViewer/debug". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "SfMToyUI" requests linking to directory "E:/OpenCV/dep/libQGLViewer-2.5.1/QGLViewer/debug". Targets may link only to libraries. CMake is dropping the item.
WARNING: Target "SfMToyUI" requests linking to directory "E:/OpenCV/dep/libQGLViewer-2.5.1/QGLViewer/debug". Targets may link only to libraries. CMake is dropping the item.
Generating done
So i added the path of the libraries
but i still get the error
1>------ Build started: Project: ZERO_CHECK, Configuration: Debug Win32 ------
1>Build started 3/8/2014 7:15:49 PM.
1>InitializeBuildStatus:
1> Creating "Win32\Debug\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild" because "AlwaysCreate" was specified.
1>FinalizeBuildStatus:
1> Deleting file "Win32\Debug\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild".
1> Touching "Win32\Debug\ZERO_CHECK\ZERO_CHECK.lastbuildstate".
1>
1>Build succeeded.
1>
1>Time Elapsed 00:00:00.10
2>------ Build started: Project: SfMToyLibrary, Configuration: Debug Win32 ------
2>Build started 3/8/2014 7:15:49 PM.
2>InitializeBuildStatus:
2> Touching "SfMToyLibrary.dir\Debug\SfMToyLibrary.unsuccessfulbuild".
2>CustomBuild:
2> All outputs are up-to-date.
2>cl : Command line error D8021: invalid numeric argument '/Wno-sign-compare'
2>
2>Build FAILED.
2>
2>Time Elapsed 00:00:00.10
3>------ Build started: Project: SfMToyUI, Configuration: Debug Win32 ------
3>Build started 3/8/2014 7:15:49 PM.
3>InitializeBuildStatus:
3> Touching "SfMToyUI.dir\Debug\SfMToyUI.unsuccessfulbuild".
3>CustomBuild:
3> All outputs are up-to-date.
3>ClCompile:
3> All outputs are up-to-date.
3>ManifestResourceCompile:
3> All outputs are up-to-date.
3>LINK : fatal error LNK1104: cannot open file 'SfMToyLib\Debug\SfMToyLibrary.lib'
3>
3>Build FAILED.
3>
3>Time Elapsed 00:00:00.15
4>------ Skipped Build: Project: ALL_BUILD, Configuration: Debug Win32 ------
4>Project not selected to build for this solution configuration
========== Build: 1 succeeded, 2 failed, 0 up-to-date, 1 skipped ==========
i have install libqglviewer in E:\OpenCV\dep\libQGLViewer-2.5.1
for
QGLViewer_DIR_HINT : E:/OpenCV/dep/libQGLViewer-2.5.1
QGLVIEWER_INCLUDE :E:/OpenCV/dep/libQGLViewer-2.5.1\QGLViewer
QGLVIEWER_LIB : E:\OpenCV\dep\libQGLViewer-2.5.1\QGLViewer\release
Can I know how to solve this problem please I am stuck with it for 1 week now. I would also like to know why the legacy folder is created because it was never include in the cmake configuration nor used .I would really like some help and explanation and how to go about compiling
Looks like the compiler doesn't like the "/Wno-sign-compare" option..
Try to remove it from the MSVS project properties
K removed the "/Wno-sign-compare" and i got some other error in Common.h which i managed to remove by adding the lines
#ifdef WIN32
#define WIN32_LEAN_AND_MEAN 1
#define NOMINMAX 1
#include <windows.h>
#endif
i also got the error GL_RESCALE_NORMAL not defined which i removed using
#define GL_RESCALE_NORMAL 0x803A
I would like to know if it will cause any runtime error.
Cause I came across trouble shoot problem which i was able to solve. But when i try to run the code through debug i get the error "the application was unable to start correctly 0xc15002" And when i run in release it works but it takes a long time to execute but i sfm from the image after waiting for a long time.
Is it possible to make it faster without using the CUDA gpu because I don't have one and how do i execute it in debug mode. Can i get some idea on how to solve this.
I would also like to know how to bring the structure created through SFM brought closer. cause it is formed at some distance even after i increase the scale factor to 1.0 and Visualization to somewhere in between. Also at the end i the msg QTColor :: setRGBf : RGB parameter out of range. I would like to know how I can make the process faster. Its urgent cause I have a deadline by tomorrow. So Please Help
Now its definitely a problem of the linker not finding libQGLviewer.
Are you sure the .lib file is accessible and added to the project?
Are you building in the same architecture as the libQGLviewer? I.e. x86 vs.
x64? Perhaps you are building universal?
I'd suggest either building libQGLviewer from scratch, or trying to build
some of its examples, just to see if it works.
Sent from a mobile device.
On Mar 9, 2014 5:47 AM, "Reena24" notifications@github.com wrote:
K removed the "/Wno-sign-compare" and i got some other error in Common.h
which i managed to remove by adding the lines
#ifdef WIN32
#define WIN32_LEAN_AND_MEAN 1
#define NOMINMAX 1
#include
#endifi also got the error GL_RESCALE_NORMAL not defined which i removed using
#define GL_RESCALE_NORMAL 0x803AI would like to know if would cause any error during runtime ????
and i also got the troubleshoot problem that you mentioned though the link
errors were removed I got other errors like
3>ViewerInterface.obj : error LNK2019: unresolved external symbol "_declspec(dllimport)
public: virtual thiscall QGLViewer::~QGLViewer(void)" (
imp??1QGLViewer@@UAE https://github.com/UAE@XZ) referenced in function
_unwindfunclet$??0SFMViewer@@QAE https://github.com/QAE@PAVQWidget@@@Z
https://github.com/Z$0 3>ViewerInterface.obj : error LNK2019: unresolved
external symbol "_declspec(dllimport) public: _thiscall
QGLViewer::QGLViewer(class QGLFormat const &,class QWidget *,class
QGLWidget const *,class QFlags)" (imp??0QGLViewer@@QAEhttps://github.com/QAE
@ABVQGLFormat@@PAVQWidget@@PBVQGLWidget@@v https://github.com/V
?$QFlags@W4WindowType@Qt@@@@@z https://github.com/Z) referenced in
function "public:_thiscall SFMViewer::SFMViewer(class QWidget *)" (??0SFMViewer@@QAE
https://github.com/QAE@PAVQWidget@@@Z https://github.com/Z)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall QGLViewer::timerEvent(class QTimerEvent
*)" (?timerEvent@QGLViewer@@MAEXPAVQTimerEvent@@@z https://github.com/Z)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol "public:
virtual class QSize __thiscall QGLViewer::sizeHint(void)const "
(?sizeHint@QGLViewer@@ube https://github.com/UBE?AVQSize@@XZ
https://github.com/XZ) 3>ViewerInterface.obj : error LNK2001: unresolved
external symbol "protected: virtual void __thiscall
QGLViewer::mousePressEvent(class QMouseEvent *)"
(?mousePressEvent@QGLViewer@@MAEXPAVQMouseEvent@@@z https://github.com/Z)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall QGLViewer::mouseReleaseEvent(class
QMouseEvent *)" (?mouseReleaseEvent@QGLViewer@@MAEXPAVQMouseEvent@@@z
https://github.com/Z) 3>ViewerInterface.obj : error LNK2001: unresolved
external symbol "protected: virtual void __thiscall
QGLViewer::mouseDoubleClickEvent(class QMouseEvent *)"
(?mouseDoubleClickEvent@QGLViewer@@MAEXPAVQMouseEvent@@@z
https://github.com/Z) 3>ViewerInterface.obj : error LNK2001: unresolved
external symbol "protected: virtual void __thiscall
QGLViewer::mouseMoveEvent(class QMouseEvent *)"
(?mouseMoveEvent@QGLViewer@@MAEXPAVQMouseEvent@@@z https://github.com/Z)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall QGLViewer::wheelEvent(class QWheelEvent
*)" (?wheelEvent@QGLViewer@@MAEXPAVQWheelEvent@@@z https://github.com/Z)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall QGLViewer::keyPressEvent(class
QKeyEvent *)" (?keyPressEvent@QGLViewer@@MAEXPAVQKeyEvent@@@z
https://github.com/Z) 3>ViewerInterface.obj : error LNK2001: unresolved
external symbol "protected: virtual void __thiscall
QGLViewer::keyReleaseEvent(class QKeyEvent *)"
(?keyReleaseEvent@QGLViewer@@MAEXPAVQKeyEvent@@@z https://github.com/Z)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall QGLViewer::closeEvent(class QCloseEvent
*)" (?closeEvent@QGLViewer@@MAEXPAVQCloseEvent@@@z https://github.com/Z)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall QGLViewer::initializeGL(void)"
(?initializeGL@QGLViewer@@MAEXXZ) 3>ViewerInterface.obj : error LNK2001:
unresolved external symbol "protected: virtual void __thiscall
QGLViewer::resizeGL(int,int)" (?resizeGL@QGLViewer@@MAEXHH@Z)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall QGLViewer::paintGL(void)"
(?paintGL@QGLViewer@@MAEXXZ) 3>ViewerInterface.obj : error LNK2001:
unresolved external symbol "public: virtual void __thiscall
QGLViewer::setSceneRadius(float)" (?setSceneRadius@QGLViewer@@uaexm@Z)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall QGLViewer::setSceneCenter(class qglviewer::Vec
const &)" (?setSceneCenter@QGLViewer@@UAEXABVVec@qglviewer@@@z
https://github.com/Z) 3>ViewerInterface.obj : error LNK2001: unresolved
external symbol "public: virtual void __thiscall
QGLViewer::startScreenCoordinatesSystem(bool)const "
(?startScreenCoordinatesSystem@QGLViewer@@UBEX_N@Z) 3>ViewerInterface.obj :
error LNK2001: unresolved external symbol "public: virtual void __thiscall
QGLViewer::stopScreenCoordinatesSystem(void)const "
(?stopScreenCoordinatesSystem@QGLViewer@@UBEXXZ) 3>ViewerInterface.obj :
error LNK2001: unresolved external symbol "protected: virtual void
__thiscall QGLViewer::drawLight(unsigned int,float)const "
(?drawLight@QGLViewer@@MBEXIM@Z) 3>ViewerInterface.obj : error LNK2001:
unresolved external symbol "public: virtual void __thiscall
QGLViewer::startAnimation(void)" (?startAnimation@QGLViewer@@UAEXXZ)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall QGLViewer::stopAnimation(void)"
(?stopAnimation@QGLViewer@@UAEXXZ) 3>ViewerInterface.obj : error LNK2001:
unresolved external symbol "public: virtual void __thiscall
QGLViewer::animate(void)" (?animate@QGLViewer@@UAEXXZ)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol "public:
virtual class QString __thiscall QGLViewer::helpString(void)const "
(?helpString@QGLViewer@@ube https://github.com/UBE?AVQString@@XZ
https://github.com/XZ) 3>ViewerInterface.obj : error LNK2001: unresolved
external symbol "public: virtual class QString __thiscall
QGLViewer::mouseString(void)const " (?mouseString@QGLViewer@@ube
https://github.com/UBE?AVQString@@XZ https://github.com/XZ)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol "public:
virtual class QString __thiscall QGLViewer::keyboardString(void)const "
(?keyboardString@QGLViewer@@ube https://github.com/UBE?AVQString@@XZ
https://github.com/XZ) 3>ViewerInterface.obj : error LNK2001: unresolved
external symbol "public: virtual class QString __thiscall
QGLViewer::mouseBindingsString(void)const "
(?mouseBindingsString@QGLViewer@@ube https://github.com/UBE?AVQString@@XZ
https://github.com/XZ) 3>ViewerInterface.obj : error LNK2001: unresolved
external symbol "public: virtual class QString __thiscall
QGLViewer::shortcutBindingsString(void)const "
(?shortcutBindingsString@QGLViewer@@ube
https://github.com/UBE?AVQString@@XZ https://github.com/XZ)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall QGLViewer::help(void)" (?help@QGLViewer@@UAEXXZ)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall QGLViewer::aboutQGLViewer(void)"
(?aboutQGLViewer@QGLViewer@@UAEXXZ) 3>ViewerInterface.obj : error LNK2001:
unresolved external symbol "protected: virtual void __thiscall
QGLViewer::preDraw(void)" (?preDraw@QGLViewer@@MAEXXZ)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall QGLViewer::preDrawStereo(bool)"
(?preDrawStereo@QGLViewer@@MAEX_N@Z) 3>ViewerInterface.obj : error LNK2001:
unresolved external symbol "protected: virtual void __thiscall
QGLViewer::fastDraw(void)" (?fastDraw@QGLViewer@@MAEXXZ)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall QGLViewer::postDraw(void)"
(?postDraw@QGLViewer@@MAEXXZ) 3>ViewerInterface.obj : error LNK2001:
unresolved external symbol "public: virtual void __thiscall
QGLViewer::select(class QPoint const &)"
(?select@QGLViewer@@UAEXABVQPoint@@@z https://github.com/Z)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall QGLViewer::select(class QMouseEvent const *)"
(?select@QGLViewer@@UAEXPBVQMouseEvent@@@z https://github.com/Z)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall QGLViewer::beginSelection(class QPoint
const &)" (?beginSelection@QGLViewer@@MAEXABVQPoint@@@z
https://github.com/Z) 3>ViewerInterface.obj : error LNK2001: unresolved
external symbol "protected: virtual void __thiscall
QGLViewer::drawWithNames(void)" (?drawWithNames@QGLViewer@@MAEXXZ)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall QGLViewer::endSelection(class QPoint
const &)" (?endSelection@QGLViewer@@MAEXABVQPoint@@@z
https://github.com/Z) 3>ViewerInterface.obj : error LNK2001: unresolved
external symbol "protected: virtual void __thiscall
QGLViewer::postSelection(class QPoint const &)"
(?postSelection@QGLViewer@@MAEXABVQPoint@@@z https://github.com/Z)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall QGLViewer::setKeyFrameKey(int,int)"
(?setKeyFrameKey@QGLViewer@@UAEXHH@Z) 3>ViewerInterface.obj : error
LNK2001: unresolved external symbol "public: virtual void __thiscall
QGLViewer::setPlayKeyFramePathStateKey(int)"
(?setPlayKeyFramePathStateKey@QGLViewer@@UAEXH@Z) 3>ViewerInterface.obj :
error LNK2001: unresolved external symbol "public: virtual void __thiscall
QGLViewer::setPlayPathStateKey(int)"
(?setPlayPathStateKey@QGLViewer@@UAEXH@Z) 3>ViewerInterface.obj : error
LNK2001: unresolved external symbol "public: virtual void __thiscall
QGLViewer::setAddKeyFrameStateKey(int)"
(?setAddKeyFrameStateKey@QGLViewer@@UAEXH@Z) 3>ViewerInterface.obj : error
LNK2001: unresolved external symbol "public: virtual void __thiscall
QGLViewer::setPathKey(int,int)" (?setPathKey@QGLViewer@@UAEXHH@Z)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall QGLViewer::setPlayPathKeyboardModifiers(class
QFlags)"
(?setPlayPathKeyboardModifiers@QGLViewer@@UAEXV?$QFlags@W4KeyboardModifier@Qt@@@@@z
https://github.com/Z) 3>ViewerInterface.obj : error LNK2001: unresolved
external symbol "public: virtual void __thiscall
QGLViewer::setAddKeyFrameKeyboardModifiers(class QFlags)"
(?setAddKeyFrameKeyboardModifiers@QGLViewer@@UAEXV?$QFlags@W4KeyboardModifier@Qt@@@@@z
https://github.com/Z) 3>ViewerInterface.obj : error LNK2001: unresolved
external symbol "public: virtual class QDomElement __thiscall
QGLViewer::domElement(class QString const &,class QDomDocument &)const "
(?domElement@QGLViewer@@ube
https://github.com/UBE?AVQDomElement@@ABVQString@@AAVQDomDocument@@@Z
https://github.com/Z) 3>ViewerInterface.obj : error LNK2001: unresolved
external symbol "public: virtual void __thiscall
QGLViewer::initFromDOMElement(class QDomElement const &)"
(?initFromDOMElement@QGLViewer@@UAEXABVQDomElement@@@z
https://github.com/Z) 3>ViewerInterface.obj : error LNK2001: unresolved
external symbol "public: virtual void __thiscall
QGLViewer::saveStateToFile(void)" (?saveStateToFile@QGLViewer@@UAEXXZ)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol "public:
virtual bool __thiscall QGLViewer::restoreStateFromFile(void)"
(?restoreStateFromFile@QGLViewer@@UAE_NXZ) 3>ViewerInterface.obj : error
LNK2001: unresolved external symbol "public: virtual void __thiscall
QGLViewer::setVisualHintsMask(int,int)"
(?setVisualHintsMask@QGLViewer@@UAEXHH@Z) 3>ViewerInterface.obj : error
LNK2001: unresolved external symbol "public: virtual void __thiscall
QGLViewer::drawVisualHints(void)" (?drawVisualHints@QGLViewer@@UAEXXZ)
3>ViewerInterface.obj : error LNK2001: unresolved external symbol "public:
virtual void __thiscall QGLViewer::resetVisualHints(void)"
(?resetVisualHints@QGLViewer@@UAEXXZ) 3>ViewerInterface.obj : error
LNK2019: unresolved external symbol "declspec(dllimport) public: virtual
void thiscall QGLViewer::saveStateToFile(void)" (
imp?saveStateToFile@QGLViewer@@UAEXXZ) referenced in function "public:
virtual
_thiscall SFMViewer::~SFMViewer(void)" (??1SFMViewer@@UAE
https://github.com/UAE@XZ) 3>sfmviewer.obj : error LNK2019: unresolved
external symbol "_declspec(dllimport) public: static void _cdecl
QGLViewer::drawArrow(class qglviewer::Vec const &,class qglviewer::Vec
const &,float,int)" (imp?drawArrow@QGLViewer@@SAXABVVec@qglviewer@@0MH@Z)
referenced in function "protected: virtual void
_thiscall SFMViewer::draw(void)" (?draw@SFMViewer@@MAEXXZ) 3>sfmviewer.obj
: error LNK2019: unresolved external symbol "_declspec(dllimport) public: _thiscall
qglviewer::Vec::Vec(double,double,double)" (imp??0Vec@qglviewer@@QAEhttps://github.com/QAE
@NNN@Z) referenced in function "protected: virtual void
_thiscall SFMViewer::draw(void)" (?draw@SFMViewer@@MAEXXZ) 3>sfmviewer.obj
: error LNK2019: unresolved external symbol "declspec(dllimport) public:
void thiscall QGLViewer::showEntireScene(void)" (
imp?showEntireScene@QGLViewer@@QAEXXZ) referenced in function
"protected: virtual void
_thiscall SFMViewer::init(void)" (?init@SFMViewer@@MAEXXZ) 3>sfmviewer.obj
: error LNK2019: unresolved external symbol "_declspec(dllimport) public:
void _thiscall QGLViewer::setSceneBoundingBox(class qglviewer::Vec const
&,class qglviewer::Vec const &)" (imp?setSceneBoundingBox@QGLViewer
@@QAEXABVVec@qglviewer@@0 https://github.com/0@Z) referenced in
function "protected: virtual void
_thiscall SFMViewer::init(void)" (?init@SFMViewer@@MAEXXZ) 3>sfmviewer.obj
: error LNK2019: unresolved external symbol "declspec(dllimport) public:
void thiscall QGLViewer::setFPSIsDisplayed(bool)" (
imp?setFPSIsDisplayed@QGLViewer@@QAEX_N@Z) referenced in function
"protected: virtual void
_thiscall SFMViewer::init(void)" (?init@SFMViewer@@MAEXXZ)
3>moc_sfmviewer.obj : error LNK2019: unresolved external symbol "declspec(dllimport)
public: virtual void * thiscall QGLViewer::qt_metacast(char const *)" (
imp?qt_metacast@QGLViewer@@UAEPAXPBD@Z) referenced in function "public:
virtual void *
_thiscall SFMViewer::qt_metacast(char const *)"
(?qt_metacast@SFMViewer@@UAEPAXPBD@Z) 3>moc_sfmviewer.obj : error LNK2019:
unresolved external symbol "declspec(dllimport) public: virtual int thiscall
QGLViewer::qt_metacall(enum QMetaObject::Call,int,void * *)" (
imp?qt_metacall@QGLViewer@@UAEHW4Call@QMetaObject@@HPAPAX@Z) referenced
in function "public: virtual int
_thiscall SFMViewer::qt_metacall(enum QMetaObject::Call,int,void * *)"
(?qt_metacall@SFMViewer@@UAEHW4Call@QMetaObject@@HPAPAX@Z)
3>moc_sfmviewer.obj : error LNK2001: unresolved external symbol "_declspec(dllimport)
public: static struct QMetaObject const QGLViewer::staticMetaObject"
(_imp?staticMetaObject@QGLViewer@@2UQMetaObject@@Bhttps://github.com/B
)
3>C:\Users\Reeba\Desktop\SfM-Toy-Library-master\build\Debug\SfMToyUI.exe :
fatal error LNK1120: 63 unresolved externals
3>
3>Build FAILED.Can you please help me solve this error. I have a deadline by today. So
its kind of urgentReply to this email directly or view it on GitHubhttps://github.com//issues/14#issuecomment-37123068
.
I added the path E:\OpenCV\dep\libQGLViewer-2.5.1\QGLViewer\release\QGLViewer2.lib for release and
E:\OpenCV\dep\libQGLViewer-2.5.1\QGLViewer\debug\QGLViewerd2.lib for debug
Is it not the library path it is supposed to refer. But i remember adding the .dll file to the System32 and SysWOW64 because it kept showing the message it cannot find the dll file
Is it linking now?
Sent from a mobile device.
On Mar 9, 2014 2:00 PM, "Reena24" notifications@github.com wrote:
I added the path
E:\OpenCV\dep\libQGLViewer-2.5.1\QGLViewer\release\QGLViewer2.lib for
release and
E:\OpenCV\dep\libQGLViewer-2.5.1\QGLViewer\debug\QGLViewerd2.lib for debug
Is it not the library path it is supposed to refer toReply to this email directly or view it on GitHubhttps://github.com//issues/14#issuecomment-37133362
.
Yes it is. But thing is i is slow and after I use the mouse to get a closer look of the recreated structure it stops in between if I access another windows in short I cant use the cursor again to view the structure.
Is it possible to make the recreation faster(without using CUDA and just a laptop) and adjust the mouse control.
I'm glad it's working for you now
Error in `./SfMToyUI': realloc(): invalid pointer: 0x00007f33c7355840 ***
why?
ubuntu14.04
@zhuzhu129130 you should open a new issue ticket
and attach more information so I can figure out the problem.
this error message really doesn't have anything to go with