Commit Graph

9 Commits

Author SHA1 Message Date
Marc Planard ee9e3f1da0 add homography transformer 2023-07-01 16:01:11 +02:00
Marc Planard f307fea63c fix code + dummy dac 2023-06-29 23:24:56 +02:00
Marc Planard 9a5db444a0 cleanup and new grid 2023-06-10 18:47:04 +02:00
Lapin Raving 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
Marc Planard 40abb3ac57 no need for these mod to be pub anymore 2023-06-06 11:44:33 +02:00
Marc Planard bc78b30b09 refacto transformer with module hierarchy 2023-06-06 11:32:05 +02:00
Marc Planard 7d7eec6695 refacto transformer with module hierarchy 2023-06-06 11:30:46 +02:00
Marc Planard 1072ff4660 make clippy happy 2023-06-05 13:19:35 +02:00
Marc Planard 12ceb6f69b rename modifier to transformer 2023-06-05 11:21:16 +02:00