Click here to Skip to main content
15,874,995 members
Articles / Programming Languages / Visual Basic

Rapid Object Detection in .NET

Rate me:
Please Sign up or sign in to vote.
4.69/5 (55 votes)
23 Feb 2022Apache5 min read 128.1K   149  
Rapid object detection without a third party library requirement in .NET
I have written a library (HaarCascadeClassifier.dll) that makes object detection possible in .NET without any other library requirement. It is an Open Source project that contains implementation of the Viola-Jones object detection algorithm. The library uses haar cascades generated by OpenCV (XML files) to detect particular objects such as faces. In this post, I share HaarCascadeClassifier.dll and its usage.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Engineer
Turkey Turkey

Comments and Discussions