Searched refs:ICV_LAPLACE_ROW (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cv/src/ |
D | cvderiv.cpp | 485 #define ICV_LAPLACE_ROW( flavor, srctype, dsttype, load_macro ) \ macro 539 ICV_LAPLACE_ROW( 8u32s, uchar, int, CV_NOP ) 540 ICV_LAPLACE_ROW( 8u32f, uchar, float, CV_8TO32F ) 541 ICV_LAPLACE_ROW( 32f, float, float, CV_NOP )
|