Deprecated YUV version

git-svn-id: https://zxing.googlecode.com/svn/trunk@263 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2008-03-10 21:36:12 +00:00
parent 5f8beb71c6
commit c6b6bfb332

View file

@ -30,7 +30,9 @@ import com.google.zxing.common.BlackPointEstimator;
*
* @author dswitkin@google.com (Daniel Switkin)
* @author srowen@google.com (Sean Owen)
* @deprecated
*/
@Deprecated
final class YUVMonochromeBitmapSource implements MonochromeBitmapSource {
private final Bitmap image;