Зарегистрироваться
Восстановить пароль
FAQ по входу

Global Emenwa. Face Detection And Image Processing In Python: Computer Vision In Python

  • Файл формата zip
  • размером 3,83 МБ
  • содержит документ формата epub
Global Emenwa. Face Detection And Image Processing In Python: Computer Vision In Python
Emenwa Global, 2022. — 167 р.
OPENCV | Python for Computer Vision: Face Detection and Image Processing
One of the best things about OpenCV is that it comes with a lot of built-in primitives for image processing and computer vision operations. If you have to start from scratch and write something, you will need to define things like an image, a point, a rectangle, and so on. Almost every computer vision algorithm needs these. All of these basic structures are already built into OpenCV. They are all in the core module. Another benefit is that these frameworks are already optimized for speed and memory, so users don't have to bother about the specifics of implementation.
We are fascinated by Artificial Intelligence and Machine Learning. Computer vision is a fascinating area of computer science. Decades of research have gone into this field. Cloud computing and powerful GPUs and TPUs make image processing faster and more efficient. Cars, robots, and drones have begun to understand images and videos. The human-machine interface "computer vision" will grow in importance over the years. Computer vision is considered the hottest field in the age of AI. It can be stressful for beginners as most people face challenges transitioning into computer vision. Modern technology uses computer vision. In real-time, we can use OpenCV for Python.
The imgcodecs module is in charge of opening and saving image files. With a simple command, you can save the output image as either a JPG or a PNG file when you're done with it. When you work with cameras, you will have to deal with a lot of video files. There are different modules that take care of everything that has to do with putting and taking out video files. You can easily record a video from a webcam or read a video file in various formats. You can also set properties like frames per second, frame size, and so on to save a bunch of frames as a video file.
Processes for handling images
When you write a Computer Vision algorithm, you will use a lot of the same basic image processing steps over and over. The imgproc module has most of these functions. You can do things like image filtering, geometric transformations, morphological operations, drawing on images, color conversions, histograms, motion analysis, shape analysis, feature detection, and so on.
In OpenCV, we only need one line to do many of these manipulatinos, as you would see in this OpenCV course.
Contents:
Introduction
Chapter 1 - Setting up OpenCV
Chapter 2 - Reading Images and Video
Chapter 3 - Resizing and Rescaling Frames
Chapter 4 - Drawing Shapes & Putting Text on Images
Chapter 5 – Basic Functions You Must Use in OpenCV
Chapter 6 - Contour Detection
ADVANCED SECTION
Chapter 7 - Color Spaces
Chapter 8 - Color Channels
Chapter 10 – The Magic of Blurring
Chapter 11 – Bitwise Operations
Chapter 12 - Masking
Chapter 13 - Histogram Computation
Chapter 14 - Thresholding/Binarizing Images
Chapter 15 – Gradients and Edge Detection in OpenCV
SECTION #3 - Faces
Chapter 16 - Face Detection with Haar Cascades
Chapter 17 - Object Recognition with OpenCV's built-in recognizer
Chapter 17 – Capstone - Computer Vision Project: The Simpsons
End Game
  • Чтобы скачать этот файл зарегистрируйтесь и/или войдите на сайт используя форму сверху.
  • Регистрация