Browse Source

no message

pull/2/MERGE
lisiyuan 5 years ago
parent
commit
c22498048d
59 changed files with 0 additions and 3 deletions
  1. +0
    -0
      Prj-iOS/DemoImage/Screen Shot 2018-10-26 at 3.43.44 PM.png
  2. +0
    -0
      Prj-iOS/DemoImage/Screen Shot 2018-10-26 at 3.43.53 PM.png
  3. +0
    -0
      Prj-iOS/DemoImage/Screen Shot 2018-10-26 at 3.44.04 PM.png
  4. +0
    -0
      Prj-iOS/Podfile
  5. +0
    -0
      Prj-iOS/Podfile.lock
  6. +0
    -0
      Prj-iOS/README.md
  7. +0
    -0
      Prj-iOS/Resource/README.md
  8. +0
    -0
      Prj-iOS/lpr.xcodeproj/project.pbxproj
  9. +0
    -0
      Prj-iOS/lpr.xcodeproj/project.xcworkspace/contents.xcworkspacedata
  10. +0
    -0
      Prj-iOS/lpr.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  11. +0
    -0
      Prj-iOS/lpr.xcodeproj/project.xcworkspace/xcuserdata/tbao.xcuserdatad/UserInterfaceState.xcuserstate
  12. +0
    -0
      Prj-iOS/lpr.xcodeproj/xcuserdata/tbao.xcuserdatad/xcschemes/xcschememanagement.plist
  13. +0
    -0
      Prj-iOS/lpr.xcworkspace/contents.xcworkspacedata
  14. +0
    -0
      Prj-iOS/lpr.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  15. +0
    -0
      Prj-iOS/lpr.xcworkspace/xcuserdata/tbao.xcuserdatad/UserInterfaceState.xcuserstate
  16. +0
    -0
      Prj-iOS/lpr.xcworkspace/xcuserdata/tbao.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
  17. +0
    -3
      Prj-iOS/lpr/.gitignore
  18. +0
    -0
      Prj-iOS/lpr/AppDelegate.h
  19. +0
    -0
      Prj-iOS/lpr/AppDelegate.m
  20. +0
    -0
      Prj-iOS/lpr/Assets.xcassets/AppIcon.appiconset/Contents.json
  21. +0
    -0
      Prj-iOS/lpr/Assets.xcassets/Contents.json
  22. +0
    -0
      Prj-iOS/lpr/Assets.xcassets/back_camera_btn.imageset/Contents.json
  23. +0
    -0
      Prj-iOS/lpr/Assets.xcassets/back_camera_btn.imageset/back_camera_btn@2x.png
  24. +0
    -0
      Prj-iOS/lpr/Assets.xcassets/back_camera_btn.imageset/back_camera_btn@3x.png
  25. +0
    -0
      Prj-iOS/lpr/Assets.xcassets/flash_camera_btn.imageset/Contents.json
  26. +0
    -0
      Prj-iOS/lpr/Assets.xcassets/flash_camera_btn.imageset/flash_camera_btn@2x.png
  27. +0
    -0
      Prj-iOS/lpr/Assets.xcassets/flash_camera_btn.imageset/flash_camera_btn@3x.png
  28. +0
    -0
      Prj-iOS/lpr/Assets.xcassets/locker_btn_def.imageset/Contents.json
  29. +0
    -0
      Prj-iOS/lpr/Assets.xcassets/locker_btn_def.imageset/locker_btn_def@2x.png
  30. +0
    -0
      Prj-iOS/lpr/Assets.xcassets/locker_btn_def.imageset/locker_btn_def@3x.png
  31. +0
    -0
      Prj-iOS/lpr/Assets.xcassets/take_pic_btn.imageset/Contents.json
  32. +0
    -0
      Prj-iOS/lpr/Assets.xcassets/take_pic_btn.imageset/take_pic_btn@2x.png
  33. +0
    -0
      Prj-iOS/lpr/Assets.xcassets/take_pic_btn.imageset/take_pic_btn@3x.png
  34. +0
    -0
      Prj-iOS/lpr/Base.lproj/LaunchScreen.storyboard
  35. +0
    -0
      Prj-iOS/lpr/CameraViewController.h
  36. +0
    -0
      Prj-iOS/lpr/CameraViewController.mm
  37. +0
    -0
      Prj-iOS/lpr/Info.plist
  38. +0
    -0
      Prj-iOS/lpr/RootViewController.h
  39. +0
    -0
      Prj-iOS/lpr/RootViewController.mm
  40. +0
    -0
      Prj-iOS/lpr/Source/include/CNNRecognizer.h
  41. +0
    -0
      Prj-iOS/lpr/Source/include/FastDeskew.h
  42. +0
    -0
      Prj-iOS/lpr/Source/include/FineMapping.h
  43. +0
    -0
      Prj-iOS/lpr/Source/include/Pipeline.h
  44. +0
    -0
      Prj-iOS/lpr/Source/include/PlateDetection.h
  45. +0
    -0
      Prj-iOS/lpr/Source/include/PlateInfo.h
  46. +0
    -0
      Prj-iOS/lpr/Source/include/PlateSegmentation.h
  47. +0
    -0
      Prj-iOS/lpr/Source/include/Recognizer.h
  48. +0
    -0
      Prj-iOS/lpr/Source/include/niBlackThreshold.h
  49. +0
    -0
      Prj-iOS/lpr/Source/src/CNNRecognizer.cpp
  50. +0
    -0
      Prj-iOS/lpr/Source/src/FastDeskew.cpp
  51. +0
    -0
      Prj-iOS/lpr/Source/src/FineMapping.cpp
  52. +0
    -0
      Prj-iOS/lpr/Source/src/Pipeline.cpp
  53. +0
    -0
      Prj-iOS/lpr/Source/src/PlateDetection.cpp
  54. +0
    -0
      Prj-iOS/lpr/Source/src/PlateSegmentation.cpp
  55. +0
    -0
      Prj-iOS/lpr/Source/src/Recognizer.cpp
  56. +0
    -0
      Prj-iOS/lpr/Source/src/util.h
  57. +0
    -0
      Prj-iOS/lpr/Utility.h
  58. +0
    -0
      Prj-iOS/lpr/Utility.mm
  59. +0
    -0
      Prj-iOS/lpr/main.m

