zoukankan      html  css  js  c++  java
  • 车牌识别--S5PV210測试

    cortex-A8(S5PV210)

    Linux-3.9.7

    arm-linux-gcc 4.5.1(FriendlyARM)

    根文件系统:NFS

    软浮点执行结果:

    [liujia@210]#./softcar /udisk/mmcblk0p1/test/1.bmp
    
    BMP Size is:921654
    W:640  H:480
    
    
    The Car ID IS:
    ÔÁ A F Q 7 8 7
    
    
    time 272ms
    [liujia@210]#./softcar /udisk/mmcblk0p1/test/2.bmp
    
    BMP Size is:921654
    W:640  H:480
    
    
    The Car ID IS:
    ÔÁ A 8 S 3 0 8
    
    
    time 276ms
    [liujia@210]#./softcar /udisk/mmcblk0p1/test/3.bmp
    
    BMP Size is:230454
    W:320  H:240
    
    
    The Car ID IS:
    ÔÁ A G F 7 5 1
    
    
    time 95ms
    [liujia@210]#./softcar /udisk/mmcblk0p1/test/4.bmp
    
    BMP Size is:230454
    W:320  H:240
    
    
    The Car ID IS:
    ÔÁ A 8 S 3 0 8
    
    
    time 92ms
    [liujia@210]#./softcar /udisk/mmcblk0p1/test/5.bmp
    
    BMP Size is:921654
    W:640  H:480
    
    
    The Car ID IS:
    ÔÁ M 0 7 3 6 9
    
    
    time 231ms
    [liujia@210]#./softcar /udisk/mmcblk0p1/test/6.bmp
    
    BMP Size is:921654
    W:640  H:480
    
    
    The Car ID IS:
    ÔÁ A 6 Y 2 6 8
    
    
    time 272ms
    [liujia@210]#./softcar /udisk/mmcblk0p1/test/7.bmp
    
    BMP Size is:230454
    W:320  H:240
    
    
    The Car ID IS:
    ÔÁ A 9 X 6 6 7
    
    
    time 94ms
    [liujia@210]#./softcar /udisk/mmcblk0p1/test/8.bmp
    
    BMP Size is:921654
    W:640  H:480
    
    
    The Car ID IS:
    ÔÁ A P 6 8 3 8
    
    
    time 308ms
    [liujia@210]#./softcar /udisk/mmcblk0p1/test/9.bmp
    
    BMP Size is:879414
    W:640  H:458
    
    
    The Car ID IS:
    ÔÁ A F N 5 5 3
    
    
    time 277ms
    [liujia@210]#./softcar /udisk/mmcblk0p1/test/10.bmp
    
    BMP Size is:1004214
    W:640  H:523
    
    
    The Car ID IS:
    Íî J 0 8 0 3 6
    
    
    time 269ms
    [liujia@210]#./softcar /udisk/mmcblk0p1/test/11.bmp
    
    BMP Size is:1035978
    W:665  H:519
    
    
    The Car ID IS:
    ËÕ B H 6 0 8 2
    
    
    time 296ms
    [liujia@210]#./softcar /udisk/mmcblk0p1/test/12.bmp
    
    BMP Size is:921654
    W:640  H:480
    
    
    The Car ID IS:
    ÔÁ A F Z 9 0 5
    
    
    time 277ms
    [liujia@210]#./softcar /udisk/mmcblk0p1/test/13.bmp
    
    BMP Size is:921654
    W:640  H:480
    
    
    The Car ID IS:
    ÔÁ A A D 2 6 3
    
    
    time 286ms
    


  • 相关阅读:
    IT北漂攻略—择业篇(程序员.net)
    Log4net和Log2Console 结合使用时出现的中文问题
    日志设计规范
    IT北漂攻略租房篇
    Log2Console日志监测工具使用方法
    一些好用的开源控件
    工作流设计简介
    代码设计规范
    正则表达式分割字符串但是不分割字符串中引号中间的数据
    解决Android 应用运行报Unable to resolve superclass of L错误
  • 原文地址:https://www.cnblogs.com/bhlsheji/p/5371801.html
Copyright © 2011-2022 走看看