Latest Courses
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
Git &Github Practice Tests & Interview Questions (Basic/Adv)Check course
Machine Learning and Deep Learning for Interviews & ResearchCheck course
Laravel | Build Pizza E-commerce WebsiteCheck course
101 - F5 CERTIFICATION EXAMCheck course
Master Python by Practicing 100 QuestionCheck course
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
- 73% Computer Vision Fundamentals with OpenCV and C#

Computer Vision Fundamentals with OpenCV and C#

$14.99Track price

Add your review
Add to wishlistAdded to wishlistRemoved from wishlist 0
Add to compare
8.3/10 (Our Score)
Product is rated as #109 in category C#

Hi,

Please meet  the  first video course ever   in Computer Vision Fundamentals covered using C# programming language and OpenCV wrapper OpenCVSharp .

This course  will teach you how to enter the wonderful world of computer vision using C# programming language and one of the most  widely used open source Computer Vision Library, namely the OpenCV. You will learn in particular, how to utilize a popular C# wrapper of OpenCV, which is  the OpenCVSharp.

Once you grasp the fundamentals of Computer Vision following this course, you will then be able to follow the  more advanced future courses in Computer Vision and Deep Learning field  that I will be recording.

In this course, you will learn the fundamentals of image processing which will open the way for you to tackle problems such as Barcode Recognition,  Webcam programming, Text Segmentation and OCR techniques  to read text from scanned documents.

You will learn in particular:

How to read images from disk and display them and save images to disk

Learn about Mat type object of OpenCV

Image pixel manipulations

Drawing on images

Locating a Region of Interest area and Cropping

Gray Scale Image conversion

Image Thresholding Techniques

Image Binarization

Image Bitwise operations

Instructor Details

I have been working in software development industry as an architect and teacher totaling 12 years now. Prior to that I had been working in automotive manufacturing industry for over 15 years as management professional. I have a BSc degree in Textile Machinery Engineering from the Leeds University in the UK and also an MSc degree in Software Engineering . I have been teaching mainly software development with .NET and JAVA technologies to various student groups from banking software developer personnel to IT development company engineers at software institutions. I am the author of a book published in the UK on developing Practical Image Processing projects with C# Programming Language. I have also good experience in electronics and robotics and designed and built many mechatronics involved testing equipment for the plants I worked. Nowadays I am very much into designing and building applications using dockerized microservices with aspnetcore.

Specification: Computer Vision Fundamentals with OpenCV and C#

Duration

5 hours

Year

2019

Level

All

Certificate

Yes

Quizzes

No

16 reviews for Computer Vision Fundamentals with OpenCV and C#

4.1 out of 5
7
5
3
1
0
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. Gregory Forbes

    Good

    Helpful(0) Unhelpful(0)You have already voted this
  2. prem pattnaik

    It was actually really helpful for c# users who don’e have access to a large community like python or other language users have regarding computer vision. I would even like a c# course using EMGUCV or OPENCVSHARP for real time text localization and recognition in a natural scene image. If that course is ever available here, i would love to buy it from here.

    Helpful(0) Unhelpful(0)You have already voted this
  3. Kanitsak

    Good and quick support, good explanation, easy to understand.

    Helpful(0) Unhelpful(0)You have already voted this
  4. Silvino Presa

    Very nice introduction to make the first steps in computer vision, good explanation and nice examples

    Helpful(0) Unhelpful(0)You have already voted this
  5. Antonio Manilla Maldonado

    It’s a good course. In general i recommend it. It goes from the basics to a complex applications for th real life. But,, I would like it to be longer, it’s too short the time to speak of each chapter.

    Helpful(0) Unhelpful(0)You have already voted this
  6. ayogan2 .

    The syllabus is too shallow. Does not even cover things like SIFT etc. But whatever is there is very good.

    Helpful(0) Unhelpful(0)You have already voted this
  7. Kevin Carlson

    Lots of useful information! I would like to see an advanced class from this instructor to cover topics such as advanced shape recognition and additional practical applications.

    Helpful(0) Unhelpful(0)You have already voted this
  8. Kasama P.

    What a great course. This is what i was looking for.

    Helpful(0) Unhelpful(0)You have already voted this
  9. Todd M Stockli

    Great Fundamentals course, covered the basics and explained each operation with enough detail so you know what is going on and why/when it would be used.

    Helpful(0) Unhelpful(0)You have already voted this
  10. Tash Robinson

    It was a very good course. The explanations make everything clear and the projects are very applicable to real world scenarios.

    Helpful(0) Unhelpful(0)You have already voted this
  11. Robert Nikjoo

    The code works. This is a fairly good course.

    Helpful(0) Unhelpful(0)You have already voted this
  12. Ali Ihsan Elmas

    Pros: Actually there is nothing good to say about this course except that this is one and only OpenCV course in C#. Cons: Lazily prepared contents which covers almost no technical information at all! He just writes some codes and you are expected to do the same without understanding the logic behind! Instructor doesn’t respond to your questions and when I sent him a direct message he responded aggresively! Almost no exercises for student to practice on and no solution videos are given for some of the exercises which is really not professional. It’s obvious that Instructor doesn’t have a strong understanding on the contents. Instructor has a strong accent and subtitles are usually wrong. Overall opinion: Don’t take this course. Instead take another openCV course with Python or C++.

    Helpful(0) Unhelpful(0)You have already voted this
  13. Michael Carter

    Frank does a good all round job of introducing the OpenCVSharp wrapper library for the DotNET application developer. His examples are simple enough to duplicate and follow through with more complex iterations of the concepts he brings out.

    Helpful(0) Unhelpful(0)You have already voted this
  14. Michael Sitarz

    Very well structured course, takes you through all required steps to get a good grasp not only of the OpenCV using C#, but also of computer vision and image processing fundamentals as well! I already bought a continuation course from the same author! Sincerelly recommended course! 🙂

    Helpful(0) Unhelpful(0)You have already voted this
  15. Clifford Wahl

    I am really enjoyed the course. Frank is obviously both knowledgeable and passionate about the subject matter. I’m just wrapping up the course. I was a little disappointed in the assignment in lecture 46 (hand gesture). (either I am missing some resources or…) It seems a bit of a leap without help to go from pizza to hand gesture without a little more guidance. On the other hand, the final section on bar code reading was great. I enjoyed finally walking through the full analysis process of combining various techniques to come up with a real solution to extract a specific object/feature of an image. This is one thing many courses are missing. I’ve gone through multiple OpenCV tutorials that show basic operations but none do much if anything to teaching how to approach a problem combining various techniques to extract specific features. Its the difference between teaching someone to use a table saw and teaching someone to build a cabinet. You must know your tool but using it to build is a far more involved skill. For a hobby project, I have a very specific set of objects I wish to extract from an image and am still struggling to piece techniques together especially in a general way. Appendix B helps.

    Helpful(0) Unhelpful(0)You have already voted this
  16. Manohar V Patil

    Great

    Helpful(0) Unhelpful(0)You have already voted this

    Add a review

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Computer Vision Fundamentals with OpenCV and C#
    Computer Vision Fundamentals with OpenCV and C#

    $14.99

    Price tracking

    Java Code Geeks
    Logo
    Register New Account
    Compare items
    • Total (0)
    Compare