Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 281 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 281 Bytes

CarLpr 车牌识别

  1. 添加依赖项目
  2. 拍照识别
public class CaptureTest extends CaptureOCRActivity {
    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
    }
}
  1. 视频识别

制作中...