Skip to content

A library that implements some computer vision algorithms in python from scratch

Notifications You must be signed in to change notification settings

ForthePareto/SpikeCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpikeCV

Results

    • Sobel:

      alt text

    • Roberts:

      alt text

    • Prewitt and Canny:

      alt text


  1. alt text
  2. alt text

    • Low Pass:

      alt text

    • High Pass:

      alt text

  1. [Hybrid images:]

    alt text

    • Canny Superimposed: alt text
    • Hough Lines: alt text
    • Hough Circles: alt text

    • Object:

      alt text

    • initialize the contour:

      alt text

    • Evolved Contour:

      alt text


    • original image:

    original

    • output image :

    output


    • original image:

    original

    • output image :

    output


  • result:

result


    1. Optimal Otsu's bimodal thresholding
      • Global thresholding: alt text
      • Local thresolding: alt text
    2. Spectral thresholding (trimodal)
      • Global thresholding: alt text
      • Local thresolding: alt text
    3. Optimal (iterative) thresholding (trimodal)
      • Global thresholding: alt text
      • Local thresolding: alt text
    1. K-means

      • Input:

      original

      • Output:

      original

    2. Region Growing

      • Input:

        original

      • Output:

      output

    3. Agglomerative :

      • Input:

      original

      • Output:

      original

    4. Mean Shift :

      • Input:

      original

      • Output:

      original


alt text 14. ### Face Recognition

alt text

About

A library that implements some computer vision algorithms in python from scratch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages