随笔分类 -  图像/视觉的项目工程

摘要:1. Windows10 在vscode中自动**环境报错: CommandNotFoundError 见:https://www.codeleading.com/article/12184924469/ 2. vscode 的命令行数输入参数的文件配置 见:https://blog.csdn.ne 阅读全文
posted @ 2022-01-29 13:47 赵家小伙儿 阅读(134) 评论(0) 推荐(0) 编辑
摘要:1 # -*- coding:utf-8 -*- 2 3 import cv2 4 import os 5 6 7 images = 'D:\\sunway-AI\\Video_Frame\\' 8 if not os.path.exists(images): 9 os.mkdir(images) 阅读全文
posted @ 2020-10-16 18:14 赵家小伙儿 阅读(142) 评论(0) 推荐(0) 编辑
摘要:1. 基于图像质量特征分析的大致流程如下,主要围绕:镜面反射特征(Specular reflection feature)/模糊特征(Blurriness feature)/ 色矩特征(Chromatic moment feature)/ 颜色多样性特征(Color diversity featur 阅读全文
posted @ 2020-02-18 17:34 赵家小伙儿 阅读(1050) 评论(0) 推荐(0) 编辑
摘要:1. 活体相关文献综述调研 参考:https://blog.csdn.net/CVAIDL/article/details/84567319 2. 基于LBP纹理特征的检测 1) 基于LBP_256特征提取(基本的256维LBP特征向量) 401*401 RGB图片->灰度化-> 计算得到400*4 阅读全文
posted @ 2020-02-18 14:05 赵家小伙儿 阅读(1196) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示