Need help converting normalizedPath to UIImage's context

I am trying to follow Frank's demo on analyzing punch card using contour detection and am stuck with contoursObservation.normalizedPath. I'm trying to draw the detected path on top of my UIImage. Any sample code or reference on converting normalised path to UIImage's context would help me greatly.

Replies

I found the code on Apple Developer app. Thank you!