劉柏宇

@ohmybug

Joined on Mar 10, 2018

  • 方法說明 Class Point: 用來表示軌跡點的 class,通常是一個 list class Point(): def __init__(self, fid=-1, timestamp=-1, visibility=0, x=0, y=0, z=0, event=0, speed=0.0, color='white'): self.fid = int(fid) # 代表是影片中的第幾個 frame self.timestamp = float(timestamp) # 紀錄時間戳記 self.visibility = int(visibility) # 紀錄該 frame 是否看得到球
     Like  Bookmark