Autocorrect trapoziodal images in c# [closed]

asked 2019-06-20 03:43:40 -0600

Hi All,

I want to autocorrect trapezoidal images in c#.

Please let me know how can we achieve in c#. I tried installing openCVSharp.

Thanks,

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by berak
close date 2019-06-20 03:45:19.175838

Comments

unfortunately, c# is the problem here.

I tried installing openCVSharp.

not maintained from opencv

but please look at getPerspectiveTransform() , you'll find a lot of sample for this (it's a common problem)

berak gravatar imageberak ( 2019-06-20 03:46:12 -0600 )edit