Prj-iOS/lpr/DemoImage/Screen Shot 2018-10-26 at 3.43.44 PM.png → Prj-iOS/DemoImage/Screen Shot 2018-10-26 at 3.43.44 PM.png View File


Prj-iOS/lpr/DemoImage/Screen Shot 2018-10-26 at 3.43.53 PM.png → Prj-iOS/DemoImage/Screen Shot 2018-10-26 at 3.43.53 PM.png View File


Prj-iOS/lpr/DemoImage/Screen Shot 2018-10-26 at 3.44.04 PM.png → Prj-iOS/DemoImage/Screen Shot 2018-10-26 at 3.44.04 PM.png View File


Prj-iOS/lpr/Podfile → Prj-iOS/Podfile View File


Prj-iOS/lpr/Podfile.lock → Prj-iOS/Podfile.lock View File


Prj-iOS/lpr/README.md → Prj-iOS/README.md View File


Prj-iOS/lpr/Resource/README.md → Prj-iOS/Resource/README.md View File


Prj-iOS/lpr/lpr.xcodeproj/project.pbxproj → Prj-iOS/lpr.xcodeproj/project.pbxproj View File


Prj-iOS/lpr/lpr.xcodeproj/project.xcworkspace/contents.xcworkspacedata → Prj-iOS/lpr.xcodeproj/project.xcworkspace/contents.xcworkspacedata View File


Prj-iOS/lpr/lpr.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist → Prj-iOS/lpr.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist View File


Prj-iOS/lpr/lpr.xcodeproj/project.xcworkspace/xcuserdata/tbao.xcuserdatad/UserInterfaceState.xcuserstate → Prj-iOS/lpr.xcodeproj/project.xcworkspace/xcuserdata/tbao.xcuserdatad/UserInterfaceState.xcuserstate View File


