Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Noureldin2303/Canny_edge_detection

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.