royshil / SfM-Toy-Library

A toy library for Structure from Motion using OpenCV
531 stars 215 forks source link

Where to find fltk3? #7

Closed jiapei100 closed 11 years ago

jiapei100 commented 11 years ago

Thoroughly browse http://www.fltk.org/ , the only thing I can find is: 1) FLTK 1.3.x 2) dillo 3.0.3 .

There seems to be no FLTK 3.x ... where can I find FLTK 3.x and download it? Because in DistanceUI.h and DistanceUI.cpp, there are a lot of fltk3::XXXXX ...

Cheers Pei

ghost commented 11 years ago

bottom of this page says to use svn to check it out http://www.fltk.org/software.php

jackyspeed commented 11 years ago

just use this in Linux svn co http://seriss.com/public/fltk/fltk/branches/branch-3.0/ fltk-3.0 or with TortoiseSVN in windows

royshil commented 11 years ago

FLTK is no longer needed, I've moved to Qt (more robust, still cross-platform).

dev344 commented 10 years ago

I am using Qt but Firstly, I get a different looking GUI with less options. Secondly, when i run sfm, it doesn't show me any depth image or anything at all. The terminal is filled with numbers about matches, etc and a K matrix is even printed out. But then there is nothing in the GUI.