RealOrangeOne / zoloto

A fiducial marker system powered by OpenCV - Supports ArUco and April
https://zoloto.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
13 stars 7 forks source link

Prevent passing arguments to cached method #217

Closed RealOrangeOne closed 4 years ago

RealOrangeOne commented 4 years ago

The argument isn't considered as part of the cache key, which is unsafe. So just remove it.

Also tighten up the types to reflect this.