15 #ifndef __IPSDKIPLFEATUREDETECTION_HOUGHLINESGRADIENT2DIMGLVL3_H__ 16 #define __IPSDKIPLFEATUREDETECTION_HOUGHLINESGRADIENT2DIMGLVL3_H__ 22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOptHoughLinesGradientImgParams.h> 23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutRealImg.h> 24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStrip2d/InGxYStrip2d.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStrip2d/InGyYStrip2d.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InOptHoughLinesOrientationTolerance.h> 40 (((
ipsdk)(imaproc)(attr))(InGxYStrip2d))
41 (((
ipsdk)(imaproc)(attr))(InGyYStrip2d))
42 (((
ipsdk)(imaproc)(attr))(InOptHoughLinesGradientImgParams))
43 (((
ipsdk)(imaproc)(attr))(InOptHoughLinesOrientationTolerance))
44 (((
ipsdk)(imaproc)(attr))(OutRealImg)))
52 ((LINESTRIP)(InGyYStrip2d)));
56 void setRowsMutexColl(
const boost::shared_ptr<std::vector<boost::shared_ptr<boost::mutex> > >& pRowsMutexColl);
61 template <
typename BufInType,
62 ipsdk::eInstructionSet::domain IS>
67 ipsdk::eInstructionSet::domain IS>
71 void pushPositionAndIntensityForThetaRange(
79 ipsdk::eInstructionSet::domain IS>
85 typedef std::vector<boost::shared_ptr<boost::mutex> > MutexColl;
86 typedef boost::shared_ptr<MutexColl> MutexCollPtr;
88 MutexCollPtr _pRowsMutexColl;
97 std::vector<ipReal32> _cos;
98 std::vector<ipReal32> _sin;
103 std::vector<std::vector<ipInt32> > _pixelsAboveThresholdX;
104 std::vector<std::vector<ipReal32> > _pixelsAboveThresholdIntensity;
114 #endif // __IPSDKIPLFEATUREDETECTION_HOUGHLINESGRADIENT2DIMGLVL3_H__
IPSDKBASEPROCESSING_API RulePtr none()
Definition of import/export macro for library.
#define IPSDK_DECLARE_PROCESSING_ALGORITHM(libraryName, algoName, RuleString, attributeSeq)
#define IPSDK_DECLARE_ALGORITHM_PARSED_DATA(dataSeq)
#define IPSDK_DECLARE_ALGORITHM_FUNCTION_SELECTOR(dataTypeSeq)