forest.py 文件源码

python
阅读 31 收藏 0 点赞 0 评论 0

项目:checkmymeat 作者: kendricktan 项目源码 文件源码
def describe(image, mask = None):
    hist = cv2.calcHist([image], [0, 1, 2], mask, [8,8,8], [0, 256, 0, 256, 0, 256])    
    cv2.normalize(hist, hist)    
    return hist.flatten()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号