#!/bin/bash
if [ "$1" == "--help" ] ; then
	cat <<EOF
Try to find polyps of at least 2 voxels height (max radius 6 voxels).
Source class must be 16, target class is 241.
EOF
	exit
fi
netcat -w 1 localhost 1234 >/dev/null <<EOF
markpoly 16 241 -20 60
EOF
