RUDE LABS
  • Home
  • About Us
  • Blogs
  • Contact Us
Select Page

Blur An Image Using OpenCV Library In Python

by rudelabs.ai | Mar 19, 2022 | Coding Projects, Python

Introduction of the Project OpenCV refers to Open source Computer Vision. It is a library that helps in performing various tasks related to image processing and computer vision tasks. So, today, we are going to implement one such project using its function to blur an...

Create A Single Coloured Image Using OpenCV Library

by rudelabs.ai | Mar 19, 2022 | Coding Projects, Python

Introduction of the Project Today, we are going to explore one feature of OpenCV, which is to get a single coloured image from a colourful image. Wanna make a colourful image greyish in colour? Try it once using the power of OpenCV. This Python Program to create a...

Color Game In Python Using Tkinter Module | Python Project

by rudelabs.ai | Feb 4, 2022 | Coding Projects, Python

Introduction of the Project Do you like to play games? Today, we are going to code a wonderful, confusing color game using python language. For this, we are going to use the Tkinter module. Tkinter provides classes that allow the display, positioning, and control of...

Browser Automation in Python With Selenium | Python Project

by rudelabs.ai | Jan 31, 2022 | Coding Projects, Python

Introduction of the Project Is it your routine to open chrome and search using it? If yes, then it’s time to try something new. Today, we will teach you how to operate your chrome browser using a piece of code in python. So, for this, we will be using an open-source...

Blur A Video Using OpenCV In Python | Python Project

by rudelabs.ai | Jan 31, 2022 | Coding Projects, Python

Introduction of the Project Today, we will learn to blur a video using OpenCV in Python. OpenCV is a library used to perform computer vision tasks. So, here is our python code that will help us to blur a video. So, what are you waiting for? Let’s begin!  ...
Page 37 of 39« First«...102030...3536373839»

Recent Posts

  • Unlocking E-Commerce Potential with Data-Driven Insights
  • How AI-Powered Tools Are Reshaping the Future of Work
  • Design Systems That Scale Across Products: A Practical Guide for Growing Teams
  • Knowledge Evaluator Software Java Project
  • Attendance Management System Java Project