Giter Club home page Giter Club logo

canny_edge_detection's Introduction

Canny_edge_detection

Canny Edge Detector For Simple Hand Posture Detection

Step 1: Input Images:

  1. The dataset consists of more than one image; each image has a different hand sign.
  2. The user takes a picture of the hand to be tested either through the real-time orloaded image.

Step 2: Image Pre-processing

  1. The image is converted into grayscale
  2. Enhancement image using Filters technique (Smoothing filter, sharping filter, smooth then sharp, sharp then smoothed, other)
  3. Convert the grayscale image into a binary image.

Step 3: Segmentation image from the background (how?)

Step 4: Detect the border of the hand image

  1. Apply the following filter (Sobel, Prewitt, and canny), and which one is better?
  2. How did canny thin the edge?
  3. How canny edgy detectors remove unimportant edges or weak edges.

Step 5: display one image containing the original image, the gray image, and the edge image.

Result

Result


Project Requirements

You, Will, create a Class with the following functions

• gaussianMask( parameters: Size of the mask, Sigma = 1) and return the mask gaussianMask

• convolute (parameters: image, filter) and return the result of convoluting the filter

• sobel(parameters: image) and return the image containing the edge sobel

• Prewitt (parameters: image) and return the image edge Prewitt

• non-maxima suppression (parameter: Image, angels) and return the resulting image non-maxima suppression

• double threshold(parameter: Image) and return result image double threshold

• Edge Linking(parameter: Image) and return result image contain the edge Edge Linking

• Canny (parameters: image) and return the edge

• Should contain lower and higher threshold values as data members to manipulate it and assume that filter size for all edge detectors is 3x3

canny_edge_detection's People

Contributors

noureldin2303 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

canny_edge_detection's Issues

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.