<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to GraphViewer</title><link>https://sourceforge.net/p/graphview/wiki/GraphViewer/</link><description>Recent changes to GraphViewer</description><atom:link href="https://sourceforge.net/p/graphview/wiki/GraphViewer/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 02 Jun 2017 07:12:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/graphview/wiki/GraphViewer/feed" rel="self" type="application/rss+xml"/><item><title>GraphViewer modified by Lukas Polok</title><link>https://sourceforge.net/p/graphview/wiki/GraphViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -1,6 +1,6 @@
 This is a simple utility which we use for our visualisations and for generating animations. We generally visualize outputs of our fast bundler in [SLAM++](http://sf.net/p/slam-plus-plus/).

-Since the last version, it is possible to display point clouds, optionally with colors and to perform noise analysis.
+Since the last version, it is possible to display (LIDAR) point clouds, optionally with colors and to perform noise analysis.

 ![screenshot](https://sourceforge.net/p/graphview/screenshot/sf_screenshot_013.png)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lukas Polok</dc:creator><pubDate>Fri, 02 Jun 2017 07:12:09 -0000</pubDate><guid>https://sourceforge.net00d8a1ae87c52c08052c5bb645e83fba0fc94663</guid></item><item><title>GraphViewer modified by Lukas Polok</title><link>https://sourceforge.net/p/graphview/wiki/GraphViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -27,7 +27,7 @@

 In windows, use the Visual Studio workspace.  You can also download pre-built libpng and libjpeg from the [Files](https://sourceforge.net/projects/graphview/files/) section.

-Note that when building in the 32-bit mode, you will need to disable safe exception handling (SEH) because GLUT is built without it. This presents a minor security issue. Always use the 64-bit mode unless you are specifically targetting an old machine. The 32-bit mode also severely limits the size of the screenshots.
+Note that when building in the 32-bit mode, you will need to disable safe exception handling (SEH) because GLUT is built without it. This presents a minor security issue. Always use the 64-bit mode unless you are specifically targetting an old machine. The 32-bit mode also severely limits the maximum size of the screenshots.

 In Linux, use make. Note that the order of linked libraries only works with some Linuxes and you may need to edit the makefile in case you are getting linking errors. This would need a CMakeFile to be resolved properly.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lukas Polok</dc:creator><pubDate>Thu, 01 Jun 2017 15:38:28 -0000</pubDate><guid>https://sourceforge.net683c8874c34534ecd8956b8de7940ebef6fd9e7c</guid></item><item><title>GraphViewer modified by Lukas Polok</title><link>https://sourceforge.net/p/graphview/wiki/GraphViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -25,7 +25,11 @@
 Building
 --------

-In windows, use the Visual Studio workspace. In Linux, use make. Note that the order of linked libraries only works with some Linuxes and you may need to edit the makefile in case you are getting linking errors.
+In windows, use the Visual Studio workspace.  You can also download pre-built libpng and libjpeg from the [Files](https://sourceforge.net/projects/graphview/files/) section.
+
+Note that when building in the 32-bit mode, you will need to disable safe exception handling (SEH) because GLUT is built without it. This presents a minor security issue. Always use the 64-bit mode unless you are specifically targetting an old machine. The 32-bit mode also severely limits the size of the screenshots.
+
+In Linux, use make. Note that the order of linked libraries only works with some Linuxes and you may need to edit the makefile in case you are getting linking errors. This would need a CMakeFile to be resolved properly.

 On OS X, you need to use the Makefile.mac

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lukas Polok</dc:creator><pubDate>Thu, 01 Jun 2017 15:09:47 -0000</pubDate><guid>https://sourceforge.net0333ceb981859f9942a35efa44036f95b4eb15ca</guid></item><item><title>GraphViewer modified by Lukas Polok</title><link>https://sourceforge.net/p/graphview/wiki/GraphViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -1,4 +1,4 @@
-This is a simple utility which we use for our visualisations and for generating animations.
+This is a simple utility which we use for our visualisations and for generating animations. We generally visualize outputs of our fast bundler in [SLAM++](http://sf.net/p/slam-plus-plus/).

 Since the last version, it is possible to display point clouds, optionally with colors and to perform noise analysis.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lukas Polok</dc:creator><pubDate>Thu, 02 Feb 2017 12:08:29 -0000</pubDate><guid>https://sourceforge.netcb7311ed58eb7ba82cc79f99d9204238dd250745</guid></item><item><title>GraphViewer modified by Lukas Polok</title><link>https://sourceforge.net/p/graphview/wiki/GraphViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -3,8 +3,6 @@
 Since the last version, it is possible to display point clouds, optionally with colors and to perform noise analysis.

 ![screenshot](https://sourceforge.net/p/graphview/screenshot/sf_screenshot_013.png)
-
-![screenshot](https://sourceforge.net/p/graphview/screenshot/KarlsRuhe_W6_LC_640.png)

 It is currently in beta - it is fully functional and contains no known bugs, but the commandline interface will change and new features will be added.

@@ -12,6 +10,8 @@
 -----------

 It can display simple text files with one vertex per line. 3D vertices are interpreted as points, 6D vectices are interpreted as cameras. The cameras are represented by 3D position, followed by 3D axis-angle (axis of rotation with magnitude of rotation angle in radians). The cameras are inverse (they represent transformation from world space to camera space).
+
+![screenshot](https://sourceforge.net/p/graphview/screenshot/KarlsRuhe_W6_LC_640.png)

 In addition to that, if a .graph file is available, it can display edges between the vertices. Standard edges, such as EDGE_PROJECT_P2MC or EDGE_PROJECT_P2SC are expected. The parser is, however, minimal and easily extensible. The rationale here is that the viewer is not attempting any parsing of the graph file beyond the indices, nor does it attempt initializing vertex positions from it. That is up to SLAM ++.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lukas Polok</dc:creator><pubDate>Wed, 16 Nov 2016 16:44:49 -0000</pubDate><guid>https://sourceforge.net82b64753d203cbe39cf640d8a336b57cb259cbdf</guid></item><item><title>GraphViewer modified by Lukas Polok</title><link>https://sourceforge.net/p/graphview/wiki/GraphViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,4 +1,8 @@
 This is a simple utility which we use for our visualisations and for generating animations.
+
+Since the last version, it is possible to display point clouds, optionally with colors and to perform noise analysis.
+
+![screenshot](https://sourceforge.net/p/graphview/screenshot/sf_screenshot_013.png)

 ![screenshot](https://sourceforge.net/p/graphview/screenshot/KarlsRuhe_W6_LC_640.png)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lukas Polok</dc:creator><pubDate>Wed, 16 Nov 2016 16:44:03 -0000</pubDate><guid>https://sourceforge.netb80b88fff1dbe66eb250bfdd7add4125ed192090</guid></item><item><title>GraphViewer modified by Lukas Polok</title><link>https://sourceforge.net/p/graphview/wiki/GraphViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,6 +1,6 @@
 This is a simple utility which we use for our visualisations and for generating animations.

-![screenshot](https://sourceforge.net/p/graphview/screenshot/KarlsRuhe_W6_LC_640.jpg)
+![screenshot](https://sourceforge.net/p/graphview/screenshot/KarlsRuhe_W6_LC_640.png)

 It is currently in beta - it is fully functional and contains no known bugs, but the commandline interface will change and new features will be added.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lukas Polok</dc:creator><pubDate>Fri, 03 Apr 2015 08:20:39 -0000</pubDate><guid>https://sourceforge.netdbddab2b7a2f4637382968a3969c67627c79d51f</guid></item><item><title>GraphViewer modified by Lukas Polok</title><link>https://sourceforge.net/p/graphview/wiki/GraphViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,4 +1,6 @@
 This is a simple utility which we use for our visualisations and for generating animations.
+
+![screenshot](https://sourceforge.net/p/graphview/screenshot/KarlsRuhe_W6_LC_640.jpg)

 It is currently in beta - it is fully functional and contains no known bugs, but the commandline interface will change and new features will be added.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lukas Polok</dc:creator><pubDate>Fri, 03 Apr 2015 08:19:07 -0000</pubDate><guid>https://sourceforge.net56a59a0c0dbb67edcbad8d0f3aa8295ec376a47c</guid></item><item><title>GraphViewer modified by Lukas Polok</title><link>https://sourceforge.net/p/graphview/wiki/GraphViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -21,5 +21,33 @@

 In windows, use the Visual Studio workspace. In Linux, use make. Note that the order of linked libraries only works with some Linuxes and you may need to edit the makefile in case you are getting linking errors.

+On OS X, you need to use the Makefile.mac
+
+    mv Makefile Makefile.linux
+    mv Makefile.mac Makefile
+    make
+
+also, in case you get `fatal error: 'png.h' file not found`, you need to:
+
+    cd ..
+    mkdir zlib
+    cd zlib
+    curl -L -O http://zlib.net/zlib-1.2.8.tar.gz
+    tar -xjf zlib-1.2.8.tar.gz
+    cd zlib-1.2.8
+    ./configure
+    make
+    sudo make install
+    cd ../..
+
+    mkdir libpng
+    curl -L -O http://downloads.sourceforge.net/project/libpng/libpng12/older-releases/1.2.8/libpng-1.2.8.tar.bz2
+    tar -xjf libpng-1.2.8.tar.bz2
+    cd libpng-1.2.8
+    cp scripts/makefile.std Makefile
+    make
+    sudo make install
+    cd ../../GraphViewer/
+
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lukas Polok</dc:creator><pubDate>Thu, 02 Apr 2015 09:46:54 -0000</pubDate><guid>https://sourceforge.netc936dc8344e541567ca318c25a3007646e4e0908</guid></item><item><title>GraphViewer modified by Lukas Polok</title><link>https://sourceforge.net/p/graphview/wiki/GraphViewer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,7 +2,8 @@

 It is currently in beta - it is fully functional and contains no known bugs, but the commandline interface will change and new features will be added.

-=== Data Format ===
+Data Format
+-----------

 It can display simple text files with one vertex per line. 3D vertices are interpreted as points, 6D vectices are interpreted as cameras. The cameras are represented by 3D position, followed by 3D axis-angle (axis of rotation with magnitude of rotation angle in radians). The cameras are inverse (they represent transformation from world space to camera space).

@@ -10,11 +11,13 @@

 Finally, if marginal covariances are available, they can be displayed normalized in false colour. Again, one line per vertex is expected to contain the diagonal of vertex cross-covariance block.

-=== Features ===
+Features
+--------

 This uses OpenGL ES, and as such could be easily ran on Android or a similar platform. GraphView has intricate keyframe camera animation system, which can be used to create flyby animations. The rendered output has both spatial and temporal antialiassing.

-=== Building ===
+Building
+--------

 In windows, use the Visual Studio workspace. In Linux, use make. Note that the order of linked libraries only works with some Linuxes and you may need to edit the makefile in case you are getting linking errors.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lukas Polok</dc:creator><pubDate>Wed, 01 Apr 2015 22:02:18 -0000</pubDate><guid>https://sourceforge.net0f940ec6d4bd5e6c9b1e7e0816eaddd9654abce1</guid></item></channel></rss>