Template Class LTM
Defined in File xf_ltm.hpp
Class Documentation
-
template<int IN_TYPE, int OUT_TYPE, int BLK_ROWS, int BLK_COLS, int ROWS, int COLS, int NPC>
class xf::cv::LTM Public Functions
-
inline LTM()
Public Static Functions
- template<int T = IN_TYPE, typename std::enable_if<!is_floating_point< T >::value >::type * = nullptr> static inline constexpr XF_CTUNAME (IN_TYPE, NPC) LOW()
- template<int T = IN_TYPE, typename std::enable_if< is_floating_point< T >::value >::type * = nullptr> static inline constexpr XF_CTUNAME (IN_TYPE, NPC) LOW()
- template<int T = IN_TYPE, typename std::enable_if<!is_floating_point< T >::value >::type * = nullptr> static inline constexpr XF_CTUNAME (IN_TYPE, NPC) HIGH()
- template<int T = IN_TYPE, typename std::enable_if< is_floating_point< T >::value >::type * = nullptr> static inline constexpr XF_CTUNAME (IN_TYPE, NPC) HIGH()
- template<int T = IN_TYPE, typename std::enable_if<!is_floating_point< T >::value >::type * = nullptr> static inline float to_float (XF_CTUNAME(T, NPC) &a)
- template<int T = IN_TYPE, typename std::enable_if< is_floating_point< T >::value >::type * = nullptr> static inline float to_float (XF_CTUNAME(T, NPC) &a)
- template<int T = IN_TYPE, typename std::enable_if<!is_floating_point< T >::value >::type * = nullptr> static inline bool is_less (XF_CTUNAME(T, NPC) a, XF_CTUNAME(T, NPC) b)
- template<int T = IN_TYPE, typename std::enable_if< is_floating_point< T >::value >::type * = nullptr> static inline bool is_less (XF_CTUNAME(T, NPC) a, XF_CTUNAME(T, NPC) b)
- static static XF_CTUNAME (IN_TYPE, NPC) max(XF_DTUNAME(IN_TYPE
-
inline LTM()