# This is a simplified version of this file type.
# For the complete documentation check the file project_example.txt

CONTEXT_START
  CONTEXT_NAME "Context Name 1"
  RESOURCE_URI "raster resource 1" "file://../../data/cbers_rgb342_crop1.tif"
  RESOURCE_URI "raster resource 2" "file://../../data/cbers_rgb342_crop2.tif"
  RESOURCE_URI "raster resource 3" "file://../../data/cbers_rgb342_crop3.tif"
CONTEXT_END

GRAPH_START
  GRAPH_NAME "Graph Name 1"

  VERTICE_START
    VERTICE_NAME "Regions Vertice Name 1"
    VERTICE_TYPE "SEGMENTER"
    VERTICE_2ND_PASS "YES"
    VERTICE_RESOURCE "raster resource 1" "IMAGE"
    VERTICE_PARAM "STRATEGY" "MEAN"
    VERTICE_PARAM "MIN_SEGMENT_SIZE" "100"
    VERTICE_PARAM "SEGMENTS_SIMILARITY_THRESHOLD" "0.2"
  VERTICE_END

  VERTICE_START
    VERTICE_NAME "Regions Vertice Name 2"
    VERTICE_TYPE "SEGMENTER"
    VERTICE_2ND_PASS "YES"
    VERTICE_CONNECTION "Regions Vertice Name 1" "Regions Vertice Name 1"
    VERTICE_RESOURCE "raster resource 2" "IMAGE"
    VERTICE_PARAM "STRATEGY" "MEAN"
    VERTICE_PARAM "MIN_SEGMENT_SIZE" "10"
    VERTICE_PARAM "SEGMENTS_SIMILARITY_THRESHOLD" "0.1"
  VERTICE_END

  VERTICE_START
    VERTICE_NAME "Regions Vertice Name 3"
    VERTICE_TYPE "SEGMENTER"
    VERTICE_2ND_PASS "YES"
    VERTICE_CONNECTION "Regions Vertice Name 1" "Regions Vertice Name 1"
    VERTICE_RESOURCE "raster resource 3" "IMAGE"
    VERTICE_PARAM "STRATEGY" "MEAN"
    VERTICE_PARAM "MIN_SEGMENT_SIZE" "40"
    VERTICE_PARAM "SEGMENTS_SIMILARITY_THRESHOLD" "0.1"
  VERTICE_END
GRAPH_END

PROJECT_START
  PROJECT_NAME "Sample Project Name 1"
  ANALYSIS "Analysys Name 1" "Context Name 1" "Graph Name 1"
PROJECT_END
