Giter Club home page Giter Club logo

cv-zone's People

Contributors

anmolj7 avatar anou1234 avatar ayushsaini12 avatar honeybhardwaj avatar krishnabmu avatar kriti-banka avatar mohithreddy1 avatar sricharan01 avatar tb-rules10 avatar

Stargazers

 avatar  avatar

cv-zone's Issues

Draw a Triangle with Centroid

Write a code to Draw a Triangle with Centroid using OpenCV.

Once you are over with that create your own folder (Draw a Triangle) in Image_Manipulations folder update your code, add the output image and create readme file and add details in readme file.

Circle Detection using Hough Cirlces

Write a code to detect cirlces in the image using Hough Cirlces.

Eg: Use coins input image

Once you are over with that create your own folder(Circle Detection) in Image_Segmentation folder update your code, add input and output Images and create readme file and add details in readme file.

Detect Shapes in Image

Write a code to Detect Shapes in the image using OpenCV.

Once you are over with that create your own folder(Detect Shapes in Image) in Image_Segmentation folder update your code, add input and output Images and create readme file and add details in readme file.

folder format: CV-Zone -> Image_Segmentation -> create your folder(Detect Shapes in Image) -> files

Use the below image as Input Image

image

Line Detection - Using Hough Transform

Write a code to detect lines in the image using OpenCV algorithm Hough Transform.

Once you are over with that create your own folder(Line Detection) in Image_Segmentation folder update your code, add input and output Images and create readme file and add details in readme file.

Add watermark on images

Write a code to Add watermark on images using OpenCV.

Eg: text watermark on image

Once you are over with that create your own folder (Add watermark on images) in Image_Manipulations folder update your code, add Input and output images and create readme file and add details in readme file.

folder format: CV-Zone -> Image_Manipulations -> create your folder(Add watermark on images) -> files

Reading-Writing-and-displaying-images

Write a code for Reading-Writing-and-displaying-images using OpenCV.

Once you are over with that create your own folder in Basics_of_OpenCV folder update your code, add input and output Images and create readme file and add details in readme file.

Cropping an image

Write a code for Cropping an image using OpenCV.

Once you are over with that create your own folder(Cropping an image) in Image_Manipulations folder update your code, add input and output Images and create readme file and add details in readme file.

Bitwise Operations on images

Write a code for Bitwise Operations on images(AND, OR, XOR, and NOT) using OpenCV.

Once you are over with that create your own folder(Bitwise Operations on images) in Image_Manipulations folder update your code, add input and output Images and create readme file and add details in readme file.

Capturing an Image

Write a code for Capturing an Image using OpenCV.

Once you are over with that create your folder(Capturing an Image) in the Basics_of_OpenCV folder update your code, add output images and create a readme file and add details in the readme file.

folder format: CV-Zone -> Basics_of_OpenCV -> create your folder(Capturing an Image) -> files

Face Detection

Do project on Face Detection using OpenCV.

Once you are over with that create your own folder(Face Detection) in Projects folder update your codes, add output and create readme file and add details in readme file.

folder format: CV-Zone -> Projects -> create your folder(Face Detection) -> files

Histograms of an images

Write a code for Histograms of an images using OpenCV.

Once you are over with that create your own folder(Histograms of an images) in Basics_of_OpenCV folder update your code, add input Image and histogram of an image and create readme file and add details in readme file.

Hand Tracking - Project

Do project on Hand Tracking using OpenCV.

Once you are over with that create your own folder(Hand Tracking) in Projects folder update your codes, add output video(screen recording) and create readme file and add details in readme file.

Video Capturing

Write a code for Video Capturing using OpenCV.

Once you are over with that create your folder(Video Capturing) in the Basics_of_OpenCV folder update your code, add output video and create a readme file and add details in the readme file.

folder format: CV-Zone -> Basics_of_OpenCV -> create your folder(Video Capturing) -> files

Sharpening an image - Image_Manipulations

Write a code for Sharpening an image using OpenCV.

