IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
OutOutputRange.h
1 // OutOutputRange.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKIPLATTRIBUTES_OUTOUTPUTRANGE_H__
16 #define __IPSDKIPLATTRIBUTES_OUTOUTPUTRANGE_H__
17 
19 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Range.h>
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
28 
30  OutOutputRange,
33 
36 
37 } // end of namespace attr
38 } // end of namespace imaproc
39 } // end of namespace ipsdk
40 
41 #endif // __IPSDKIPLATTRIBUTES_OUTOUTPUTRANGE_H__
Range (min and max) used as input parameter by image processing algorithms, such as normalization...
Definition: Range.h:55
IPSDKBASEPROCESSING_API RulePtr none()
#define IPSDK_DECLARE_OUTPUT_FROM_EXISTING_DATAITEM_ATTRIBUTE(libraryName, className, dataItemClassName, RuleString)
Definition of import/export macro for library.