IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
Shape2dCollSplitOperators.h File Reference

Predefined operators for shape 2d collection split used for data dispatch. More...

#include <IPSDKBaseProcessing/DataSplit/Dynamic/DynamicSplitOperators.h>
#include <IPSDKBaseShapeSegmentation/Entity/2d/Shape2dTypes.h>
#include <IPSDKImageProcessing/DataSplit/Shape2dColl/SimpleShape2dCollSplit.h>
#include <IPSDKImageProcessing/DataSplit/Shape2dColl/StripShape2dCollSplit.h>
#include <boost/make_shared.hpp>

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::imaproc
 Namespace agregating IPSDK base routines and classes for image algorithm processing.
 

Functions

template<typename TProcessor , typename TAttribute >
boost::shared_ptr< SimpleShape2dCollSplit< TProcessor, ipsdk::shape::segmentation::Shape2dCollConstPtr, TAttribute > > ipsdk::imaproc::simpleShape2dCollSplit (const ipsdk::shape::segmentation::Shape2dCollConstPtr &pShape2dColl)
 create a simple splitted shaped 2d collection operation used for data dispatch
 
template<typename TProcessor , typename TAttribute , typename InputAttributeType >
boost::shared_ptr< SimpleShape2dCollSplit< TProcessor, typename InputAttributeType::StorageType, TAttribute > > ipsdk::imaproc::simpleShape2dCollSplit (const boost::shared_ptr< InputAttributeType > &pShape2dCollAttribute)
 create a simple splitted shaped 2d collection operation used for data dispatch
 
template<typename TProcessor , typename TAttribute >
boost::shared_ptr< StripShape2dCollSplit< TProcessor, ipsdk::shape::segmentation::Shape2dCollConstPtr, TAttribute > > ipsdk::imaproc::stripShape2dCollSplit (const ipsdk::shape::segmentation::Shape2dCollConstPtr &pShape2dCollAttribute)
 create a by strip splitted shaped 2d collection operation used for data dispatch
 
template<typename TProcessor , typename TAttribute , typename InputAttributeType >
boost::shared_ptr< StripShape2dCollSplit< TProcessor, typename InputAttributeType::StorageType, TAttribute > > ipsdk::imaproc::stripShape2dCollSplit (const boost::shared_ptr< InputAttributeType > &pShape2dCollAttribute)
 create a by strip splitted shaped 2d collection operation used for data dispatch
 

Detailed Description

Predefined operators for shape 2d collection split used for data dispatch.

Author
E. Noirfalise
Date
2015/06/29