1. 首页
  2. 数据库
  3. 其它
  4. 使用Python实现图像标记点的坐标输出功能

使用Python实现图像标记点的坐标输出功能

上传者: 2020-12-31 19:31:08上传 PDF文件 109.39KB 热度 21次
Sometimes we have need to interact with an application,for example by marking points in an image,or you need to annotation some training data.PyLab comes with a simple function ginput() the let’s you do just that .Here’s a short example. from PIL import Image from pylab import * im = array(Image.o
下载地址
用户评论