Is it safe to assume once the observation has been generated, the points are cached in some structure internal to the observation?
Thanks for showing the link.
Is it safe to assume once the observation has been generated, the points are cached in some structure internal to the observation?
The problem is that it is not clear what you mean by cached.
You should better not expect anything unless it is explicitly documented.
But as far as I can see in the docs and in my experiences I have used other Vision features till now, VNHumanBodyPoseObservation
is a class type, so the points held in an instance would be kept while the instance is alive.
In other words, you should not expect that the points would be updated even if you performed another VNDetectHumanBodyPoseRequest
.
If you think this is not answering to your question, please explain what you mean by cached more precisely.