Commit Graph

13 Commits

Author SHA1 Message Date
2b0a2ce06d refacto 2023-07-01 17:42:31 +02:00
1d61235e51 cleanup 2023-07-01 17:19:48 +02:00
6c0678ca1d cleanup 2023-07-01 17:17:33 +02:00
3d53982e72 fix homography calculation + test 2023-07-01 17:14:01 +02:00
ee9e3f1da0 add homography transformer 2023-07-01 16:01:11 +02:00
f307fea63c fix code + dummy dac 2023-06-29 23:24:56 +02:00
883c72ff24 cleanups 2023-06-10 18:53:10 +02:00
9a5db444a0 cleanup and new grid 2023-06-10 18:47:04 +02:00
81de6728fc fix warnings 2023-06-10 17:08:08 +02:00
08e78b9a88 feat: adding somme new transformation
* Rotate to rotate the image, !! Some point could be outside of the
  0-4096 range on x and y !!
  you should parameter a center and an angle. All the point will move
  around the center. The angle is un degre.
* Flip vertical: flip all the point verticaly. You should parameter an
  height where all point will flip
* Flip horizontaly. You should parameter an X corrodinate where all
  point will flip around.
2023-06-08 22:34:03 +02:00
9c996b1029 fix tests 2023-06-08 15:49:29 +02:00
ad3b3803ce load transformers from config file 2023-06-07 17:26:30 +02:00
e899d8061c refacto transformer with module hierarchy 2023-06-06 11:31:45 +02:00