16 #ifndef __IPSDKIPLATTRIBUTES_HOUGHLINESEXTRACTIONPARAMS_H__ 17 #define __IPSDKIPLATTRIBUTES_HOUGHLINESEXTRACTIONPARAMS_H__ 73 #endif // __IPSDKIPLATTRIBUTES_HOUGHLINESEXTRACTIONPARAMS_H__ #define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HoughLinesExtractionParamsPtr createHoughLinesExtractionParams(const ipsdk::imaproc::attr::eHoughAccumThresholdType &accumThresholdType, const ipsdk::ipReal64 accumThresholdValue, const ipsdk::ipUInt32 localMaxSearchWindowRadius)
function allowing to create a HoughLineParams data item
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HoughLinesExtractionParamsPtr createDefaultHoughLinesExtractionParams()
function allowing to create a default HoughLineParams data item
eHoughAccumThresholdType
Enumerate describing the accumulator intensity threshold types.
Definition: HoughAccumThresholdTypes.h:31
boost::shared_ptr< const ipsdk::imaproc::attr::HoughLinesExtractionParams > HoughLinesExtractionParamsConstPtr
shared pointer to const ipsdk::imaproc::attr::HoughLinesExtractionParams
Definition: HoughLinesExtractionParams.h:154
ratio of the maximum of the image of accumulators
Definition: HoughAccumThresholdTypes.h:35
Definition of import/export macro for library.
Predefined types for accumulator intensity threshold management.
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
boost::shared_ptr< ipsdk::imaproc::attr::HoughLinesExtractionParams > HoughLinesExtractionParamsPtr
shared pointer to ipsdk::imaproc::attr::HoughLinesExtractionParams
Definition: HoughLinesExtractionParams.h:150