Public Member Functions | Public Attributes

ntk::Rect3_< T > Class Template Reference

#include <opencv_utils.h>

List of all members.

Public Member Functions

 Rect3_ ()
void extendToInclude (const cv::Point3f &p)
bool isEmpty () const
cv::Point3_< T > centroid () const

Public Attributes

x
y
z
width
height
depth

template<class T>
class ntk::Rect3_< T >


Constructor & Destructor Documentation

template<class T >
ntk::Rect3_< T >::Rect3_ (  )  [inline]

Member Function Documentation

template<class T >
cv::Point3_<T> ntk::Rect3_< T >::centroid (  )  const [inline]
template<class T >
void ntk::Rect3_< T >::extendToInclude ( const cv::Point3f &  p  )  [inline]
template<class T >
bool ntk::Rect3_< T >::isEmpty (  )  const [inline]

Member Data Documentation

template<class T >
T ntk::Rect3_< T >::depth
template<class T >
T ntk::Rect3_< T >::height
template<class T >
T ntk::Rect3_< T >::width
template<class T >
T ntk::Rect3_< T >::x
template<class T >
T ntk::Rect3_< T >::y
template<class T >
T ntk::Rect3_< T >::z

The documentation for this class was generated from the following file: