Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageAndVideoAnalysis

  1. Prewitt edge detector: gradient filter and nonmaxima-suppression (NMS)

Output is two images: 1. gradient magnitute; 2. final result after NMS.

Input:

alt text

Prewitt edge detection:

alt text

Nonmaxima-suppression:

alt text

  1. Thresholding algorithm by Otsu

Output: thresholded image and obtained threshold value.

Input:

alt text

Output:

alt text

  1. Circle Hough Transform

Output: 1. accumulator image; 2. input image with objects detected in given range of diameters

Input:

alt text

Output:

alt text

About

Prewitt edge detector: gradient filter és nonmaxima-suppression (NMS), Thresholding algorithm by Otsu, Detection of circular object by edge detection and Hough transform for circles, Motion tracking of feature points and dense optical flow

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages