mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Deprecated YUV version
git-svn-id: https://zxing.googlecode.com/svn/trunk@263 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
5f8beb71c6
commit
c6b6bfb332
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue