hello @Greg,
I do see and experimented with: private var epsilon: Float = 0.001
I see this: let req = VNDetectContoursRequest()
I see no resolution of the request.
Can you please advise or a sample of this resolution setting? as you saw I really desire straight line detection and the corners. Sorry I'm not a real programmer at all, trying though. 60 yr old man :) thank you. feel free to email. thx. Greg, I tried this: (did i do it right?)
private lazy var request: VNDetectContoursRequest = {
let req = VNDetectContoursRequest()
req.maximumImageDimension = 2000
return req
}()
see no real difference in the contour shape though. Note those pics were very cropped = zoomed in.
Other big critical problem/issue I have been struggling with, is over laying the contour. Can we discuss here, or you prefer a new question with that subject? thx. I'd prefer email please :).