Main Page Class Hierarchy Alphabetical List Compound List Compound Members
prapi::color::ColorCorrelogram Class Reference
#include <ColorCorrelogram.h>
Inheritance diagram for prapi::color::ColorCorrelogram:
List of all members.
Detailed Description
A feature extractor that calculates the color correlogram for an RGB color image.
The method is described in detail in Jing Huang; Kumar, S.R.; Mitra, M.; Wei-Jing Zhu; Zabih, R.: "Image indexing using color correlograms", Computer Vision and Pattern Recognition, 1997. Proceedings., 1997 IEEE Computer Society Conference on, 1997, Pages: 762 -768
Public Methods |
| | ColorCorrelogram (int levels, int originalLevels, const List< int > &distances) |
| | Create a color correlogram extractor with the given parameters.
|
|
List< int > | getFeatureVector (const RGBColorImage<> &img) throw (FeatureExtractionException&) |
Constructor & Destructor Documentation
| prapi::color::ColorCorrelogram::ColorCorrelogram |
( |
int |
levels, |
|
|
int |
originalLevels, |
|
|
const List< int > & |
distances |
|
) |
[inline] |
|
|
|
Create a color correlogram extractor with the given parameters.
-
Parameters:
-
| levels |
the number of quantization levels for a color channel |
| originalLevels |
the original number of quantization levels |
| distances |
the distances on which the correlogram is calculated |
|
The documentation for this class was generated from the following files:
- ColorCorrelogram.h
- ColorCorrelogram.cc
Documentation generated on 11.09.2003 with Doxygen.
The documentation is copyrighted material.
Copyright © Topi Mäenpää 2003. All rights reserved.