Prj-iOS/lpr/lpr.xcodeproj/xcuserdata/tbao.xcuserdatad/xcschemes/xcschememanagement.plist → Prj-iOS/lpr.xcodeproj/xcuserdata/tbao.xcuserdatad/xcschemes/xcschememanagement.plist View File


Prj-iOS/lpr/lpr.xcworkspace/contents.xcworkspacedata → Prj-iOS/lpr.xcworkspace/contents.xcworkspacedata View File


Prj-iOS/lpr/lpr.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist → Prj-iOS/lpr.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist View File


Prj-iOS/lpr/lpr.xcworkspace/xcuserdata/tbao.xcuserdatad/UserInterfaceState.xcuserstate → Prj-iOS/lpr.xcworkspace/xcuserdata/tbao.xcuserdatad/UserInterfaceState.xcuserstate View File


Prj-iOS/lpr/lpr.xcworkspace/xcuserdata/tbao.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist → Prj-iOS/lpr.xcworkspace/xcuserdata/tbao.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist View File


+ 0
- 3
Prj-iOS/lpr/.gitignore View File

@@ -1,3 +0,0 @@
.DS_Store
Pods/
.clang-format

Prj-iOS/lpr/lpr/AppDelegate.h → Prj-iOS/lpr/AppDelegate.h View File


Prj-iOS/lpr/lpr/AppDelegate.m → Prj-iOS/lpr/AppDelegate.m View File


Prj-iOS/lpr/lpr/Assets.xcassets/AppIcon.appiconset/Contents.json → Prj-iOS/lpr/Assets.xcassets/AppIcon.appiconset/Contents.json View File


Prj-iOS/lpr/lpr/Assets.xcassets/Contents.json → Prj-iOS/lpr/Assets.xcassets/Contents.json View File


Prj-iOS/lpr/lpr/Assets.xcassets/back_camera_btn.imageset/Contents.json → Prj-iOS/lpr/Assets.xcassets/back_camera_btn.imageset/Contents.json View File


Prj-iOS/lpr/lpr/Assets.xcassets/back_camera_btn.imageset/back_camera_btn@2x.png → Prj-iOS/lpr/Assets.xcassets/back_camera_btn.imageset/back_camera_btn@2x.png View File


Prj-iOS/lpr/lpr/Assets.xcassets/back_camera_btn.imageset/back_camera_btn@3x.png → Prj-iOS/lpr/Assets.xcassets/back_camera_btn.imageset/back_camera_btn@3x.png View File


Prj-iOS/lpr/lpr/Assets.xcassets/flash_camera_btn.imageset/Contents.json → Prj-iOS/lpr/Assets.xcassets/flash_camera_btn.imageset/Contents.json View File


Prj-iOS/lpr/lpr/Assets.xcassets/flash_camera_btn.imageset/flash_camera_btn@2x.png → Prj-iOS/lpr/Assets.xcassets/flash_camera_btn.imageset/flash_camera_btn@2x.png View File


Prj-iOS/lpr/lpr/Assets.xcassets/flash_camera_btn.imageset/flash_camera_btn@3x.png → Prj-iOS/lpr/Assets.xcassets/flash_camera_btn.imageset/flash_camera_btn@3x.png View File


Prj-iOS/lpr/lpr/Assets.xcassets/locker_btn_def.imageset/Contents.json → Prj-iOS/lpr/Assets.xcassets/locker_btn_def.imageset/Contents.json View File


Prj-iOS/lpr/lpr/Assets.xcassets/locker_btn_def.imageset/locker_btn_def@2x.png → Prj-iOS/lpr/Assets.xcassets/locker_btn_def.imageset/locker_btn_def@2x.png View File


Prj-iOS/lpr/lpr/Assets.xcassets/locker_btn_def.imageset/locker_btn_def@3x.png → Prj-iOS/lpr/Assets.xcassets/locker_btn_def.imageset/locker_btn_def@3x.png View File


Prj-iOS/lpr/lpr/Assets.xcassets/take_pic_btn.imageset/Contents.json → Prj-iOS/lpr/Assets.xcassets/take_pic_btn.imageset/Contents.json View File


