C# Rotated flux
Hi,
a simple question, is it possible to obtain directly a rotated image flux thanks a setting?
Thanks a lots,
Regards
-
Hi Ahabeillon Could you explain what you mean by an 'image flux' please? Thanks!
-
Hello MartyG,
I'm using this part of code :

But now, i need to turn my resulting image.
My question is : is it possible to turn it thanks a SDK option?Thanks for your help.
-
If you are asking if you can "flip" a color image to reverse its direction, the SDK does not have a built-in image flip function but OpenCV has a cv2.flip() function.
The number of C# language references for doing this with OpenCV are limited, though an example script titled Example #2 in the link below for performing a flip with WriteableBitmap may fit well with your current script.
https://csharp.hotexamples.com/examples/-/FlipMode/-/php-flipmode-class-examples.html
-
Hi MartyG
That's what I think. I will try with an other method in C# (RenderTransform & ScaleTransform)
Thanks a lot for your reply.
Please sign in to leave a comment.
Comments
4 comments