Skip to content

Commit 32a618f

Browse files
committed
Sync NuGet README terminology
1 parent 393e961 commit 32a618f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packaging/nuget/README.managed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A cross-platform .NET wrapper for [OpenCV](https://opencv.org/), providing image processing and computer vision functionality. Its API is intentionally designed to stay as close as practical to the native OpenCV C++ API while using C# conventions such as typed enums, exceptions, and deterministic disposal.
44

5-
See [OpenCV C++, OpenCV-Python, and OpenCvSharp](https://shimat.github.io/opencvsharp/articles/getting-started/opencv-api-comparison.html) for the main API and data-model differences.
5+
See [OpenCV C++, Python (cv2), and OpenCvSharp](https://shimat.github.io/opencvsharp/articles/getting-started/opencv-api-comparison.html) for the main API and data-model differences.
66

77
> This is the **OpenCvSharp5** family (OpenCV 5.x, .NET 8+). If you need .NET Framework, Unity, or another pre-.NET 8 runtime, use the **OpenCvSharp4** family (OpenCV 4.13.0) instead.
88

packaging/nuget/README.runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is an **internal implementation package** for [OpenCvSharp](https://github.com/shimat/opencvsharp). It provides the native OpenCV shared library (`OpenCvSharpExtern`) for a specific platform.
44

5-
The managed OpenCvSharp API is intentionally designed to stay as close as practical to the native OpenCV C++ API. See [OpenCV C++, OpenCV-Python, and OpenCvSharp](https://shimat.github.io/opencvsharp/articles/getting-started/opencv-api-comparison.html) for the main API and data-model differences.
5+
The managed OpenCvSharp API is intentionally designed to stay as close as practical to the native OpenCV C++ API. See [OpenCV C++, Python (cv2), and OpenCvSharp](https://shimat.github.io/opencvsharp/articles/getting-started/opencv-api-comparison.html) for the main API and data-model differences.
66

77
> In most cases you do not need to reference this package directly. Use one of the all-in-one packages instead:
88
> - **Windows:** `OpenCvSharp5.Windows` or `OpenCvSharp5.Windows.Slim`

0 commit comments

Comments
 (0)