How to Crop and Resize Images [3] | OpenCV Python Tutorials for Beginners

How to Crop and Resize Images [3] | OpenCV Python Tutorials for Beginners

51,404 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@zishanshaikh3029
@zishanshaikh3029 - 14.04.2022 20:15

Great video dude !

Ответить
@kingoftennis94
@kingoftennis94 - 06.02.2022 09:20

doesnt work

Ответить
@datascienceandmachinelearn2537
@datascienceandmachinelearn2537 - 28.01.2022 02:33

Hei Murtaza, I need an advice fo my bachelor project. I follow your amazing course,please help me as your loyal follower. I will create an obscure view detection model that detects the loss of vision in cameras of autonomous vehicles caused by fog, condensation, and blaze, especially for sea vehicles. Can you suggest a model, thesis, article, dataset on this subject, please?

Ответить
@ishankrajpal8231
@ishankrajpal8231 - 03.10.2021 10:30

can anyone tell me why this code is not working,it says process finished but no image shows up .(doc is present in resources folder)
import cv2
path = 'resources/doc.jpg'
img = cv2.imread(path)
print(img.shape)
width,height = 400,400
imgresize= cv2.resize(img,(width,height))
print(imgresize.shape)
cv2.imshow('doc',img)
cv2.imshow('resizedImg',imgresize)
cv2.waitKey(0)

Ответить
@haniefknight
@haniefknight - 12.07.2021 12:50

my pycharm keep showing many lena pictures from previous tutorials... help

Ответить
@jerickfermo8321
@jerickfermo8321 - 12.07.2021 07:57

AttributeError: 'NoneType' object has no attribute 'shape'

following attrib not defined yet how it works?

Ответить
@vinaybhargav3373
@vinaybhargav3373 - 24.05.2021 16:49

Bro what is the configuration of your system

Ответить
@riyapalkar450
@riyapalkar450 - 13.05.2021 17:33

Hi , can you plzs help
That how to define a method for cropping image and Using that method in Button . In Tkinter

Ответить
@NoahElRhandour
@NoahElRhandour - 20.02.2021 21:13

u got a nice voice

Ответить
@dilmukhammed7706
@dilmukhammed7706 - 10.01.2021 10:03

Thanks so much

Ответить
@sanjaybalasubramanian9468
@sanjaybalasubramanian9468 - 21.11.2020 22:07

How to find x and y values for cropping?

Ответить
@sanjaybalasubramanian9468
@sanjaybalasubramanian9468 - 21.11.2020 22:05

Please use white theme for tutorials

Ответить
@darshanghorpade9590
@darshanghorpade9590 - 10.11.2020 15:59

Hey how to apply thickening on a binary image in opencv

Ответить
@tymothylim6550
@tymothylim6550 - 21.10.2020 08:57

Thank you for the video Murtaza :)

Ответить
@armagangok480
@armagangok480 - 14.10.2020 15:29

I got this error:
TypeError: 'numpy.ndarray' object is not callable

Ответить
@rajeshprajapati2192
@rajeshprajapati2192 - 05.10.2020 12:46

Thank You 😊 So Much Your Video Is Tooooooo Helpful!!!

Ответить
@samirakhrif3098
@samirakhrif3098 - 09.08.2020 13:04

sir how i crop video

Ответить
@shrijanmaram7939
@shrijanmaram7939 - 09.07.2020 11:47

Hi sir, why my program doesn't open the image? Is it because I'm using a mac?

Ответить
@Dentechnocollection
@Dentechnocollection - 30.06.2020 20:08

Sir, How to add a border to the image without losing any information

Ответить
@shaqeel7mohds
@shaqeel7mohds - 27.02.2020 18:05

Hello Sir, nice one, can we do this in a tkinter gui? Kindly share.

Ответить