(define ocv_resize (lambda (img size args) (if (null? args) (ocv_resize2 img size) (apply ocv_resize1 img size args))))