如何访问图像细节,即python中的GPS数据和发光强度

时间:2018-10-31 11:38:11

标签: python image machine-learning

我正在尝试在图像上的python中创建机器学习分类器。为此,我需要访问图像详细信息,例如GPS位置,时间戳和发光强度。我尝试使用matplotlib.pyplot.imread导入图像。这仅给我提供了我也需要使用的RGB信息,但无法访问其他规格。

import matplotlib.pyplot as plt
image = plt.imread("test.jpg")

如何从python中的图像访问这些其他规范?

0 个答案:

没有答案