case classCenterCornerPatcher(patchSizeX: Int, patchSizeY: Int, horizontalFlips: Boolean) extends FunctionNode[RDD[Image], RDD[Image]] with Product with Serializable
Extract four corner patches and the center patch of the specified size.
If flips is set to true, then horizontal flips of all 5 patches is also
returned
patchSizeX
size of patch along xDim
patchSizeY
size of patch along yDim
horizontalFlips
if horizontal flips of patches should also be returned
Extract four corner patches and the center patch of the specified size. If flips is set to true, then horizontal flips of all 5 patches is also returned
size of patch along xDim
size of patch along yDim
if horizontal flips of patches should also be returned
patches of size patchSizeX x patchSizeY