Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай OpenCV 3 by Example, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:05:49
    The Course Overview
  • Урок 2. 00:04:56
    Getting Started with OpenCV
  • Урок 3. 00:12:09
    What Can You Do with OpenCV?
  • Урок 4. 00:10:17
    Installing OpenCV
  • Урок 5. 00:04:04
    Basic CMakeConfiguration and Creating a Library
  • Урок 6. 00:03:16
    Managing Dependencies
  • Урок 7. 00:03:42
    Making the Script More Complex
  • Урок 8. 00:02:33
    Images and Matrices
  • Урок 9. 00:05:07
    Reading/Writing Images
  • Урок 10. 00:03:09
    Reading Videos and Cameras
  • Урок 11. 00:02:03
    Other Basic Object Types
  • Урок 12. 00:04:39
    Basic Matrix Operations, Data Persistence, and Storage
  • Урок 13. 00:05:25
    The OpenCVUser Interface and a Basic GUI
  • Урок 14. 00:01:49
    The Graphical User Interface with QT
  • Урок 15. 00:04:37
    Adding Slider and Mouse Events to Our Interfaces
  • Урок 16. 00:03:56
    Adding Buttons to a User Interface
  • Урок 17. 00:04:37
    OpenGL Support
  • Урок 18. 00:01:59
    Generating a CMakeScript File
  • Урок 19. 00:02:25
    Creating the Graphical User Interface
  • Урок 20. 00:04:38
    Drawing a Histogram
  • Урок 21. 00:02:57
    Image Color Equalization
  • Урок 22. 00:04:18
    Lomography Effect
  • Урок 23. 00:04:56
    The CartoonizeEffect
  • Урок 24. 00:02:22
    Isolating Objects in a Scene
  • Урок 25. 00:01:49
    Creating an Application for AOI
  • Урок 26. 00:09:17
    Preprocessing the Input Image
  • Урок 27. 00:11:19
    Segmenting Our Input Image
  • Урок 28. 00:07:05
    Introducing Machine Learning Concepts
  • Урок 29. 00:02:46
    Computer Vision and the Machine Learning Workflow
  • Урок 30. 00:02:21
    Automatic Object Inspection Classification Example
  • Урок 31. 00:11:25
    Feature Extraction
  • Урок 32. 00:04:32
    Understanding HaarCascades
  • Урок 33. 00:02:57
    What Are Integral Images
  • Урок 34. 00:04:26
    Overlaying a Facemask in a Live Video
  • Урок 35. 00:03:23
    Get Your Sunglasses On
  • Урок 36. 00:01:32
    Tracking Your Nose, Mouth, and Ears
  • Урок 37. 00:04:13
    Background Subtraction
  • Урок 38. 00:02:53
    Frame Differencing
  • Урок 39. 00:03:22
    Morphological Image processing
  • Урок 40. 00:04:18
    Other Morphological Operators
  • Урок 41. 00:03:18
    Tracking Objects of a Specific Color
  • Урок 42. 00:05:56
    Building an Interactive Object Tracker
  • Урок 43. 00:03:28
    Detecting Points Using the Harris Corner Detector
  • Урок 44. 00:02:24
    Shi-Tomasi Corner Detector
  • Урок 45. 00:08:21
    Feature-Based Tracking
  • Урок 46. 00:02:41
    Introducing Optical Character Recognition
  • Урок 47. 00:10:00
    The Preprocessing Step
  • Урок 48. 00:06:22
    Installing Tesseract OCR on Your Operating System
  • Урок 49. 00:08:07
    Using Tesseract OCR Library