You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?php
- //
- // Created by Coleflowers on 20/06/2018.
- // Updated by JustID on 03/07/2018.
- //
-
- /**
- * 车牌识别PHP扩展程序测试
- */
- $res = platescan(realpath("demo.png"),realpath("model"),0.8);
- var_dump($res);
-
- ?>
|