|
Img2Num C++ (Internal Developer Docs) dev
API Documentation
|
Collaboration diagram for ClusterAccumulator:Public Attributes | |
| int32_t | sumR |
| int32_t | sumG |
| int32_t | sumB |
| uint32_t | count |
Definition at line 35 of file kmeans_gpu.cpp.
| uint32_t ClusterAccumulator::count |
Definition at line 39 of file kmeans_gpu.cpp.
| int32_t ClusterAccumulator::sumB |
Definition at line 38 of file kmeans_gpu.cpp.
| int32_t ClusterAccumulator::sumG |
Definition at line 37 of file kmeans_gpu.cpp.
| int32_t ClusterAccumulator::sumR |
Definition at line 36 of file kmeans_gpu.cpp.