Searched refs:anchor_x (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_libopencv.c | 209 int cols = 0, rows = 0, anchor_x = 0, anchor_y = 0, shape = CV_SHAPE_RECT; in parse_iplconvkernel() local 212 sscanf(buf, "%dx%d+%dx%d/%32[^=]=%127s", &cols, &rows, &anchor_x, &anchor_y, shape_str, shape_filename); in parse_iplconvkernel() 235 if (anchor_x < 0 || anchor_y < 0 || anchor_x >= cols || anchor_y >= rows) { in parse_iplconvkernel() 238 anchor_x, anchor_y, cols, rows); in parse_iplconvkernel() 243 *kernel = cvCreateStructuringElementEx(cols, rows, anchor_x, anchor_y, shape, values); in parse_iplconvkernel() 250 rows, cols, anchor_x, anchor_y, shape_str); in parse_iplconvkernel()
|
Completed in 1 milliseconds