{"id":22543949,"url":"https://github.com/avensun/opencvsharpslim","last_synced_at":"2025-04-09T23:43:32.156Z","repository":{"id":74393293,"uuid":"149006537","full_name":"AvenSun/OpenCvSharpSlim","owner":"AvenSun","description":"Slim edition of OpenCvSharp native bindings for Windows","archived":false,"fork":false,"pushed_at":"2023-11-29T05:42:11.000Z","size":17942,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T17:29:36.270Z","etag":null,"topics":["opencv","opencvsharp","opencvsharp4"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AvenSun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-16T15:02:22.000Z","updated_at":"2024-11-07T02:40:31.000Z","dependencies_parsed_at":"2024-12-03T13:42:03.311Z","dependency_job_id":"a95b0606-b3b2-4904-a66d-36775ad7f625","html_url":"https://github.com/AvenSun/OpenCvSharpSlim","commit_stats":null,"previous_names":["avensun/opencvsharpslim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AvenSun%2FOpenCvSharpSlim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AvenSun%2FOpenCvSharpSlim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AvenSun%2FOpenCvSharpSlim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AvenSun%2FOpenCvSharpSlim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AvenSun","download_url":"https://codeload.github.com/AvenSun/OpenCvSharpSlim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131466,"owners_count":21052819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["opencv","opencvsharp","opencvsharp4"],"created_at":"2024-12-07T14:05:38.796Z","updated_at":"2025-04-09T23:43:32.117Z","avatar_url":"https://github.com/AvenSun.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# OpenCvSharpSlim\n\n- This project provides the slim build of OpenCvSharp native library .\n\n- Currently there're binary packages for OpenCvSharp  **2.4.10**, **3.4.20** ,**4.8.0** and **4.8.1**.\n\n- The [unit tests (339)](/images/xunit.jpg) for the most commonly used functions have all passed.\n\n- Webp, Tiff reading and saving are not included.\n- **Drawing Chinese/Japanese is supported** . High performance,It's less 1 millisecond.\n- Add Nuget package.\n\n\u003cimg src=\"/images/chinese.jpg\" /\u003e\n\n# Drawing Demo\n\nFor details, you can refer to example. If you like this project, you can give it a star.\n\n```c#\nMat src = new(600, 800, MatType.CV_8UC3, Scalar.Wheat);\nvar pos = new Point(60, 80);\nSlim.PutTextUnicode(src, \"☆★中華人民共和國★☆γε\", pos, Scalar.Red, 36);\nSlim.PutTextUnicode(src, \"●中華の台頭のために本を読む●\",pos + new Point(0,80), Scalar.Black, 26);\nSlim.PutTextUnicode(src, \"OpenCvSharpSlim\", pos + new Point(0, 160), Scalar.Purple, 26, underline:true);\nSlim.PutTextUnicode(src, \"Runtime For Windows\", pos + new Point(0, 240), Scalar.Blue, 26, italic: true);\n```\n\n\n\n# Nuget Packages\n\n| Package                                | Version                                                                                                                                                 | Description                  |\n| -------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- |\n| OpenCvSharp4.slim.runtime.windows-x64                          | [![NuGet](https://img.shields.io/nuget/v/OpenCvSharp4.slim.runtime.windows-x64.svg)](https://nuget.org/packages/OpenCvSharp4.slim.runtime.windows-x64)                                                   | Slim edition of OpenCvSharp4 native bindings for Windows x64       |\n| OpenCvSharp4.slim.runtime.windows-x86   | [![NuGet](https://img.shields.io/nuget/v/OpenCvSharp4.slim.runtime.windows-x86.svg)](https://nuget.org/packages/OpenCvSharp4.slim.runtime.windows-x86)   | Slim edition of OpenCvSharp4 native bindings for Windows x86   |\n| OpenCvSharp3.slim.runtime.windows-x64     | [![NuGet](https://img.shields.io/nuget/v/OpenCvSharp3.slim.runtime.windows-x64.svg)](https://nuget.org/packages/OpenCvSharp3.slim.runtime.windows-x64)         | Slim edition of OpenCvSharp3 native bindings for Windows x64     |\n| OpenCvSharp3.slim.runtime.windows-x86         | [![NuGet](https://img.shields.io/nuget/v/OpenCvSharp3.slim.runtime.windows-x86.svg)](https://nuget.org/packages/OpenCvSharp3.slim.runtime.windows-x86)               | Slim edition of OpenCvSharp3 native bindings for Windows x86    |\n\n\n# Size\n|package|size|\n|---|---|\n|[OpenCvSharpSlim-2.4.10-x86.zip](https://github.com/AvenSun/OpenCvSlim/raw/master/OpenCvSharpSlim-2.4.10-x86.zip)  (x86)| 1.3MB |\n|[OpenCvSharpSlim-2.4.10-x64.zip](https://github.com/AvenSun/OpenCvSlim/raw/master/OpenCvSharpSlim-2.4.10-x64.zip)  (x64)| 1.5MB |\n|[OpenCvSharpSlim-3.4.20-x86.zip](https://github.com/AvenSun/OpenCvSlim/raw/master/OpenCvSharpSlim-3.4.20-x86.zip)  (x86)| 1.9MB |\n|[OpenCvSharpSlim-3.4.20-x64.zip](https://github.com/AvenSun/OpenCvSlim/raw/master/OpenCvSharpSlim-3.4.20-x64.zip)  (x64)| 2.5MB |\n|[OpenCvSharpSlim-4.8.0-x86.zip](https://github.com/AvenSun/OpenCvSlim/raw/master/OpenCvSharpSlim-4.8.0-x86.zip)  (x86)| 2.2MB |\n|[OpenCvSharpSlim-4.8.0-x64.zip](https://github.com/AvenSun/OpenCvSlim/raw/master/OpenCvSharpSlim-4.8.0-x64.zip)  (x64)| 2.9MB |\n|[OpenCvSharpSlim-4.8.1-x86.zip](https://github.com/AvenSun/OpenCvSlim/raw/master/OpenCvSharpSlim-4.8.1-x86.zip)  (x86)| 2.2MB |\n|[OpenCvSharpSlim-4.8.1-x64.zip](https://github.com/AvenSun/OpenCvSlim/raw/master/OpenCvSharpSlim-4.8.1-x64.zip)  (x64)| 2.9MB |\n\n# Usage \n\n1. Just use Nuget.\n2. Download  **zip** file and replace the original **OpenCvSharpExtern.dll**, that's all !\n\n\n# Modules included\n\n|module|note|\n|---|---|\n|opencv_core|Mat, matrix operations ...|\n|opencv_imgproc|resize, cvtColor, warpAffine, HoughLines, erode ...|\n|opencv_highgui|imread, imwrite, imdecode, imencode ...|\n|opencv_features2d|keypoint feature and matcher ...|\n|opencv_photo|inpaint , fastNlMeansDenoising ...|\n|opencv_video|opticalflow, KalmanFilter  ...|\n\n- you can get more details in [OpenCvSlim](https://github.com/AvenSun/OpenCvSlim).\n\n\n# Build other platform\n\n- You should delete some unused **OpenCv** modeles in  **OpenCvSharpExtern**.\n- Download [OpenCvSlim](https://github.com/AvenSun/OpenCvSlim) package and extract, set **OpenCV_INCLUDE_DIR** to **OpenCvSlim** directory. \n- Just build **OpenCvSharpExtern** as usual. \n\n# Related Projects\n\n- [OpenCvSharp](https://github.com/shimat/opencvsharp)\n  - OpenCV wrapper for .NET\n-  [OpenCvSlim](https://github.com/AvenSun/OpenCvSlim)\n  - Slim Build of OpenCv","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favensun%2Fopencvsharpslim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favensun%2Fopencvsharpslim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favensun%2Fopencvsharpslim/lists"}