Udemy Practical Image Processing with OpenCV and Python with Project

17 Views | 0 Comments | Posted in: Tutorials
11
March
2024

Udemy Practical Image Processing with OpenCV and Python with Project


Download Free Download : Udemy Practical Image Processing with OpenCV and Python with Project
mp4 | Video: h264,1280X720 | Audio: AAC, 44.1 KHz
Genre:eLearning | Language: English | Size:2.3 GB


Files Included :

1 Introduction.mp4 (41.63 MB)
MP4
2 Install Python.mp4 (16.82 MB)
MP4
3 Install OpenCV & Requirements.mp4 (21.68 MB)
MP4
4 Facing Any Issue with the Course Here is the solution.mp4 (46.57 MB)
MP4
5 Load Display Save Image.mp4 (72 MB)
MP4
5 1 01 Image Basics.zip (160.43 KB)
ZIP
6 What is Pixel.mp4 (21.68 MB)
MP4
7 Converting Color.mp4 (68.74 MB)
MP4
8 Accessing and Manipulate Pixels.mp4 (49.72 MB)
MP4
1 1 Project Controlling brightness with GUI using opencv.zip (5.68 MB)
ZIP
2 What we will develop.mp4 (14.41 MB)
MP4
3 Controlling Brightness in Image.mp4 (57.65 MB)
MP4
1 Controlling Brightness in Videos.mp4 (38.82 MB)
MP4
1 1 06 Bitwise operations.zip (3.92 KB)
ZIP
2 Truth Table for AND, OR, NOT, XOR.mp4 (21.61 MB)
MP4
3 Bitwise AND.mp4 (25.62 MB)
MP4
4 Bitwise OR.mp4 (5.48 MB)
MP4
5 Bitwise NOT.mp4 (5.97 MB)
MP4
6 Bitwise XOR.mp4 (8.77 MB)
MP4
1 1 07 Masking.zip (1.14 MB)
ZIP
2 Masking Image.mp4 (9.24 MB)
MP4
3 Preparing Mask Image.mp4 (32.25 MB)
MP4
4 Masking Image using mask.mp4 (13.61 MB)
MP4
5 Example-2 Mask image with different shape.mp4 (16.48 MB)
MP4
6 Example-3 Masking circle shape.mp4 (20.89 MB)
MP4
1 1 08 Smoothing filters.zip (2.24 MB)
ZIP
2 Average Blur & Convolution Process.mp4 (26.15 MB)
MP4
3 OpenCV Average Blur.mp4 (42.92 MB)
MP4
4 Gaussian Blur.mp4 (20.15 MB)
MP4
5 OpenCV Gaussian Blur.mp4 (24.14 MB)
MP4
6 Median Blur.mp4 (30.01 MB)
MP4
7 OpenCV Median Blur for Salt Pepper Noise.mp4 (51.93 MB)
MP4
1 What will you Develop.mp4 (10.95 MB)
MP4
1 1 Project 4 Pencil sketch GUI.zip (3.66 MB)
ZIP
10 Calibrate Gamma to 0 to 1 Scale.mp4 (10.12 MB)
MP4
11 Pencil Sketch in Real Time.mp4 (54.29 MB)
MP4
2 Load Image and Flow.mp4 (16.35 MB)
MP4
3 Convert image into grayscale.mp4 (11.8 MB)
MP4
4 Apply Gaussian Blur to Gray Scale Image.mp4 (13.42 MB)
MP4
5 Divide Grayscale image and Gaussian Blur Image.mp4 (17.75 MB)
MP4
6 Adjust Gamma to Division Image.mp4 (28.13 MB)
MP4
7 Pencil Sketch Function.mp4 (39.21 MB)
MP4
8 GUI Control Panel.mp4 (34.33 MB)
MP4
9 Calibrate k-size to odd numbers.mp4 (24.17 MB)
MP4
1 Project Flow.mp4 (18.27 MB)
MP4
1 1 Project 5 Automatic Face Blur.zip (5.32 MB)
ZIP
10 Step-5, Addition Operation.mp4 (29.5 MB)
MP4
11 Real Time Face Blur.mp4 (14.86 MB)
MP4
2 Load Image.mp4 (8.46 MB)
MP4
3 Step-1, Face Detection Get Detections.mp4 (15.85 MB)
MP4
4 Step-1, Face Detection Select Faces using Confidence Score.mp4 (9.1 MB)
MP4
5 Step-1, Face Detection Get the Bounding Box.mp4 (11.36 MB)
MP4
6 Step-1, Face Detection Draw Rectangle Box.mp4 (10.85 MB)
MP4
7 Step-2, Create Mask Image.mp4 (19.45 MB)
MP4
8 Step-3, Calculate Background and Foreground Image using Bitwise AND.mp4 (14.66 MB)
MP4
9 Step-4, Blur the Faces.mp4 (10.35 MB)
MP4
1 Bilateral Filter.mp4 (57.64 MB)
MP4
2 Bilateral Filter in OpenCV Python.mp4 (33.1 MB)
MP4
1 Simple Thresholding.mp4 (18.52 MB)
MP4
2 Simple Threshold BINARY.mp4 (46.65 MB)
MP4
3 Simple Threshold BINARY INV.mp4 (15.33 MB)
MP4
4 Simple Threshold TOZERO, TOZERO INV.mp4 (27.37 MB)
MP4
5 Simple Threshold TRUNC.mp4 (33.59 MB)
MP4
6 Adaptive Thresholding.mp4 (26.58 MB)
MP4
7 Adaptive Thresholding Mean.mp4 (34.96 MB)
MP4
8 Adaptive Thresholding Gaussian.mp4 (25.96 MB)
MP4
1 1 02 Drawings.zip (7.39 KB)
ZIP
2 Line.mp4 (30.83 MB)
MP4
3 Rectangle.mp4 (25.35 MB)
MP4
4 Cricle.mp4 (23.9 MB)
MP4
5 Abstract Circles.mp4 (20.07 MB)
MP4
1 1 03 Working on Videos.zip (5.61 MB)
ZIP
2 Load and Display Video.mp4 (19.05 MB)
MP4
3 Frames Per Seconds (FPS) & Controlling FPS.mp4 (48.28 MB)
MP4
4 Accessing Web Camera.mp4 (21.39 MB)
MP4
5 Stacking Multiple Web Cameras.mp4 (49.49 MB)
MP4
1 1 Project FaceDetection with opencv.zip (335.86 KB)
ZIP
2 Download Cascade Classifier.mp4 (16.58 MB)
MP4
3 Load Image and Cascade Classifier using OpenCV.mp4 (10.47 MB)
MP4
4 Apply Viola-Jone Framework (cascade classifier) to Image.mp4 (23.67 MB)
MP4
5 Draw Bounding Box.mp4 (21.57 MB)
MP4
6 Face Detection Function.mp4 (13.57 MB)
MP4
1 Real Time Face Detection with OpenCV.mp4 (23.85 MB)
MP4
1 1 Project FaceDetection with DNN opencv.zip (5.03 MB)
ZIP
2 Face Detection with DNN Module.mp4 (6.83 MB)
MP4
3 Load SSD ResNet 10 Caffe Model with OpenCV.mp4 (13.38 MB)
MP4
4 Calculate Blob from Image.mp4 (8.53 MB)
MP4
5 Get Face Detections Bounding Boxes from the DNN Model.mp4 (13.54 MB)
MP4
6 Bounding Box Set the threshold Confidence Score.mp4 (24.59 MB)
MP4
7 Bounding Box De-Normalize Bounding Box Co-ordinates.mp4 (15.63 MB)
MP4
8 Bounding Box Draw Rectangle and Put Text (confidence score).mp4 (32.08 MB)
MP4
9 Create Face Detection Function.mp4 (14.54 MB)
MP4
1 Real Time Face Detection with DNN and OpenCV.mp4 (25.77 MB)
MP4
1 1 04 Image transformations.zip (3.4 MB)
ZIP
2 Image Translation or Shifting.mp4 (57.1 MB)
MP4
3 Rotating Image.mp4 (66.11 MB)
MP4
4 Resizing Image.mp4 (35.71 MB)
MP4
5 Flipping Image.mp4 (19.68 MB)
MP4
6 Cropping Image.mp4 (10.76 MB)
MP4
1 1 05 Arithmetic Operations.zip (998.81 KB)
ZIP
2 Addition in Image.mp4 (27.92 MB)
MP4
3 Subtraction in Image.mp4 (14.02 MB)
MP4
4 Blending Image Idea.mp4 (3.73 MB)
MP4
5 Blending Image - OpenCV Python.mp4 (38.18 MB)
MP4







