-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11ea2d2
commit 57824f0
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|