HoG Class Reference

#include <VisionX/components/image_processor/ValveAttention/hog.h>

Public Member Functions

void findSalientRegions (const CByteImage *origin, CFloatImage *saliencyImage)
 
 HoG (int numOfBing=16, int sampleTime=500, int numOfHistory=2, int minRandomWindow=20, int randomWindowScaleFloor=1, int randomWindowScaleCeil=2)
 
void loadTrainingData (std::string path)
 
void setParameters (bool useHough, bool useHoG)
 

Detailed Description

Definition at line 47 of file hog.h.

Constructor & Destructor Documentation

◆ HoG()

HoG ( int numOfBing = 16,
int sampleTime = 500,
int numOfHistory = 2,
int minRandomWindow = 20,
int randomWindowScaleFloor = 1,
int randomWindowScaleCeil = 2 )

Definition at line 7 of file hog.cpp.

Member Function Documentation

◆ findSalientRegions()

void findSalientRegions ( const CByteImage * origin,
CFloatImage * saliencyImage )

Definition at line 93 of file hog.cpp.

+ Here is the call graph for this function:

◆ loadTrainingData()

void loadTrainingData ( std::string path)

Definition at line 24 of file hog.cpp.

◆ setParameters()

void setParameters ( bool useHough,
bool useHoG )

Definition at line 527 of file hog.cpp.


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