#! /bin/csh

#rm -f *.tiff

# Single-layer COS segmentation
../src/Main_segment -i test_image/EP021.tif -d 300 -S
#../src/Main_segment -i test_image/comp400.tif -d 300 -S

# Single-layer COS/CCC segmentation
#   Note that the input image should be calibrated to sRGB
#   based on the scanner you used for the best performance
#   of CCC algorithm.
#../src/Main_segment -i test_image/EP021.tif -d 300 -c calib_files/EP_calib.txt
#../src/Main_segment -i test_image/comp400.tif -d 300 -c calib_files/EP_calib.txt

##### Note
# If you want to perform multiscale-COS/CCC 
# or multiscale-COS segmentation,
# please replace src/para_files/lambda_para.txt with
# src/para_files/lambda_para_multi.txt by mv command
# after the back-up of current lambda_para.txt