Once you are over with that create your own folder(Sharpening an image) in Image_Manipulations folder update your code, add input and output Images and create readme file and add details in readme file.

Create a Virtual Pen And Eraser

Do project on Creating a Virtual Pen And Eraser using OpenCV.

Once you are over with that create your own folder(Creating a Virtual Pen And Eraser) in Projects folder update your codes, add output video(screen recording) and create readme file and add details in readme file.

Finding Corners - Object_Detection

Write a code to find Corners in the given image using OpenCV.

Once you are over with that create your own folder in Object_Detection folder update your code, add input and output Images and create readme file and add details in readme file.

Input Image

image

Counting Circles and Ellipses

Write a code to Counting Circles and Ellipses in the image using OpenCV.

Once you are over with that create your own folder(Counting Circles and Ellipses) in Image_Segmentation folder update your code, add input and output Images and create readme file and add details in readme file.

Use this Input Image
image

Image Thresholding

Write a code for Image Thresholding using OpenCV.

1)Binary Thresholding
2)Inverse-Binary Thresholding
3)Truncate Thresholding
4)Threshold to Zero
5)Inverted Threshold to Zero

For input, use the image below.

Once you are over with that create your own folder(Image Thresholding) in Image_Manipulations folder update your code, add input and output Images and create readme file and add details in readme file.

Input Image
image

Arithmetic operations on images

Write a code for Arithmetic operations on images(addition, subtraction) using OpenCV.

Once you are over with that create your own folder(Arithmetic operations on images) in Image_Manipulations folder update your code, add input and output Images and create readme file and add details in readme file.

Convert BGR and RGB

Write a code to Convert BGR and RGB of an image using OpenCV.

Once you are over with that create your own folder(Convert BGR and RGB) in Basics_of_OpenCV folder update your code, add input and output Images and create readme file and add details in readme file.

Denoise the Image

Write a code to denoise the Image using OpenCV.

Note: Use any OpenCV Method to denoise the given input image.

Once you are over with that create your own folder (Denoise the Image) in Image_Manipulations folder update your code, add Input and output images and create a readme file and add details in the readme file.

folder format: CV-Zone -> Image_Manipulations -> create your folder(Image Restoration) -> files

Use the below image as Input

image

Rotations - Image_Manipulations

Write a code for Rotation an image in different angles using OpenCV.

Once you are over with that create your own folder in Image_Manipulations folder update your code, add input and output Images and create readme file and add details in readme file.

Dilation, Erosion, Opening and Closing

Write a code for Dilation, Erosion, Opening and Closing an image using OpenCV.

Once you are over with that create your own folder(Dilation, Erosion, Opening and Closing) in Image_Manipulations folder update your code, add input and output Images and create readme file and add details in readme file.

Convolutions and Blurring - Image_Manipulations

Write a code for Convolutions and Blurring an image using OpenCV.

use kernels, Averaging, Gaussian Blur, Median, Bilateral to blur the image.

Once you are over with that create your own folder(Convolutions and Blurring) in Image_Manipulations folder update your code, add input and output Images and create readme file and add details in readme file.

Refine the image

Write a code to refine the image using OpenCV.

Note: Use any OpenCV Method to refine the given input image(In the output the text needs to be clearly visible).

Once you are over with that create your own folder (Denoise the Image) in the Image_Manipulations folder update your code, add Input and output images and create a readme file and add details in the readme file.

folder format: CV-Zone -> Image_Manipulations -> create your folder(Refining the image) -> files

Use the below image as Input
image

Image Restoration

Write a code to restore the image using OpenCV.

Once you are over with that create your own folder (Image Restoration) in Image_Manipulations folder update your code, add Input and output images and create a readme file and add details in the readme file.

folder format: CV-Zone -> Image_Manipulations -> create your folder(Image Restoration) -> files

Use below image as Input

image

Live Sketch Using Webcam

Write a code for Live Sketch Using Webcam using OpenCV.

