diff --git a/README.en.md b/README.en.md index 99c6ba112f286d7221ce70014f5dc8cc5afdf5be..1d6f34922daef1f55a734e7a6ed5bc8804b4256e 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 9ba4358ce35c46087f0eb62874bb3206388d4e2d..5796a308e2179e4e505e83a0b291c08a3a04d500 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 c68df721ca68f9645298a5ed3710c0a6480eb32f..871f506fa4a986319edaace30288f4f0609e8d2a 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