last update 20 Sep 2009 |
#include "cvrFunctor.h"
#include "cvrImage.h"
#include "cvrTypes.h"
#include "cvrVector.h"
#include "cvrColorQuantization.h"
#include "cvrRGBPixel.h"
#include <map>
Go to the source code of this file.
Classes | |
class | cvr::kMColorQuantization |
k-Means based color quantization. More... | |
class | cvr::kMColorQuantization::kMColorQuantization::parameters |
the parameters for the class kMColorQuantization More... | |
struct | cvr::kMColorQuantization::kMColorQuantization::kMeanColor::kMColorQuantization::kMeanColor::hashEntry |
An entry of the hash table contains the number of pixels in the image that have the color corresponding to this entry (counter) and the index of this color in the cetroid-vector;. More... | |
Namespaces | |
namespace | cvr |
12.01.2006 (CVR-Lib )