View my account

Comments

4 comments

  • MartyX Grover

    Hi Ahabeillon  Could you explain what you mean by an 'image flux' please?  Thanks!

    0
    Comment actions Permalink
  • Ahabeillon

    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.

    0
    Comment actions Permalink
  • MartyX Grover

    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

    0
    Comment actions Permalink
  • Ahabeillon

    Hi MartyG

    That's what I think. I will try with an other method in C# (RenderTransform & ScaleTransform)

    Thanks a lot for your reply.

    0
    Comment actions Permalink

Please sign in to leave a comment.