Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 607 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 607 Bytes

Efficient_Image_Segmentation

This repository contains implementation of the paper: Efficient Graph based image segmentation

Completed Stuff

  • Building the grid graph
  • implementation of union find datastructure with the custom loss function
  • Using the above two to segment the image

Pending

  • Implementation of K-d tree as explained in K-d tree
  • Buidling the nearest neighbor graph
  • Using Union find on nearest neighbor graph to perform image segmentation