Skip to content

NPOpenSource/opencvIOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opencv 中文网学习

仓库中所有的demo都是用xcode11工程创建的,如果在xcode11以下版本运行,需要对工程进行改造

步骤如下

1.删除工程中SceneDelegate文件

2.修改AppDelegate.m文件 将

- (UISceneConfiguration *)application:(UIApplication *)application configurationForConnectingSceneSession:(UISceneSession *)connectingSceneSession options:(UISceneConnectionOptions *)options {
    // Called when a new scene session is being created.
    // Use this method to select a configuration to create the new scene with.
    return [[UISceneConfiguration alloc] initWithName:@"Default Configuration" sessionRole:connectingSceneSession.role];
}


- (void)application:(UIApplication *)application didDiscardSceneSessions:(NSSet<UISceneSession *> *)sceneSessions {
    // Called when the user discards a scene session.
    // If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions.
    // Use this method to release any resources that were specific to the discarded scenes, as they will not return.
}

两个方法注销掉

基础部分

该章节不注重讲解原理,只简单介绍使用和显示最终的效果(目前也是学习阶段)

第一章 core 模块. 核心功能

OpenCV 之ios 环境搭建

OpenCV 之ios 图像的基本操作

OpenCV 之ios Mat-基本图像容器

OpenCV 之ios OpenCV如何扫描图像、利用查找表和计时

OpenCV 之ios 矩阵的掩码(核)操作

OpenCV 之ios 使用OpenCV对两幅图像求和(求混合(blending)

OpenCV 之ios 改变图像的对比度和亮度

OpenCV 之ios 基本绘制

OpenCV 之ios 随机数发生器&绘制文字

OpenCV 之ios 离散傅立叶变换

OpenCV 之ios 输入输出XML和YAML文件

第二章 imgproc 模块. 图像处理

OpenCV 之ios 图像平滑处理

OpenCV 之ios 腐蚀与膨胀

OpenCV 之ios 更多形态学变换

OpenCV 之ios 图像金字塔

OpenCV 之ios 基本的阈值操作

OpenCV 之ios 实现自己的线性滤波器

OpenCV 之ios 给图像添加边界

OpenCV 之ios Sobel 导数

OpenCV 之ios Laplace 算子

OpenCV 之ios Canny 边缘检测

OpenCV 之ios 霍夫线变换

OpenCV 之ios 霍夫圆变换

OpenCV 之ios Remapping 重映射

OpenCV 之ios 仿射变换

OpenCV 之ios 直方图均衡化

OpenCV 之ios直方图计算

OpenCV 之ios 直方图对比

OpenCV 之ios 反向投影

OpenCV 之ios 模板匹配

OpenCV 之ios 在图像中寻找轮廓

OpenCV 之ios 计算物体的凸包

OpenCV 之ios 创建包围轮廓的矩形和圆形边界框

OpenCV 之ios 为轮廓创建可倾斜的边界框和椭圆

OpenCV 之ios 轮廓矩

OpenCV 之ios 多边形测试

第三章 highgui 模块. 高层GUI和媒体I/O

OpenCV之ios OpenCV的视频输入和相似度测量

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published