From 088b645d69470d813eb2ca1a563dc6149a3f7107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=90=E5=B3=B0?= Date: Mon, 27 Jul 2020 17:27:23 +0800 Subject: [PATCH 1/2] new sig-CV --- repository/src-openeuler.yaml | 26 +++++++++++++++++++++ sig/sig-CV/OWNERS | 2 ++ sig/sig-CV/README.md | 43 +++++++++++++++++++++++++++++++++++ sig/sig-CV/sig-CV.md | 24 +++++++++++++++++++ sig/sig-CV/sig-CV_cn.md | 26 +++++++++++++++++++++ 5 files changed, 121 insertions(+) create mode 100644 sig/sig-CV/OWNERS create mode 100644 sig/sig-CV/README.md create mode 100644 sig/sig-CV/sig-CV.md create mode 100644 sig/sig-CV/sig-CV_cn.md diff --git a/repository/src-openeuler.yaml b/repository/src-openeuler.yaml index abef5b35c..076b93e1f 100644 --- a/repository/src-openeuler.yaml +++ b/repository/src-openeuler.yaml @@ -30933,3 +30933,29 @@ repositories: protected_branches: - master type: public +- name: opencv + description: "Open Source Computer Vision Library" + upstream: "https://github.com/opencv/opencv" + protected_branches: + - master + type: public +- name: simplecv + description: "SimpleCV is a framework for Open Source Machine Vision, using OpenCV and the Python programming language. " + upstream: "https://github.com/sightmachine/simplecv" + protected_branches: + - master + type: public +- name: gpuimage + description: "The GPUImage framework is a BSD-licensed iOS library that lets you apply GPU-accelerated filters and other effects to images, live camera video, and movies. " + upstream: "https://github.com/bradlarson/gpuimage" + protected_branches: + - master + type: public +- name: boofcv + description: "BoofCV is an open source real-time computer vision library written entirely in Java and released under the Apache License 2.0." + upstream: "https://github.com/lessthanoptimal/boofcv" + protected_branches: + - master + type: public + + diff --git a/sig/sig-CV/OWNERS b/sig/sig-CV/OWNERS new file mode 100644 index 000000000..83b8c16c4 --- /dev/null +++ b/sig/sig-CV/OWNERS @@ -0,0 +1,2 @@ +maintainers: + - fcheng1976 \ No newline at end of file diff --git a/sig/sig-CV/README.md b/sig/sig-CV/README.md new file mode 100644 index 000000000..dfa792222 --- /dev/null +++ b/sig/sig-CV/README.md @@ -0,0 +1,43 @@ + +# CV(Computer Vision) + +## 工作目标和范围 + +- 专注于将机器视觉领域开源工具和框架移植到openEuler社区,并依据使用方需求进行优化和增强。 +- 将机器视觉在智能交通、智慧教育等行业的创新型应用回馈到openEuler开源社区。 +- 编制机器视觉相关文档和规范,帮助推广机器视觉在更多领域的应用。 + +# 组织会议 + +- 每两周举行一次会议,双周周一下午3:00-5:00 +- 通过发送电子邮件申报会议的议题 + +# 成员 + +### Maintainer列表 + +- fcheng1976[@fcheng1976](https://gitee.com/fcheng1976),*chengfeng23514@talkweb.com.cn* + +### Committer列表 + +- + +# 联系方式 + +- 邮件列表: sig-CV@openeuler.org) + +# 项目清单 + +项目名称: + +- [OpenCV](https://www.opencv.org/) +- [SimpleCV](http://simplecv.org/) +- [GPUImage](https://github.com/BradLarson/GPUImage) +- [BoofCV](http://www.boofcv.org/) + +repository地址: + +- src-openeuler/opencv +- src-openeuler/simplecv +- src-openeuler/gpuimage +- src-openeuler/boofcv \ No newline at end of file diff --git a/sig/sig-CV/sig-CV.md b/sig/sig-CV/sig-CV.md new file mode 100644 index 000000000..64c9355cd --- /dev/null +++ b/sig/sig-CV/sig-CV.md @@ -0,0 +1,24 @@ + +# sig-CV(Computer Vision) + +English | [简体中文](./sig-CV_cn.md) + +Note: The Charter of this SIG follows the convention described in the openEuler charter [README](/en/governance/README.md), and follows [SIG-governance](/en/technical-committee/governance/SIG-governance.md). + +## SIG Mission and Scope + +- Focus on migrating open-source tools and frameworks in the computer vision field to the openEuler community, and optimize and enhance it according to the needs of users. +- Feed back the innovative applications of computer vision in industries such as intelligent transportation and smart education to the openEuler open source community. +- Provide documents and specifications related to computer vision to help promote the application of machine vision in more fields. + +### Deliverables + +- Source code +- RPM + +### Repositories and description managed by this SIG + +- src-openeuler/OpenCV: Open Source Computer Vision Library +- src-openeuler/SimpleCV: A framework for Open Source Machine Vision, using OpenCV and the Python programming language. +- src-openeuler/GPUImage: A BSD-licensed iOS library that lets you apply GPU-accelerated filters and other effects to images, live camera video, and movies. +- src-openeuler/BoofCV: An open source real-time computer vision library written entirely in Java and released under the Apache License 2.0. diff --git a/sig/sig-CV/sig-CV_cn.md b/sig/sig-CV/sig-CV_cn.md new file mode 100644 index 000000000..82853e62f --- /dev/null +++ b/sig/sig-CV/sig-CV_cn.md @@ -0,0 +1,26 @@ + +# sig-CV(Computer Vision) + +[English](./sig-CV.md) | 简体中文 + +说明:本SIG的Charter内容遵循openEuler章程 [README](/zh/governance/README.md)中描述的约定,使用[SIG-governance](/zh/technical-committee/governance/SIG-governance.md)中概述的角色和组织管理。 + +## 工作目标和范围 + +sig-CV的工作目标和范围包括但不限于: + +- 专注于将机器视觉领域开源工具和框架移植到openEuler社区,并依据使用方需求进行优化和增强。 +- 将机器视觉在智能交通、智慧教育等行业的创新型应用回馈到openEuler开源社区。 +- 编制机器视觉相关文档和规范,帮助推广机器视觉在更多领域的应用。 + +## 交付物 + +- 源码 +- RPM包 + +### 该SIG管理的repository及描述 + +- src-openeuler/OpenCV: 开源的计算机视觉库 +- src-openeuler/SimpleCV: Python实现的机器视觉框架,底层基于OpenCV. +- src-openeuler/GPUImage: 采用BSD开源协议的iOS机器视觉库,可将GPU加速的滤镜和其他效果应用于图像,实时摄像机视频. +- src-openeuler/BoofCV: 一个完全用Java编写并根据Apache License 2.0发布的开源实时计算机视觉库。 -- Gitee From 0615e07e0110147f4800cf40a863dbbb7ef35af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=90=E5=B3=B0?= Date: Mon, 27 Jul 2020 17:32:07 +0800 Subject: [PATCH 2/2] update sigs.yaml --- sig/sigs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sig/sigs.yaml b/sig/sigs.yaml index bb8d28347..93537dfaf 100644 --- a/sig/sigs.yaml +++ b/sig/sigs.yaml @@ -5775,3 +5775,9 @@ sigs: - src-openeuler/libkefir - src-openeuler/cilium - src-openeuler/katran +- name: sig-CV + repositories: + - src-openeuler/opencv + - src-openeuler/simplecv + - src-openeuler/gpuimage + - src-openeuler/boofcv -- Gitee