[go: up one dir, main page]

0% found this document useful (0 votes)
88 views4 pages

Document PDF

This document introduces Venugopal Boddu and previews an upcoming video tutorial on car detection in video frames using OpenCV in Python. It outlines three necessary steps to complete before the tutorial, including copying DLL files from the OpenCV source directory to the Python directory and renaming them to match the OpenCV version. The document concludes by thanking the viewer for watching and encouraging subscription to the author's channel.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
88 views4 pages

Document PDF

This document introduces Venugopal Boddu and previews an upcoming video tutorial on car detection in video frames using OpenCV in Python. It outlines three necessary steps to complete before the tutorial, including copying DLL files from the OpenCV source directory to the Python directory and renaming them to match the OpenCV version. The document concludes by thanking the viewer for watching and encouraging subscription to the author's channel.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Hello, Friends

Venugopal Boddu

• This is Venugopal.
• I am going to show you that Car Detection in the video
frame in Python using OpenCV.
Venugopal Boddu

• But before that we need to following these steps:


1. Go to :- C:\opencv\sources\3rdparty\ffmpeg
2. Copy the dll files opencv_ffmpeg.dll or opencv_ffmpeg_64.dll (depending on
your system architecture) and paste them into C:\Python27\
3. Now rename to opencv_ffmpeg24x.dll or opencv_ffmpeg24x_64.dll where x
is the version of opencv you are using. For example I am using OpenCV 2.4.9
so I renamed them opencv_ffmpeg249.dll or opencv_ffmpeg249_64.dll.
Venugopal Boddu

• Now, let’s see python source code.


Venugopal Boddu

Thank you for watching

Do like,share and comment. To get more videos subscribe my channel.

You might also like