|
vision-ui/service/image_similar.py Line 24 in 1d21821 这里的0.078的意义是什么 |
Answered by
BrightHai
Mar 19, 2022
Replies: 1 comment
|
OpenCV中图像的表示为image[h-高, w-宽, c-通道],对于移动端UI,h方向起点区域存在信号状态栏,不同屏幕大小的设备可以用 w*缩放系数表示那部分区域 |
0 replies
Answer selected by
hakaboom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OpenCV中图像的表示为image[h-高, w-宽, c-通道],对于移动端UI,h方向起点区域存在信号状态栏,不同屏幕大小的设备可以用 w*缩放系数表示那部分区域