Skip to content

Latest commit

 

History

History
45 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

45 lines (21 loc) · 1.21 KB

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