Searched refs:D2y (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvcorner.cpp506 CvMat *Dx = 0, *Dy = 0, *D2x = 0, *D2y = 0, *Dxy = 0; local
603 CV_CALL( D2y = cvCreateMat( max_dy, aligned_width, d_depth ));
605 Dx->cols = Dy->cols = D2x->cols = D2y->cols = Dxy->cols = size.width;
634 d2y_filter.process(src,D2y,roi,origin,stage);
649 D2y->data.ptr, d_step, stripe_size, aperture_size ));
663 const short* d2ydata = (const short*)(D2y->data.ptr + i*D2y->step);
681 const float* d2ydata = (const float*)(D2y->data.ptr + i*D2y->step);
701 cvReleaseMat( &D2y );
[all...]

Completed in 45 milliseconds