IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HoughAccumThresholdTypes.h
Go to the documentation of this file.
1 // HoughAccumThresholdTypes.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLATTRIBUTES_HOUGHACCUMTHRESHOLDTYPES_H__
16 #define __IPSDKIPLATTRIBUTES_HOUGHACCUMTHRESHOLDTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace imaproc {
22 namespace attr {
23 
26 
33 )
34 
35 
36 
39 } // end of namespace attr
40 } // end of namespace imaproc
41 } // end of namespace ipsdk
42 
43 #endif // __IPSDKIPLATTRIBUTES_HOUGHACCUMTHRESHOLDTYPES_H__
absolute threshold
Definition: HoughAccumThresholdTypes.h:33
eHoughAccumThresholdType
Enumerate describing the accumulator intensity threshold types.
Definition: HoughAccumThresholdTypes.h:31
ratio of the maximum of the image of accumulators
Definition: HoughAccumThresholdTypes.h:35
quantile of the histogram of the image of accumulators
Definition: HoughAccumThresholdTypes.h:37
#define IPSDK_ENUM(enumTypeStr, enumSeq)