From 5c657121e35c3b6fe1ab007749bc45483914d4f7 Mon Sep 17 00:00:00 2001 From: MengqingCao Date: Mon, 20 Nov 2023 11:33:00 +0800 Subject: [PATCH] modify the summary of opencv --- README.en.md | 2 +- README.md | 2 +- opencv.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.en.md b/README.en.md index 99c6ba1..1d6f349 100644 --- a/README.en.md +++ b/README.en.md @@ -1,7 +1,7 @@ # opencv #### Description -OpenCV means Intel® Open Source Computer Vision Library. +OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. #### Software Architecture Software architecture description diff --git a/README.md b/README.md index 9ba4358..5796a30 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # opencv #### 介绍 -OpenCV means Intel® Open Source Computer Vision Library. +OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. 1. 功能 OpenCV是一个基于BSD许可(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows、Android和Mac OS操作系统上。它轻量级而且高效————由一系列C函数和少量C++类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。 OpenCV用C++语言编写,它的主要接口也是C++语言,但是依然保留了大量的C语言接口。在计算机视觉项目的开发中,OpenCV作为较大众的开源库,拥有了丰富的常用图像处理函数库,采用C/C++语言编写,可以运行在Linux/Windows/Mac等操作系统上,能够快速的实现一些图像处理和识别的任务。 diff --git a/opencv.spec b/opencv.spec index c68df72..871f506 100644 --- a/opencv.spec +++ b/opencv.spec @@ -1,7 +1,7 @@ Name: opencv Version: 4.5.2 -Release: 8 -Summary: OpenCV means Intel® Open Source Computer Vision Library. +Release: 9 +Summary: OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. License: Apache-2.0 URL: https://github.com/opencv/opencv Source0: %{name}-%{version}.tar.gz @@ -104,6 +104,9 @@ make install DESTDIR=%{buildroot} %{python3_sitelib}/cv2/* %changelog +* Thu Nov 16 2023 MengqingCao - 4.5.2-9 +- Modify the summary of opencv + * Sat May 06 2023 misaka00251 - 4.5.2-8 - Fix tests failed - Add option to build DNN -- Gitee