Searched refs:resize_and_binarize_image (Results 1 - 2 of 2) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/oled/ |
H A D | img2code.py | 37 def resize_and_binarize_image(frame, width, height, threshold): function 61 return resize_and_binarize_image(frame, TARGET_WIDTH, TARGET_HEIGHT, PIXEL_THRESHOLD) 80 bitmap = resize_and_binarize_image(frame, width, height, threshold) # 转为目标格式的数组
|
/vendor/hisilicon/hispark_pegasus/demo/ssd1306_demo/ |
H A D | img2code.py | 38 def resize_and_binarize_image(frame, width, height, threshold): function 62 return resize_and_binarize_image(frame, TARGET_WIDTH, TARGET_HEIGHT, PIXEL_THRESHOLD) 81 bitmap = resize_and_binarize_image(frame, width, height, threshold) # 转为目标格式的数组
|
Completed in 1 milliseconds