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
    


  • 相关阅读:
    第三章 IP地址分类及其子网划分
    第二章 NFS简单实战教程
    第一章 Rsync实战教程
    第三章 struts2 (二)
    第二章 struts2入门
    第一章 struts2 入门
    《Python语言及其应用》学习笔记
    ASPX页面请求响应过程
    Python 对象(type/object/class) 作用域 一等函数 (慕课--Python高级,IO并发 第二章)
    javascript 运行机制 事件循环 浏览器缓存 (慕课网 前段跳槽面试必备 4-1,4-2,4-3)
  • 原文地址:https://www.cnblogs.com/bhlsheji/p/5371801.html
Copyright © 2011-2022 走看看