Home | History | Annotate | Download | only in include

Lines Matching refs:calc

343     typedef void (CvSVMKernel::*Calc)( int vec_count, int vec_size, const float** vecs,
346 CvSVMKernel( const CvSVMParams* _params, Calc _calc_func );
347 virtual bool create( const CvSVMParams* _params, Calc _calc_func );
351 virtual void calc( int vcount, int n, const float** vecs, const float* another, float* results );
354 Calc calc_func;