资源简介
当今世界上最有用的开源代码,如识别国内车牌需重新训练。
代码片段和文件信息
//
// AppDelegate.m
// ANPR
//
// Created by Christian Roman on 29/08/13.
// Copyright (c) 2013 Christian Roman. All rights reserved.
//
#import “AppDelegate.h“
#import “MainViewController.h“
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
self.window = [[UIWindow alloc] initWithframe:[[UIScreen mainScreen] bounds]];
MainViewController *mainViewController = [[MainViewController alloc] initWithNibName:NSStringFromClass([MainViewController class]) bundle:nil];
[self.window setRootViewController:mainViewController];
self.window.backgroundColor = [UIColor whiteColor];
[self.window makeKeyAndVisible];
return YES;
}
- (void)applicationWillResignActive:(UIApplication *)application
{
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
// Use this method to pause ongoing tasks disable timers and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
}
- (void)applicationDidEnterBackground:(UIApplication *)application
{
// Use this method to release shared resources save user data invalidate timers and store enough application state information to restore your application to its current state in case it is terminated later.
// If your application supports background execution this method is called instead of applicationWillTerminate: when the user quits.
}
- (void)applicationWillEnterForeground:(UIApplication *)application
{
// Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
}
- (void)applicationDidBecomeActive:(UIApplication *)application
{
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background optionally refresh the user interface.
}
- (void)applicationWillTerminate:(UIApplication *)application
{
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}
@end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-08-29 20:56 ANPR-master\
文件 224 2013-08-29 20:56 ANPR-master\.gitignore
目录 0 2013-08-29 20:56 ANPR-master\ANPR.xcodeproj\
文件 52320 2013-08-29 20:56 ANPR-master\ANPR.xcodeproj\project.pbxproj
目录 0 2013-08-29 20:56 ANPR-master\ANPR.xcodeproj\project.xcworkspace\
文件 149 2013-08-29 20:56 ANPR-master\ANPR.xcodeproj\project.xcworkspace\contents.xcworkspacedata
目录 0 2013-08-29 20:56 ANPR-master\ANPR\
文件 1168 2013-08-29 20:56 ANPR-master\ANPR\ANPR-Info.plist
文件 496 2013-08-29 20:56 ANPR-master\ANPR\ANPR-Prefix.pch
文件 283 2013-08-29 20:56 ANPR-master\ANPR\AppDelegate.h
文件 2365 2013-08-29 20:56 ANPR-master\ANPR\AppDelegate.m
文件 18594 2013-08-29 20:56 ANPR-master\ANPR\Default-568h@2x.png
文件 6540 2013-08-29 20:56 ANPR-master\ANPR\Default.png
文件 16107 2013-08-29 20:56 ANPR-master\ANPR\Default@2x.png
文件 428 2013-08-29 20:56 ANPR-master\ANPR\ImageProcessingImplementation.h
文件 7110 2013-08-29 20:56 ANPR-master\ANPR\ImageProcessingImplementation.mm
文件 317 2013-08-29 20:56 ANPR-master\ANPR\ImageProcessingProtocol.h
文件 3515 2013-08-29 20:56 ANPR-master\ANPR\ImageProcessor.cpp
文件 717 2013-08-29 20:56 ANPR-master\ANPR\ImageProcessor.h
文件 353 2013-08-29 20:56 ANPR-master\ANPR\MainViewController.h
文件 4216 2013-08-29 20:56 ANPR-master\ANPR\MainViewController.m
文件 15530 2013-08-29 20:56 ANPR-master\ANPR\MainViewController.xib
文件 757 2013-08-29 20:56 ANPR-master\ANPR\UIImage+OpenCV.h
文件 4967 2013-08-29 20:56 ANPR-master\ANPR\UIImage+OpenCV.mm
文件 262 2013-08-29 20:56 ANPR-master\ANPR\UIImage+operation.h
文件 3526 2013-08-29 20:56 ANPR-master\ANPR\UIImage+operation.m
目录 0 2013-08-29 20:56 ANPR-master\ANPR\dependencies\
目录 0 2013-08-29 20:56 ANPR-master\ANPR\dependencies\include\
目录 0 2013-08-29 20:56 ANPR-master\ANPR\dependencies\include\leptonica\
文件 211495 2013-08-29 20:56 ANPR-master\ANPR\dependencies\include\leptonica\allheaders.h
文件 2131 2013-08-29 20:56 ANPR-master\ANPR\dependencies\include\leptonica\alltypes.h
............此处省略286个文件信息
相关资源
- 《学习OpenCV(中文版)》-于仕琪
- opencv打开图片并显示在Qt界面上
- opencv1.0.zip
- OpenCV3+Qt5视频处理GUI程序
- Opencv2.0.0
- 识别出表盘的指针刻度-opencv
- opencv4.0.1+contrib+vs2017编译x64x86完全版本
- opencv论文合集2
- opencv3编译需要的opencv_ffmpeg_64.dll
- OpenCVTest
- 编译好的OpenCV3.4.2+Qt5.9+Contrib版
- 基于OPENCV的运动估计-块匹配,根据锚
- opencv 图片处理,分割字符
- 卷积神经网络车牌识别164048
- opencv4.1+contrib vs2017编译 64位版
- 帧差法实现前景背景分离
- opencv分封装函数到dll
- opencv3.2 + contrib3.2完整编译
- vs2017+OpenCV3.43中值滤波函数使用例程
- opencv3.4.1 32位 Debug版本 x86VS2017编译
- 基于opencv的数字识别
- vc车牌识别程序源代码
- opencv1.1pre1版本
- 基于qt和opencv的图片变形程序
- 用opencv的SVM做行人识别
- opencv对头发图片进行颜色渲染源代码
- OpenCV基于霍夫变换实现对圆形物体的
- ippicv_2019_win_ia32_20180723_general.zip
- opencv 神经网络训练用英文字库.zip
- opencv金字塔模板匹配算法
评论
共有 条评论