0

Or to ask it in a other way "How to repair a crooked Bitmap by given Parameters"

the Situation i got an Bitmap which was scanned and could be crooked so i will check it agains some known values to get all 4 (real)corners

for example:

                x     y                  result
TOP LEFT     ( 100 |   50)             (  0|   0)
TOP RIGHT    ( 800 |    0)             (900|   0)
BOTTOM LEFT  (  5  | 2050)             (  0|2000)
BOTTOM RIGHT (1000 | 2000)             (900|2000)

so how would you achieve this

i know i need:

but how do i use it to transform the Bitmap itself

WiiMaxx
  • 5,322
  • 8
  • 51
  • 89
  • Are you using the .NET environment by any chance? – StevenTsooo Jul 09 '13 at 13:48
  • @StevenT. maybe my english is to bad but i don't understand this question because i'm using c# with wpf (see the Tags) so what else than .NET should i use o.O? – WiiMaxx Jul 09 '13 at 13:58

0 Answers0