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
    


  • 相关阅读:
    bzoj 1093: [ZJOI2007]最大半连通子图
    bzoj 1266 1266: [AHOI2006]上学路线route
    poj 2104 K-th Number
    洛谷 P3313 [SDOI2014]旅行
    cogs 306. [SGOI] 糊涂的记者
    cogs 1164. 跑步
    洛谷 1821: [JSOI2010]Group 部落划分 Group
    洛谷 U3357 C2-走楼梯
    洛谷 P3014 [USACO11FEB]牛线Cow Line
    洛谷 P2982 [USACO10FEB]慢下来Slowing down
  • 原文地址:https://www.cnblogs.com/bhlsheji/p/5371801.html
Copyright © 2011-2022 走看看