C# computer vision tutorial #1: What is Computer Vision?

  • 9 years ago
You can read more about this topic on our website: http://www.camera-sdk.com/

This video demonstrates what computer vision is, what is this field good for, where can computer vision be used.

Get to know how can face recognition, motion detection, barcode scanner and other exciting solutions in connection with Computer Vision be developed in C#.NET.

For example solutions like: Optical Character Recognition, Barcode scanning from USB Camera, Motion detection, Frame capture from USB cam in C#, Image transformation in C#, Image masking in C# and Face recognition.

On the following webpages you can find the descriptions, examples and free source codes to these solutions:

How to implement OCR (Optical Character Recognition) in C#:
http://www.camera-sdk.com/p_259-how-to-implement-optical-character-recognition-in-c-onvif.html

How to implement Frame capture from an USB camera in C#:
http://www.camera-sdk.com/p_261-how-to-implement-frame-capture-from-an-usb-camera-in-c-onvif.html

How to implement face detection in C#:
http://www.camera-sdk.com/p_267-how-to-implement-face-detection-in-c-onvif.html

How to achieve image masking in C#:
http://www.camera-sdk.com/p_248-how-to-implement-image-masking-in-c-onvif.html

How to implement barcode reading from the video stream of an USB camera in C#:
http://www.camera-sdk.com/p_264-how-to-implement-barcode-scanning-from-the-stream-of-an-usb-camera-in-c-onvif.html

How to accomplish motion detection in C#:
http://www.camera-sdk.com/p_251-how-to-implement-motion-detection-in-c-onvif.html

Recommended