Home
last modified time | relevance | path

Searched defs:img_bgr (Results 1 – 4 of 4) sorted by relevance

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tutorials/frontend/
H A Dfrom_coreml.py64 img_bgr = np.array(img)[:, :, ::-1] variable
/dports/misc/tvm/incubator-tvm-0.6.1/tutorials/frontend/
H A Dfrom_coreml.py63 img_bgr = np.array(img)[:,:,::-1] variable
/dports/misc/py-tvm/incubator-tvm-0.6.1/tutorials/frontend/
H A Dfrom_coreml.py63 img_bgr = np.array(img)[:,:,::-1] variable
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/mcc/src/
H A Dchecker_detector.cpp89 cv::Mat img_bgr, img_gray; in _no_net_process() local
321 cv::Mat img_bgr, img_gray; in process() local