All Projects → VahidN → Opencvsharp Samples

VahidN / Opencvsharp Samples

Licence: apache-2.0
A collection of samples about using OpenCV in .NET applications.

Labels

Projects that are alternatives of or similar to Opencvsharp Samples

Acurustrack
A multi-object tracking component. Works in the conditions where identification and classical object trackers don't (e.g. shaky/unstable camera footage, occlusions, motion blur, covered faces, etc.). Works on any object despite their nature.
Stars: ✭ 196 (-6.67%)
Mutual labels:  opencv
Opencv 2 Cookbook Src
《OpenCV 2 计算机视觉编程手册》 配套代码,支持 OpenCV 3.x / 4.x
Stars: ✭ 202 (-3.81%)
Mutual labels:  opencv
Learnopencv
Learn OpenCV : C++ and Python Examples
Stars: ✭ 15,385 (+7226.19%)
Mutual labels:  opencv
Marvel
Marvel - Face Recognition With Android & OpenCV
Stars: ✭ 199 (-5.24%)
Mutual labels:  opencv
Simple net
A simple deep neural network implemented in C++,based with OpenCV Mat matrix class
Stars: ✭ 202 (-3.81%)
Mutual labels:  opencv
Opencv Python Tutorial
OpenCV问答群不再维护。有问题,自己去搜索。Google能找到大部分答案。
Stars: ✭ 2,603 (+1139.52%)
Mutual labels:  opencv
Perfectshow
Android virtual makeup app, apply cosmetics on human face.
Stars: ✭ 194 (-7.62%)
Mutual labels:  opencv
Aveditor
这是一款短视频编辑 SDK,仿 DouYin 音视频处理。功能包含有美颜、滤镜、贴纸、特效、录制、分段录制、速率录制、变声、配乐、rtmp 直播推流、图片转视频、剪辑,mp4/flv 格式封装等功能。动态库用的我另一个项目编译好的 https://github.com/yangkun19921001/AVFFmpegLib
Stars: ✭ 209 (-0.48%)
Mutual labels:  opencv
Road lane line detection
Find lane lines on the road using Python and OpenCV, applying Canny edge detectors and Hough line transforms
Stars: ✭ 202 (-3.81%)
Mutual labels:  opencv
Localexpstereo
Continuous 3D Label Stereo Matching using Local Expansion Moves (TPAMI 2018)
Stars: ✭ 205 (-2.38%)
Mutual labels:  opencv
Traffic Signal Violation Detection System
A Computer Vision based Traffic Signal Violation Detection System from video footage using YOLOv3 & Tkinter. (GUI Included)
Stars: ✭ 200 (-4.76%)
Mutual labels:  opencv
Seam Carving
Seam Carving for Content Aware Image Resizing
Stars: ✭ 202 (-3.81%)
Mutual labels:  opencv
Raspberrypi Facedetection Mtcnn Caffe With Motion
MTCNN with Motion Detection, on Raspberry Pi with Love
Stars: ✭ 204 (-2.86%)
Mutual labels:  opencv
End To End For Chinese Plate Recognition
基于u-net,cv2以及cnn的中文车牌定位,矫正和端到端识别软件,其中unet和cv2用于车牌定位和矫正,cnn进行车牌识别,unet和cnn都是基于tensorflow的keras实现
Stars: ✭ 197 (-6.19%)
Mutual labels:  opencv
Imageprocessingprojects
Image processing using python and opencv
Stars: ✭ 205 (-2.38%)
Mutual labels:  opencv
Facerec Python
个人毕业设计 - 基于树莓派、OpenCV及Python语言的人脸识别
Stars: ✭ 195 (-7.14%)
Mutual labels:  opencv
Pine
🌲 Aimbot powered by real-time object detection with neural networks, GPU accelerated with Nvidia. Optimized for use with CS:GO.
Stars: ✭ 202 (-3.81%)
Mutual labels:  opencv
Python vlpr
毕业设计基于Opencv的车牌识别系统
Stars: ✭ 209 (-0.48%)
Mutual labels:  opencv
Sharingan
Tool to extract news articles from newspaper and give the context about the news
Stars: ✭ 208 (-0.95%)
Mutual labels:  opencv
Fga
Auto-battle app for F/GO Android
Stars: ✭ 205 (-2.38%)
Mutual labels:  opencv

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].