Note:
Only Registed user can add comment, view hidden links and more, please register now
At 0dayhome.net, you'll find a vast collection of educational and informative tutorials to help you enhance your skills and knowledge in various fields. Our tutorials section serves as a valuable resource for beginners and experts alike, providing step-by-step guides, tips, and tricks on subjects such as technology, design, programming, photography, and much more. Whether you're looking to expand your professional repertoire or simply indulge in a new hobby, 0dayhome.net has got you covered. Why choose 0dayhome.net for all your tutorial needs? Here are a few reasons: Diverse Topics: Our platform offers a diverse range of tutorials, catering to various interests and skill levels. From learning the basics of coding to mastering advanced graphic design techniques, our tutorials cover it all. Easy-to-Follow Guides: We understand the importance of clear and concise instructions. Our tutorials are meticulously crafted with simplicity in mind, allowing you to easily grasp complex concepts and apply your newfound knowledge. Comprehensive Content: Whether you're a beginner seeking introductory tutorials or an expert looking for advanced techniques, our comprehensive collection has tutorials for every level of expertise. Take your skills to the next level with 0dayhome.net . Regular Updates: We frequently update our tutorials section, ensuring that you have access to the latest trends and techniques in your chosen field. Stay ahead of the curve and expand your knowledge with our up-to-date content. Community Engagement: Join our thriving community of learners and experts to connect, share insights, and seek guidance. Interact with fellow enthusiasts, exchange ideas, and strengthen your skills through collaboration. Free Access: Yes, you read it right! 0dayhome.net offers free access to its tutorials section. Learn and grow without any financial constraints. So, whether you're an aspiring programmer, a budding designer, or simply curious about exploring new subjects, 0dayhome.net tutorials are your go-to resource. Visit our website today and embark on a journey of continuous learning and improvement.
все шаблоны для dle на сайте шаблоны dle 11.2 скачать