diff options
author | Gloria Wang <gwang@google.com> | 2009-11-24 16:00:20 -0800 |
---|---|---|
committer | Gloria Wang <gwang@google.com> | 2009-11-24 16:07:19 -0800 |
commit | d6ccc9bcf0bdbca315d0c57c69f26df975eb5264 (patch) | |
tree | 1d2db54a9f5379d3c4d8ed09ec155efada9a8181 | |
parent | 0bbb68fe290e1c2e4b9c5722fc2dbbd29fc4e336 (diff) | |
download | frameworks_base-d6ccc9bcf0bdbca315d0c57c69f26df975eb5264.zip frameworks_base-d6ccc9bcf0bdbca315d0c57c69f26df975eb5264.tar.gz frameworks_base-d6ccc9bcf0bdbca315d0c57c69f26df975eb5264.tar.bz2 |
Update documentation: The width of the image for face detection must be even.
-rw-r--r-- | media/java/android/media/FaceDetector.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/java/android/media/FaceDetector.java b/media/java/android/media/FaceDetector.java index 3b41cf8..cf900ce 100644 --- a/media/java/android/media/FaceDetector.java +++ b/media/java/android/media/FaceDetector.java @@ -102,6 +102,7 @@ public class FaceDetector { * Creates a FaceDetector, configured with the size of the images to * be analysed and the maximum number of faces that can be detected. * These parameters cannot be changed once the object is constructed. + * Note that the width of the image must be even. * * @param width the width of the image * @param height the height of the image |