OSDN Git Service

add redeye and improve shadow removal
authorJohn Hoford <hoford@google.com>
Mon, 8 Oct 2012 21:21:57 +0000 (14:21 -0700)
committerJohn Hoford <hoford@google.com>
Mon, 8 Oct 2012 22:03:10 +0000 (15:03 -0700)
commit90b1d251973bfa748d435896fc277cb4024451ad
treec0425e91e813da012072552241b0291187fb2490
parent7bd602506fee36f3ef0a68bfa1ba5dd1e74ca5dd
add redeye and improve shadow removal

bug:7234321
Change-Id: I12c2eb28555d7594fddf86dfa224219b70137681
12 files changed:
jni/Android.mk
jni/filters/filters.h
jni/filters/hsv.c
jni/filters/redEyeMath.c [new file with mode: 0644]
jni/filters/redeye.c [new file with mode: 0644]
jni/filters/shadows.c
res/layout/filtershow_activity.xml
res/values/filtershow_strings.xml
src/com/android/gallery3d/filtershow/FilterShowActivity.java
src/com/android/gallery3d/filtershow/PanelController.java
src/com/android/gallery3d/filtershow/filters/ImageFilterRedEye.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/filters/ImageFilterShadows.java