#include "Object.h"
#include <iostream>
#include <math.h>
#include "VisualFeatureDesc.h"
#include "VisualROI.h"
#include "Vector.h"
Include dependency graph for VisualHistogramDesc.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | RobotFlow |
Data Structures | |
class | RobotFlow::VisualHistogramDesc< BinType, FeatType > |
Enumerations | |
enum | RobotFlow::e_VISUALHIST_similarityType { RobotFlow::e_VISUALHIST_BhattacharyyaCoeff = 0, RobotFlow::e_VISUALHIST_BhattacharyyaDist, RobotFlow::e_VISUALHIST_HistIntersection, RobotFlow::e_VISUALHIST_EuclideanDist, RobotFlow::e_VISUALHIST_unknownSimilarity } |