# OpenCVSharp-Samples **Repository Path**: SmartMin2018/OpenCVSharp-Samples ## Basic Information - **Project Name**: OpenCVSharp-Samples - **Description**: A collection of samples about using OpenCV in .NET applications. - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 2 - **Created**: 2019-04-26 - **Last Updated**: 2024-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README OpenCVSharp Samples ======= A collection of samples about using OpenCV in .NET applications. - **Sample01**: How to create a simple 2D image and show it using OpenCV Window. - **Sample02**: How to load and display images. - **Sample03**: How to create a gray-scale image. - **Sample04**: How to apply different filters to images, such as erode, dilate, etc. - Sample04-Winforms: How to use OpenCVSharp in a WindowsForms application. - **Sample05**: How to use OpenCVSharp in a WPF application. - **Sample06**: How to use VideoCapture and WebCams. - **Sample07**: How to access pixels data using the C++ interface of OpenCV. - **Sample08**: How to apply MorphologyEx filters to images. - **Sample09**: How to resize, rotate and blur images. - **Sample10**: How to calculate the histogram of an image. - **Sample11**: How use k-means method of OpenCV. - **Sample12**: How to use watershed transform. - **Sample13**: How to use SURF. - **Sample14**: How to use SimpleBlobDetector. - **Sample15**: How to detect faces using Haar detection. - **Sample16**: How to train your own detector using CascadeClassifier. - **Sample17**: How to detect faces using FisherFaceRecognizer. - **Sample18**: How to create a Simple OCR using OpenCVSharp. - **Sample19**: How to create a Simple BarcodeReader using OpenCVSharp.