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

/external/opencv/cv/src/
H A Dcvcorner.cpp222 int depth, d_depth; local
240 d_depth = depth == CV_8U ? CV_16S : CV_32F;
289 CV_CALL( dx_filter.init_deriv( size.width, depth, d_depth, 1, 0, aperture_size0 ));
290 CV_CALL( dy_filter.init_deriv( size.width, depth, d_depth, 0, 1, aperture_size0 ));
295 CV_CALL( Dx = cvCreateMat( max_dy, aligned_width, d_depth ));
296 CV_CALL( Dy = cvCreateMat( max_dy, aligned_width, d_depth ));
354 if( d_depth == CV_16S )
518 int depth, d_depth; local
549 d_depth = depth == CV_8U ? CV_16S : CV_32F;
591 dx_filter.init_deriv( size.width, depth, d_depth,
[all...]

Completed in 74 milliseconds