16 #ifndef __IPSDKIPLATTRIBUTES_DEEPFLOWPARAMS_H__ 17 #define __IPSDKIPLATTRIBUTES_DEEPFLOWPARAMS_H__ 48 typedef boost::shared_ptr<ipsdk::imaproc::attr::DeepFlowParams>
DeepFlowParamsPtr;
58 createDefaultDeepFlowParams();
62 createDeepFlowParams(
const ipUInt32 nbMaxLayers);
65 createDeepFlowParams(
const ipUInt32 nbMaxLayers,
69 createDeepFlowParams(
const ipUInt32 nbMaxLayers,
const ipReal32 downscaleFactor,
80 #endif // __IPSDKIPLATTRIBUTES_DEEPFLOWPARAMS_H__ #define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< const ipsdk::imaproc::attr::DeepFlowParams > DeepFlowParamsConstPtr
shared pointer to const ipsdk::imaproc::attr::DeepFlowParams
Definition: DeepFlowParams.h:248
boost::shared_ptr< ipsdk::imaproc::attr::DeepFlowParams > DeepFlowParamsPtr
shared pointer to ipsdk::imaproc::attr::DeepFlowParams
Definition: DeepFlowParams.h:244
Definition of import/export macro for library.
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25