![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Plan indexed collection initializer operators. More...
#include <IPSDKImageProcessing/IPSDKImageProcessingExports.h>#include <IPSDKBaseProcessing/OutputInitializer/OutputInitializerOperators.h>#include <IPSDKImageProcessing/OutputInitializer/PlanIndexed/FromImagePlanIndexedInitializer.h>#include <IPSDKImageProcessing/OutputInitializer/PlanIndexed/FromOtherPlanIndexedInitializer.h>#include <IPSDKImage/Image/ImageTypes.h>#include <boost/make_shared.hpp>#include <boost/function.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 OutputAttributeType > | |
| processor::OutputInitializerPtr | ipsdk::imaproc::fromImage (const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const ImageAttributeConstWeakPtr &pInputImageAttribute, const eFromImagePlanIndexedPolicy &fromImagePlanIndexedPolicy) |
| function allowing to initialize a plan indexed collection with respect to a given image geometry | |
| template<typename OutputAttributeType > | |
| processor::OutputInitializerPtr | ipsdk::imaproc::fromImage (const boost::shared_ptr< OutputAttributeType > &pOutputAttribute, const ImageAttributeConstPtr &pInputAttribute, const eFromImagePlanIndexedPolicy &fromImagePlanIndexedPolicy) |
| function allowing to initialize a plan indexed collection with respect to a given image geometry | |
| template<typename OutputAttributeType > | |
| processor::OutputInitializerPtr | ipsdk::imaproc::fromImage (const boost::shared_ptr< OutputAttributeType > &pOutputAttribute, const ImageAttributeConstPtr &pInputAttribute) |
| function allowing to initialize a plan indexed collection with respect to a given image geometry | |
| template<typename OutputAttributeType > | |
| processor::OutputInitializerPtr | ipsdk::imaproc::fromImageButColor (const boost::shared_ptr< OutputAttributeType > &pOutputAttribute, const ImageAttributeConstPtr &pInputAttribute) |
| function allowing to initialize a plan indexed collection with respect to a given image geometry | |
| template<typename OutputAttributeType > | |
| processor::OutputInitializerPtr | ipsdk::imaproc::fromImageButVolume (const boost::shared_ptr< OutputAttributeType > &pOutputAttribute, const ImageAttributeConstPtr &pInputAttribute) |
| function allowing to initialize a plan indexed collection with respect to a given image geometry | |
| template<typename OutputAttributeType > | |
| processor::OutputInitializerPtr | ipsdk::imaproc::fromImage (const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const ImageAttributeConstWeakPtr &pInputImageAttribute, const eFromImagePlanIndexedPolicy &fromImagePlanIndexedPolicy, boost::function< typename OutputAttributeType::PlanStorageType()> planCreator) |
| function allowing to initialize a plan indexed collection with respect to a given image geometry | |
| template<typename OutputAttributeType > | |
| processor::OutputInitializerPtr | ipsdk::imaproc::fromImage (const boost::shared_ptr< OutputAttributeType > &pOutputAttribute, const ImageAttributeConstPtr &pInputAttribute, const eFromImagePlanIndexedPolicy &fromImagePlanIndexedPolicy, boost::function< typename OutputAttributeType::PlanStorageType()> planCreator) |
| function allowing to initialize a plan indexed collection with respect to a given image geometry | |
| template<typename OutputAttributeType > | |
| processor::OutputInitializerPtr | ipsdk::imaproc::fromImage (const boost::shared_ptr< OutputAttributeType > &pOutputAttribute, const ImageAttributeConstPtr &pInputAttribute, boost::function< typename OutputAttributeType::PlanStorageType()> planCreator) |
| function allowing to initialize a plan indexed collection with respect to a given image geometry | |
| template<typename OutputAttributeType > | |
| processor::OutputInitializerPtr | ipsdk::imaproc::fromImageButColor (const boost::shared_ptr< OutputAttributeType > &pOutputAttribute, const ImageAttributeConstPtr &pInputAttribute, boost::function< typename OutputAttributeType::PlanStorageType()> planCreator) |
| function allowing to initialize a plan indexed collection with respect to a given image geometry | |
| template<typename OutputAttributeType > | |
| processor::OutputInitializerPtr | ipsdk::imaproc::fromImageButVolume (const boost::shared_ptr< OutputAttributeType > &pOutputAttribute, const ImageAttributeConstPtr &pInputAttribute, boost::function< typename OutputAttributeType::PlanStorageType()> planCreator) |
| function allowing to initialize a plan indexed collection with respect to a given image geometry | |
| template<typename OutputAttributeType > | |
| processor::OutputInitializerPtr | ipsdk::imaproc::fromOther (const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const PlanIndexedAttributeConstWeakPtr &pInputAttribute) |
| function allowing to initialize a plan indexed collection with respect to a given other plan indexed shape | |
| template<typename OutputAttributeType > | |
| processor::OutputInitializerPtr | ipsdk::imaproc::fromOther (const boost::shared_ptr< OutputAttributeType > &pOutputAttribute, const PlanIndexedAttributeConstWeakPtr &pInputAttribute) |
| function allowing to initialize a plan indexed collection with respect to a given other plan indexed shape | |
| template<typename OutputAttributeType > | |
| processor::OutputInitializerPtr | ipsdk::imaproc::fromOther (const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const PlanIndexedAttributeConstWeakPtr &pInputAttribute, boost::function< typename OutputAttributeType::PlanStorageType()> planCreator) |
| function allowing to initialize a plan indexed collection with respect to a given other plan indexed shape | |
| template<typename OutputAttributeType > | |
| processor::OutputInitializerPtr | ipsdk::imaproc::fromOther (const boost::shared_ptr< OutputAttributeType > &pOutputAttribute, const PlanIndexedAttributeConstWeakPtr &pInputAttribute, boost::function< typename OutputAttributeType::PlanStorageType()> planCreator) |
| function allowing to initialize a plan indexed collection with respect to a given other plan indexed shape | |
Plan indexed collection initializer operators.
1.8.14