Convolution | Code-Implementation-Python | Brief Information

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

Myself Akshat Sharma. This is my first video.

This video is about very basic stuff in Computer Vision, Convolution of images(with kernel). How Kernel is put on the image to produce a new convolved image, it is used in edge detection, descriptors and many other uses.

I hope this video will let you understand how to implement convolution.

Comment down below for:
1. feedback
2. topics to be discussed in upcoming videos.
Рекомендации по теме
Комментарии
Автор

5 minutes and this guy explained my whole 3 hours lecture

Claudio-gvlz
Автор

Thankyou for explaination. It was helpful to learn the hardcode, then go for libraries.

surajpandey
Автор

Hi, thank you so much for sharing this video. It is very helpful. Can you explain little bit more about conv_transform()? how is it working?

shivaniarora
Автор

You are amazing and thank you so much!

dangnguyen
Автор

How did you get the kernel image? Can you post the source code

gtaiwo
Автор

I found that kernel is not rotated 180 degree in most of articles. But this makes really sense on output?
Desribe about LSTM from scratch

sushantgautam
Автор

Thank you so much, it Really helps me . Hope you the best😍❤️

efjz
Автор

can you please help me with a program in python for convolution in matrix using shifting, folding, addition

rossirose
Автор

How Can I remove Motion Blur From An Image using Python?

ameykhairnar
Автор

Tried the code, didnt work :(
Instead of initializing image_conv = np.zeros(image.shape), try:
image_conv = np.array(image)

simplyanonymous