BitmapToolkit Scol plugin
Public Member Functions | Public Attributes | List of all members
MlFeature Class Reference

#include <NeuralNetwork.h>

Inheritance diagram for MlFeature:

Public Member Functions

 MlFeature ()
 
 MlFeature (const cv::Point3d &p, int tl)
 
MlFeatureoperator+ (const MlFeature &rhs)
 
MlFeatureoperator- (const MlFeature &rhs)
 
MlFeatureoperator* (const MlFeature &rhs)
 
MlFeatureoperator+= (const MlFeature &rhs)
 
MlFeatureoperator-= (const MlFeature &rhs)
 
MlFeatureoperator/= (const MlFeature &rhs)
 

Public Attributes

int t
 

Detailed Description

Definition at line 44 of file NeuralNetwork.h.

Constructor & Destructor Documentation

◆ MlFeature() [1/2]

MlFeature::MlFeature ( )
inline

Definition at line 47 of file NeuralNetwork.h.

◆ MlFeature() [2/2]

MlFeature::MlFeature ( const cv::Point3d &  p,
int  tl 
)
inline

Definition at line 55 of file NeuralNetwork.h.

Member Function Documentation

◆ operator*()

MlFeature & MlFeature::operator* ( const MlFeature rhs)
inline

Definition at line 81 of file NeuralNetwork.h.

◆ operator+()

MlFeature & MlFeature::operator+ ( const MlFeature rhs)
inline

Definition at line 63 of file NeuralNetwork.h.

◆ operator+=()

MlFeature & MlFeature::operator+= ( const MlFeature rhs)
inline

Definition at line 90 of file NeuralNetwork.h.

◆ operator-()

MlFeature & MlFeature::operator- ( const MlFeature rhs)
inline

Definition at line 72 of file NeuralNetwork.h.

◆ operator-=()

MlFeature & MlFeature::operator-= ( const MlFeature rhs)
inline

Definition at line 99 of file NeuralNetwork.h.

◆ operator/=()

MlFeature & MlFeature::operator/= ( const MlFeature rhs)
inline

Definition at line 108 of file NeuralNetwork.h.

Member Data Documentation

◆ t

int MlFeature::t

Definition at line 117 of file NeuralNetwork.h.


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