|
MorphoGraphX
2.0-1-227
|
#include <ImageCuda.hpp>
Public Member Functions | |
| MaskKernel (const float *_mask) | |
| __device__ __host__ void | init () |
| __device__ __host__ void | data (T val, int pos) |
| __device__ __host__ T | result () |
Public Attributes | |
| float | acc |
| const float * | mask |
Definition at line 323 of file ImageCuda.hpp.
|
inline |
Definition at line 328 of file ImageCuda.hpp.
|
inline |
Definition at line 332 of file ImageCuda.hpp.
|
inline |
Definition at line 330 of file ImageCuda.hpp.
|
inline |
Definition at line 334 of file ImageCuda.hpp.
| float mgx::MaskKernel< T >::acc |
Definition at line 325 of file ImageCuda.hpp.
| const float* mgx::MaskKernel< T >::mask |
Definition at line 326 of file ImageCuda.hpp.
1.8.17