Once you are over with that create your own folder(Live Sketch Using Webcam) in Image_Manipulations folder update your code, add original and Live sketch images and create readme file and add details in readme file.

Image Resizing

Write a code for Resizing images using OpenCV.

Once you are over with that create your own folder(Image Resizing) in Basics_of_OpenCV folder update your code, add input and output images and create readme file and add details in readme file.

folder format: CV-Zone -> Basics_of_OpenCV -> create your folder(Image Resizing) -> files

Document-Scanner

Do project on Document-Scanner using OpenCV.

Once you are over with that create your own folder(Document-Scanner) in Projects folder update your codes, add Input and output and create readme file and add details in readme file.

folder format: CV-Zone -> Projects -> create your folder(Document-Scanner) -> files

Fourier Transform

Follow the steps:

  1. Take the Fourier Transform of the given image (say the output is FFTOrginal).
  2. Filter the image using Low Pass and High pass frequency-domain filter. Say Output is LowOutput and Highoutput.
  3. Compare LowOutput and Highoutput with the FFT of the original image (ie FFTOriginal obtained from step 1).

Once you are over with that create your own folder(Fourier Transform) in the Projects folder update your codes, add output and create a readme file and add details in the readme file.

folder format: CV-Zone -> Projects -> create your folder(Fourier Transform) -> files

Use the below image as Input
image

Contours - Image Segmentation

Write a code to find contours in the image using OpenCV.

Once you are over with that create your own folder(Contours) in Image_Segmentation folder update your code, add input and output Images and create readme file and add details in readme file.

Display Multiple Images in One Window

Write a code for Display Multiple Images in One Window using OpenCV.

Once you are over with that create your own folder(Display Multiple Images in One Window) in Basics_of_OpenCV folder update your code, add input and output images and create readme file and add details in readme file.

folder format: CV-Zone -> Basics_of_OpenCV -> create your folder(Display Multiple Images in One Window) -> files

Virtual Mouse Using Hand Gesture Recognition

Do project on Virtual Mouse using OpenCV.

Once you are over with that create your own folder(Virtual Mouse) in Projects folder update your codes, add output and create readme file and add details in readme file.

Blob Detection

Write a code for Blob Detection using OpenCV.

Once you are over with that create your own folder(Blob Detection) in Image_Segmentation folder update your code, add input and output Images and create readme file and add details in readme file.

Input Image

image

Grayscaling an Image

Grayscaling is process by which an image is converted from a full color to shades of grey (black & white).

Write a code for Grayscaling an image using OpenCV.

Once you are over with that create your own folder in Basics_of_OpenCV folder update your code, add input and output Images and create readme file and add details in readme file.

Write a Blog on OpenCV

Hi,
OpenCV library has more than 2500 optimized algorithms, which includes a comprehensive set of both classic and state-of-the-art computer vision and machine learning algorithms.

Create a blog on OpenCV. Once you are over with it create your blog folder in Main Blog folder update it over in readme file.

Thanks

Drawing-Images

Write a code for Drawing-Images using OpenCV(Line, Circles, Polygons, Rectangle).

Once you are over with that create your own folder in Basics_of_OpenCV folder update your code, add output Images and create readme file and add details in readme file.

Vehicle detection in a Video frame

Write a code for Vehicle detection in a Video frame using OpenCV.

Once you are over with that create your own folder(Vehicle detection) in Object_Detection folder update your code, add input and output and create readme file and add details in readme file.

Real-Time Face Mask Detection

Do project on Real-Time Face Mask Detection using OpenCV.

Once you are over with that create your own folder(Real-Time Face Mask Detection) in Projects folder update your codes, add output video(screen recording) and create readme file and add details in readme file.

folder format: CV-Zone -> Projects -> create your folder(Real-Time Face Mask Detection) -> files

Histogram of Oriented Gradients

Write a code for Histogram of Oriented Gradients of the image using OpenCV.

Once you are over with that create your own folder(Histogram of Oriented Gradients) in Object_Detection folder update your code, add input and output Images and create readme file and add details in readme file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.