Blur A Video Using OpenCV In Python | Python Project

  Рет қаралды 1,624

My Project Ideas

My Project Ideas

Күн бұрын

Пікірлер: 5
@gigglecoder
@gigglecoder 11 ай бұрын
can we blur on only specific area of video?
@myprojectideas
@myprojectideas 11 ай бұрын
Yes, using OpenCV, you can selectively blur specific areas of a video. Specify the region of interest (ROI) that you want to blur. This is usually done by defining the coordinates of the rectangle or any other shape that encompasses the area. Example: # Define your ROI, for example a rectangle x, y, w, h = 100, 100, 200, 200 # example coordinates and size roi = frame[y:y+h, x:x+w] # Apply blur to the ROI blurred_roi = cv2.GaussianBlur(roi, (15, 15), 0) # Replace the area on the frame with the blurred ROI frame[y:y+h, x:x+w] = blurred_roi
@gigglecoder
@gigglecoder 11 ай бұрын
@@myprojectideas thanks
@abc-ym4zs
@abc-ym4zs Жыл бұрын
to understand this projects do i need to know all the libraries of python or basic understanding of python is ok please reply
@myprojectideas
@myprojectideas Жыл бұрын
You need to know the Open CV library.
Blur An Image Using OpenCV Library In Python | Python Project
3:09
My Project Ideas
Рет қаралды 318
OpenCV Course - Full Tutorial with Python
3:41:42
freeCodeCamp.org
Рет қаралды 4 МЛН
DaVinci Resolve - Track and Blur
8:23
BenoniStudio
Рет қаралды 32 М.
Easy Face Blur using OpenCV | Computer Vision
19:34
Murtaza's Workshop - Robotics and AI
Рет қаралды 12 М.
OpenCV Python Course - Learn Computer Vision and AI
3:00:26
freeCodeCamp.org
Рет қаралды 637 М.