Go to the source code of this file.
Typedefs | |
typedef TCost< C2DImage, C2DFVectorfield > | C2DImageCost |
the base class for simple 2D image cost functions More... | |
typedef TFactory< C2DImageCost > | C2DImageCostPlugin |
the base class for simple 2D image cost functions plug ins More... | |
typedef THandlerSingleton< TFactoryPluginHandler< C2DImageCostPlugin > > | C2DImageCostPluginHandler |
the 2D image cost function plugin handler More... | |
typedef std::shared_ptr< C2DImageCost > | P2DImageCost |
pointer type of simple 2D image cost functions More... | |
Variables | |
template class EXPORT_2D | TCost< C2DImage, C2DFVectorfield > |
typedef TCost<C2DImage, C2DFVectorfield> C2DImageCost |
the base class for simple 2D image cost functions
Definition at line 31 of file 2d/cost.hh.
typedef TFactory<C2DImageCost> C2DImageCostPlugin |
the base class for simple 2D image cost functions plug ins
Definition at line 34 of file 2d/cost.hh.
the 2D image cost function plugin handler
Definition at line 37 of file 2d/cost.hh.
typedef std::shared_ptr<C2DImageCost > P2DImageCost |
pointer type of simple 2D image cost functions
Definition at line 40 of file 2d/cost.hh.
template class EXPORT_2D TCost< C2DImage, C2DFVectorfield > |