Home
last modified time | relevance | path

Searched refs:CV_ImageFormat_BGRA (Results 1 – 1 of 1) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/pymnn/src/
H A DMNN.cc2234 PyObject *CV_ImageFormat_BGRA = PyLong_FromLong(CV::BGRA); in MOD_INIT_FUNC() local
2240 PyModule_AddObject(m, "CV_ImageFormat_BGRA", CV_ImageFormat_BGRA); in MOD_INIT_FUNC()