Table of Contents

OpenCvSharp and .NET Guides

These guides cover the parts of using OpenCV that are specific to OpenCvSharp, C#, and .NET applications. They focus on managed and native ownership, API shapes, memory access, framework integration, and resource lifetimes rather than repeating OpenCV's algorithm documentation.

Core data and ownership

Application integration

OpenCV algorithms

Continue to the OpenCV Examples for C# examples of image-processing, transformation, contour, histogram, and feature APIs. Those pages link to the official OpenCV documentation for algorithm theory and parameter definitions.