libvot  0.1.3
A C++11 multithread library for image retrieval
Public Member Functions | Public Attributes | List of all members
vot::ImageCount Class Reference

This class contains a index for an image and a count for image. More...

#include <vocab_tree.h>

Public Member Functions

 ImageCount ()
 
 ImageCount (size_t index_, float count_)
 

Public Attributes

size_t index
 
float count
 

Detailed Description

This class contains a index for an image and a count for image.

Constructor & Destructor Documentation

vot::ImageCount::ImageCount ( )
inline
vot::ImageCount::ImageCount ( size_t  index_,
float  count_ 
)
inline

Member Data Documentation

float vot::ImageCount::count
size_t vot::ImageCount::index

The documentation for this class was generated from the following file: