Thank you guys for the great work! your efforts are appreciated.
I wanted to do some transformation on an image and transform a keypoint with the same transformation. so I used
But I noticed that there are some problems with the Fliplr, the x component is not transformed by the flipping. I expect the new x should be img width - old x. I see the x doesn't change and the transformation(Rotation and scale) works fine without the flipping.
Thank you guys for the great work! your efforts are appreciated. I wanted to do some transformation on an image and transform a keypoint with the same transformation. so I used
But I noticed that there are some problems with the
Fliplr
, the x component is not transformed by the flipping. I expect the new x should be img width - old x. I see the x doesn't change and the transformation(Rotation and scale) works fine without the flipping.