Mirror Filter
I completed the OpenCV Mirror class...
But it is not good to use OpenCV instead of it we can use the Gdi+ based rotation.
So I converted the OpenCV class developement to the Gdi+ class.
Gdi+ supports the PARGB format whereas openCV doesnt support this support.
Mirror Operations and its Gdi+ equaivalent RotateFlipType :
------------------------------------------------------------------
None - RotateNoneFlipNone
MirrorX - Rotate180FlipX
MirrorY - Rotate180FlipY
MirrorXY - RotateNoneFlipXY
But it is not good to use OpenCV instead of it we can use the Gdi+ based rotation.
So I converted the OpenCV class developement to the Gdi+ class.
Gdi+ supports the PARGB format whereas openCV doesnt support this support.
Mirror Operations and its Gdi+ equaivalent RotateFlipType :
------------------------------------------------------------------
None - RotateNoneFlipNone
MirrorX - Rotate180FlipX
MirrorY - Rotate180FlipY
MirrorXY - RotateNoneFlipXY
Labels: DirectX Transform
0 Comments:
Post a Comment
<< Home