Skip to content

Instantly share code, notes, and snippets.

@annimesh2809
Last active December 12, 2019 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save annimesh2809/49871574c9bc1287a330d126c3953a24 to your computer and use it in GitHub Desktop.
Save annimesh2809/49871574c9bc1287a330d126c3953a24 to your computer and use it in GitHub Desktop.

GSoC 2017 Final Report

Basic Info

Name: Animesh Kashyap (annimesh2809)

Proposal: Implementing multiple image segmentation algorithms in pure Julia (link)

Mentor: Tim Holy (timholy)

Organization: The Julia Language

Category: Package

Major repository for the work: ImageSegmentation.jl

Completed tasks

Tasks Related PRs/Issues Status
Seeded Region Growing PR #1 Merged
Unseeded Region Growing PR #2 Merged
Fast Scanning algorithm PR #5 Merged
Utility functions PR #7 Merged
Region Splitting PR #10 Merged
Clustering based algorithms PR #11 Merged
Accessor functions PR #13 Merged
Fuzzy C Means PR #89 Merged
Fix for kmeans PR #92 Merged
Documentation PR #17 Merged

Proposed algorithms and status

  • Seeded Region Growing
  • Unseeded Region Growing
  • Fast scanning
  • Region splitting
  • Kmeans
  • Fuzzy C Means
  • Documentation

Extras

  • Utility functions
  • Accessor functions

Here is a link to the documentation of the specified algorithms: http://juliaimages.github.io/latest/imagesegmentation

This documentation was written collaboratively by me and Tejus Gupta (tejus-gupta).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment