Point Cloud Library (PCL)  1.14.1-dev
List of all members | Public Member Functions | Public Attributes
NcvRect8u Struct Reference

#include </__w/1/s/gpu/people/src/cuda/nvidia/NCV.hpp>

Public Member Functions

__host__ __device__ NcvRect8u ()
 
__host__ __device__ NcvRect8u (Ncv8u x, Ncv8u y, Ncv8u width, Ncv8u height)
 

Public Attributes

Ncv8u x
 
Ncv8u y
 
Ncv8u width
 
Ncv8u height
 

Detailed Description

Definition at line 128 of file NCV.hpp.

Constructor & Destructor Documentation

◆ NcvRect8u() [1/2]

__host__ __device__ NcvRect8u::NcvRect8u ( )
inline

Definition at line 134 of file NCV.hpp.

◆ NcvRect8u() [2/2]

__host__ __device__ NcvRect8u::NcvRect8u ( Ncv8u  x,
Ncv8u  y,
Ncv8u  width,
Ncv8u  height 
)
inline

Definition at line 135 of file NCV.hpp.

Member Data Documentation

◆ height

Ncv8u NcvRect8u::height

Definition at line 133 of file NCV.hpp.

Referenced by HaarFeature64::getRect().

◆ width

Ncv8u NcvRect8u::width

Definition at line 132 of file NCV.hpp.

Referenced by HaarFeature64::getRect().

◆ x

Ncv8u NcvRect8u::x

Definition at line 130 of file NCV.hpp.

Referenced by HaarFeature64::getRect().

◆ y

Ncv8u NcvRect8u::y

Definition at line 131 of file NCV.hpp.

Referenced by HaarFeature64::getRect().


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