Skip to content

Algorithm guide

Griffin Pitts edited this page Jan 31, 2023 · 21 revisions

List algorithms here with links and simple descriptions.

Overview of segmentation tasks: image

Wikipedia article on Image Segmentation has a good overview.

Classical Computer Vision Algorithms

  1. Pixel classification
  2. Thresholding
  3. Watershed algorithm
  4. K-means
  5. Superpixels and Clustering

AI/Deep Learning Algorithms

  1. MaskRCNN
  1. UNET
  1. FCN
  1. Unet++
  1. Segnet
  2. CLIPseg: https://huggingface.co/blog/clipseg-zero-shot

Clone this wiki locally