Home | History | Annotate | Download | only in src

Lines Matching defs:tilted

3059 //  void integral(Mat src, Mat& sum, Mat& sqsum, Mat& tilted, int sdepth = -1, int sqdepth = -1)
3073 Mat& tilted = *((Mat*)tilted_nativeObj);
3074 cv::integral( src, sum, sqsum, tilted, (int)sdepth, (int)sqdepth );
3097 Mat& tilted = *((Mat*)tilted_nativeObj);
3098 cv::integral( src, sum, sqsum, tilted );