https://github.com/ialhashim/topo-blend
Revision 373c71bbc05e774e525c463dc4e4b2b999cf173f authored by jjcao1231@gmail.com on 17 December 2013, 12:19:14 UTC, committed by jjcao1231@gmail.com on 17 December 2013, 12:19:14 UTC
1 parent 6bdd92b
Raw File
Tip revision: 373c71bbc05e774e525c463dc4e4b2b999cf173f authored by jjcao1231@gmail.com on 17 December 2013, 12:19:14 UTC
changed ScorerManager::pathScore( Scheduler * scheduler ), then compute scorer by Demo and Starlab should be the same. But they are still different now. have not located the reason.
Tip revision: 373c71b
topo-blend.pro
TEMPLATE = subdirs
CONFIG += ordered

# Libraries
SUBDIRS += NURBS
SUBDIRS += DynamicVoxel
SUBDIRS += Voxeler
SUBDIRS += ScorerLib
SUBDIRS += TopoBlenderLib
SUBDIRS += Reconstruction
SUBDIRS += GlSplatRendererLib

# Plugins
SUBDIRS += voxel_resampler
SUBDIRS += nurbs_plugin

# Legacy
#SUBDIRS += resample
#SUBDIRS += segment
#SUBDIRS += visiblity_resampler
#SUBDIRS += dynamic_voxel

SUBDIRS += demo         # Standalone demo
SUBDIRS += topo-blend   # Main plugin for topo-blending

#SUBDIRS += test        # Performance test

# Dependecy map
nurbs_plugin.depends = NURBS
TopoBlenderLib.depends = GlSplatRendererLib
topo-blend.depends = GlSplatRendererLib NURBS DynamicVoxel ScorerLib TopoBlenderLib 
demo.depends = GlSplatRendererLib NURBS DynamicVoxel ScorerLib TopoBlenderLib
back to top