HomeSort by relevance Sort by last modified time
    Searched full:to_ok (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/python/src2/
cv2.cpp 1207 #define MKTYPE2(NAME) pyopencv_##NAME##_specials(); if (!to_ok(&pyopencv_##NAME##_Type)) return NULL;
1209 #define MKTYPE2(NAME) pyopencv_##NAME##_specials(); if (!to_ok(&pyopencv_##NAME##_Type)) return
1280 static int to_ok(PyTypeObject *to) function
    [all...]

Completed in 107 milliseconds