OSDN Git Service

Added a FixedRotationFilter.
authorWei Hua <whua@google.com>
Thu, 1 Sep 2011 00:07:53 +0000 (17:07 -0700)
committerWei Hua <whua@google.com>
Thu, 1 Sep 2011 00:07:53 +0000 (17:07 -0700)
commit979b9d227671081fcc90eb74b6de1b340c7ef781
tree4d08c3fbfef66a096e9796b833a1d13b9108a2e5
parent80dc64dcf4ba482ff68cbda1b7078e58bb691df6
Added a FixedRotationFilter.

bug: 5221073
RotationFilter is used for dealing the 4 orientations of the device.
Fixed ToPackedGrayFilter to correctly resize the image
if aspect ratio needs to be kept.

Change-Id: Idd3c26ae2ec12b64f7d040a301a87c619fe146e3
mca/filterpacks/imageproc/java/FixedRotationFilter.java [new file with mode: 0644]
mca/filterpacks/imageproc/java/ToPackedGrayFilter.java