Computer Vision with OpenCV: HOG Feature Extraction

preview_player
Показать описание

In this excerpt from "Autonomous Cars: Deep Learning and Computer Vision with Python, " Dr. Ryan Ahmed covers the Histogram of Gradients technique, and how OpenCV can use it to extract features from images using Python.
Рекомендации по теме
Комментарии
Автор

It's amazing. So pleasant to see the person with a huge sparks in the eyes explaining such non intuitive concept. Deserves millions of likes

КириллКлимушин
Автор

It's so pleasant to see someone who takes all aspects of the video so seriously as well as the enthusiasm and the explanation.

feraudyh
Автор

This video is amazing. I need people to find this exact video. You explain it in a way that is easy understandable, unlike most of the other videos out there.

thijsgelton
Автор

This video is a just awesome, explained HOG in a very simple but detailed way

princeneo
Автор

How are the HOG features visualized at 10:45? What is being plotted exactly?

tnmyk_
Автор

This video is giving me a chance to survive my senior life. T_T

arttartkhai
Автор

sir, what is on the vertical axis of histogram . it is supposed to be no. as you said how many gradients having particular anle. but in the video it is shown as magnitude... kindly clarify

shahnazfat
Автор

Are HOG features currently the best method of image simplification?

jaiv
Автор

Amazing video

Amazing

I have covered all concepts regarding histogram of oriented gradient

awaisahmad
Автор

Very good explanation on image gradients.

sureshpokharel
Автор

that's amazing video, your example help me alot to grasp this content

tunguyenanh
Автор

Wow, loved it, very nice explanation👍

premendrasrivastava
Автор

nicey explained. you have gone to the depth. just clarify one my my doubt. at 8 15, how each pixel can have gradient magnitude and direction independently .. plz . as gradient is for moving from one pixel to other. with respect to other pixel we can find. not for each pixel right

shahnazfat
Автор

I am confused about the different variants of it, for example, UoCTTI, what do we mean by directed and und-rected gradients.

mohammadidreesbhatresearch
Автор

One would think step 2 lead to the loss of information. When you bin the angle values and their intensities you discard their positions. Images are highly spatial data hence ignoring the placement of the gradients and only vectoring their angles and magnitudes seems like a way to cut corners. It must negatively impact the accuracy of neural networks being trained on these images.

sahiltrivedi
Автор

I can't find next part of this video which is about code of it ???

akashrizvi
Автор

Each 8x8 cell is represented as a 1x9 HOG vector. How are all these vectors fed to the SVM? Do we add them up and feed the aggregate 9d vector or are the vectors appended? Thanks!

ishfaqzaman
Автор

From where did you get 50, 70, 100, 120 ? >>>> Did you assume them?

haithamalnasrawi
Автор

awesome video, love to see such well thought stuffs

Integralsouls
Автор

How to create your own deep learning library?

denismerigold