Prj-iOS/lpr/lpr/Assets.xcassets/take_pic_btn.imageset/take_pic_btn@2x.png → Prj-iOS/lpr/Assets.xcassets/take_pic_btn.imageset/take_pic_btn@2x.png View File


Prj-iOS/lpr/lpr/Assets.xcassets/take_pic_btn.imageset/take_pic_btn@3x.png → Prj-iOS/lpr/Assets.xcassets/take_pic_btn.imageset/take_pic_btn@3x.png View File


Prj-iOS/lpr/lpr/Base.lproj/LaunchScreen.storyboard → Prj-iOS/lpr/Base.lproj/LaunchScreen.storyboard View File


Prj-iOS/lpr/lpr/CameraViewController.h → Prj-iOS/lpr/CameraViewController.h View File


Prj-iOS/lpr/lpr/CameraViewController.mm → Prj-iOS/lpr/CameraViewController.mm View File


Prj-iOS/lpr/lpr/Info.plist → Prj-iOS/lpr/Info.plist View File


Prj-iOS/lpr/lpr/RootViewController.h → Prj-iOS/lpr/RootViewController.h View File


Prj-iOS/lpr/lpr/RootViewController.mm → Prj-iOS/lpr/RootViewController.mm View File


Prj-iOS/lpr/lpr/Source/include/CNNRecognizer.h → Prj-iOS/lpr/Source/include/CNNRecognizer.h View File


Prj-iOS/lpr/lpr/Source/include/FastDeskew.h → Prj-iOS/lpr/Source/include/FastDeskew.h View File


Prj-iOS/lpr/lpr/Source/include/FineMapping.h → Prj-iOS/lpr/Source/include/FineMapping.h View File


Prj-iOS/lpr/lpr/Source/include/Pipeline.h → Prj-iOS/lpr/Source/include/Pipeline.h View File


Prj-iOS/lpr/lpr/Source/include/PlateDetection.h → Prj-iOS/lpr/Source/include/PlateDetection.h View File


Prj-iOS/lpr/lpr/Source/include/PlateInfo.h → Prj-iOS/lpr/Source/include/PlateInfo.h View File


Prj-iOS/lpr/lpr/Source/include/PlateSegmentation.h → Prj-iOS/lpr/Source/include/PlateSegmentation.h View File


Prj-iOS/lpr/lpr/Source/include/Recognizer.h → Prj-iOS/lpr/Source/include/Recognizer.h View File


Prj-iOS/lpr/lpr/Source/include/niBlackThreshold.h → Prj-iOS/lpr/Source/include/niBlackThreshold.h View File


Prj-iOS/lpr/lpr/Source/src/CNNRecognizer.cpp → Prj-iOS/lpr/Source/src/CNNRecognizer.cpp View File


Prj-iOS/lpr/lpr/Source/src/FastDeskew.cpp → Prj-iOS/lpr/Source/src/FastDeskew.cpp View File


Prj-iOS/lpr/lpr/Source/src/FineMapping.cpp → Prj-iOS/lpr/Source/src/FineMapping.cpp View File


Prj-iOS/lpr/lpr/Source/src/Pipeline.cpp → Prj-iOS/lpr/Source/src/Pipeline.cpp View File


Prj-iOS/lpr/lpr/Source/src/PlateDetection.cpp → Prj-iOS/lpr/Source/src/PlateDetection.cpp View File


Prj-iOS/lpr/lpr/Source/src/PlateSegmentation.cpp → Prj-iOS/lpr/Source/src/PlateSegmentation.cpp View File


Prj-iOS/lpr/lpr/Source/src/Recognizer.cpp → Prj-iOS/lpr/Source/src/Recognizer.cpp View File


Prj-iOS/lpr/lpr/Source/src/util.h → Prj-iOS/lpr/Source/src/util.h View File


Prj-iOS/lpr/lpr/Utility.h → Prj-iOS/lpr/Utility.h View File


Prj-iOS/lpr/lpr/Utility.mm → Prj-iOS/lpr/Utility.mm View File


Prj-iOS/lpr/lpr/main.m → Prj-iOS/lpr/main.m View File


Loading…
Cancel
Save