Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjunior86 authored Feb 13, 2020
1 parent 11ea2d2 commit 57824f0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# SIS
K-Means Image Segmentation on Apache Spark

**br.gsj.spark.kmeans.ImageSegmentation** - Run the segmentation of an image. The image is loaded by the variable path and the
result will be saved in the same folder with the addition of "_result" in the end.

**br.gsj.spark.kmeans.ImageOptimalKComputation** - Run the computation of the optimal K for an image. The image is loaded by the variable path.
Check the variable writer, it will define where the graph will be stored.

**src/main/resources** - Some image to run as examples

0 comments on commit 57824f0

Please sign in to comment.