asrl::GpuIntegralImage Class ReferenceThe integral image on the device. More...
Detailed DescriptionThe integral image on the device. A simple class that holds an integral image. The underlying storage is a cudaArray which may be converted to a texture. The underlying storage is float. Definition at line 64 of file GpuIntegralImage.hpp. Constructor & Destructor Documentation
A constructor that will initialize the integral image
Definition at line 39 of file GpuIntegralImage.cpp.
The destructor cleans up the device memory. Definition at line 49 of file GpuIntegralImage.cpp. Member Function Documentation
Definition at line 54 of file GpuIntegralImage.cpp.
Definition at line 69 of file GpuIntegralImage.cpp.
Definition at line 64 of file GpuIntegralImage.cpp.
Definition at line 59 of file GpuIntegralImage.cpp. Member Data Documentation
The underlying host pointer. Definition at line 115 of file GpuIntegralImage.hpp.
The underlying device pointer. Definition at line 112 of file GpuIntegralImage.hpp.
The height of the integral image. Definition at line 109 of file GpuIntegralImage.hpp.
The width of the integral image. Definition at line 106 of file GpuIntegralImage.hpp. The documentation for this class was generated from the following files: Generated on Fri Apr 30 20:06:20 2010 for gpusurf by 1.6.2 |