//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /** @author John Miller * @version 1.6 * @date Sat May 26 16:31:56 EDT 2018 * @see LICENSE (MIT style license file). */ package scalation /** The `image` package contains classes, traits and objects for * image processing and computer vision. */ package object image { /** The relative path for base directory */ val BASE_DIR = DATA_DIR + "image" + ⁄ } // image package object