OTB
9.0.0
Orfeo Toolbox
|
#include <grmGraphToOtbImage.h>
Public Types | |
typedef otb::VectorImage< ClusterPixelType, 2 > | ClusteredImageType |
typedef unsigned char | ClusterPixelType |
using | ContourOperator = lp::ContourOperations |
typedef TGraph | GraphType |
typedef otb::Image< LabelPixelType, 2 > | LabelImageType |
typedef unsigned int | LabelPixelType |
typedef NodeList::const_iterator | NodeConstIterator |
typedef std::vector< std::shared_ptr< NodeType > > | NodeList |
typedef GraphType::NodeType | NodeType |
Public Member Functions | |
ClusteredImageType::Pointer | GetClusteredOutput (const GraphType &graph, const unsigned int width, const unsigned int height) |
LabelImageType::Pointer | GetLabelImage (const GraphType &graph, const unsigned int width, const unsigned int height) |
Definition at line 35 of file grmGraphToOtbImage.h.
typedef otb::VectorImage<ClusterPixelType, 2> grm::GraphToOtbImage< TGraph >::ClusteredImageType |
Definition at line 47 of file grmGraphToOtbImage.h.
typedef unsigned char grm::GraphToOtbImage< TGraph >::ClusterPixelType |
Definition at line 46 of file grmGraphToOtbImage.h.
using grm::GraphToOtbImage< TGraph >::ContourOperator = lp::ContourOperations |
Definition at line 48 of file grmGraphToOtbImage.h.
typedef TGraph grm::GraphToOtbImage< TGraph >::GraphType |
Definition at line 40 of file grmGraphToOtbImage.h.
typedef otb::Image<LabelPixelType, 2> grm::GraphToOtbImage< TGraph >::LabelImageType |
Definition at line 45 of file grmGraphToOtbImage.h.
typedef unsigned int grm::GraphToOtbImage< TGraph >::LabelPixelType |
Definition at line 44 of file grmGraphToOtbImage.h.
typedef NodeList::const_iterator grm::GraphToOtbImage< TGraph >::NodeConstIterator |
Definition at line 43 of file grmGraphToOtbImage.h.
typedef std::vector< std::shared_ptr<NodeType> > grm::GraphToOtbImage< TGraph >::NodeList |
Definition at line 42 of file grmGraphToOtbImage.h.
typedef GraphType::NodeType grm::GraphToOtbImage< TGraph >::NodeType |
Definition at line 41 of file grmGraphToOtbImage.h.
ClusteredImageType::Pointer grm::GraphToOtbImage< TGraph >::GetClusteredOutput | ( | const GraphType & | graph, |
const unsigned int | width, | ||
const unsigned int | height | ||
) |
LabelImageType::Pointer grm::GraphToOtbImage< TGraph >::GetLabelImage | ( | const GraphType & | graph, |
const unsigned int | width, | ||
const unsigned int | height | ||
) |