|
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 48 of file kmeans_gpu.cpp.
| uint32_t ClusterAccumulator::count |
Definition at line 52 of file kmeans_gpu.cpp.
| int32_t ClusterAccumulator::sumB |
Definition at line 51 of file kmeans_gpu.cpp.
| int32_t ClusterAccumulator::sumG |
Definition at line 50 of file kmeans_gpu.cpp.
| int32_t ClusterAccumulator::sumR |
Definition at line 49 of file kmeans_gpu.cpp.