Statistical meaning of pre-probability formula used in Python computer vision code? (matplotlib.image.imread)

后端 未结 0 2015
花落未央
花落未央 2020-12-04 19:36
import numpy as np
import matplotlib.image as img;
C = 1.0-np.mean(img.imread(\'circle.png\'),axis=2);
C /= np.sum(C);

The image has 256 X 256 pixel

相关标签:
回答
  • 消灭零回复
提交回复
热议问题