23#ifndef _PANODATA_IMAGEGRAPH_H
24#define _PANODATA_IMAGEGRAPH_H
definitions of classes to calculate overlap between different images
class for calculating overlap of images
abstract base functor for breadth first search in ImageGraph
virtual void Visit(const size_t vertex, const HuginBase::UIntSet &visitedNeighbors, const HuginBase::UIntSet &unvisitedNeighbors)=0
class to work with images graphs created from a HuginBase::Panorama class it creates a graph based on...
std::vector< HuginBase::UIntSet > GraphList
stores adjacency list for graph
std::vector< HuginBase::UIntSet > Components
stores the components of the graph
std::set< unsigned int > UIntSet
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.