Go to the source code of this file.
typedef struct CvParamLattice CvParamLattice |
typedef struct CvCNNLayer CvCNNLayer |
typedef struct CvCNNetwork CvCNNetwork |
void * input |
typedef int t |
typedef CvCNNLayer* layer |
typedef struct CvCNNConvolutionLayer CvCNNConvolutionLayer |
typedef struct CvCNNSubSamplingLayer CvCNNSubSamplingLayer |
typedef struct CvCNNFullConnectLayer CvCNNFullConnectLayer |
typedef struct CvCNNStatModel CvCNNStatModel |
typedef struct CvCNNStatModelParams CvCNNStatModelParams |
typedef const CvMat* CV_CDECL CvStatModelEstimateGetMat(const CvStatModel *estimateModel) |
typedef const CvStatModel * model |
typedef const CvStatModel const CvMat* features |
typedef const CvStatModel const CvMat int sample_t_flag |
typedef float* correlation |
typedef struct CvCrossValidationParams CvCrossValidationParams |
typedef struct CvCrossValidationModel CvCrossValidationModel |
CV_INLINE CvParamLattice cvParamLattice | ( | double | min_val, |
double | max_val, | ||
double | log_step | ||
) |
CV_INLINE CvParamLattice cvDefaultParamLattice | ( | void | ) |
typedef void | ( | CV_CDECL * | CvCNNLayerForward ) |
CVAPI | ( | CvCNNLayer * | ) |
int int int int float int CvMat* connect_mask CV_DEFAULT | ( | 0 | ) |
CVAPI | ( | CvCNNetwork * | ) |
CVAPI | ( | CvStatModel * | ) | const |
typedef int | ( | CV_CDECL * | CvStatModelEstimateNextStep ) |
typedef float | ( | CV_CDECL * | CvStatModelEstimateGetCurrentResult ) | const |
CVAPI | ( | float | ) | const |
CVAPI | ( | void | ) |
int input_height |
int int input_width |
int int int n_output_planes |
int int int int K |
int float float float init_learn_rate |
int int int float float float int learn_rate_decrease_type |
int int int sub_samp_scale |
int float a |
int float float s |
int n_outputs |
int float float float int learning_type |
int tflag |
int const CvMat* trueClasses |
int const CvMat CvStatModel*(* createClassifier)(const CvMat *, int, const CvMat *, const CvStatModelParams *, const CvMat *, const CvMat *, const CvMat *, const CvMat *) |
CvMat int num_samples |
CvMat int int num_features |
CvMat int int CvMat int num_classes |