# Generated by roxygen2 (4.1.1): do not edit by hand

S3method(display,array)
S3method(display,default)
S3method(display,matrix)
S3method(morph,default)
S3method(plot,kernelArray)
S3method(plot,kernelFunction)
S3method(resample,default)
export(binarise)
export(binary)
export(boxKernel)
export(closing)
export(dilate)
export(display)
export(erode)
export(gameOfLife)
export(gaussianKernel)
export(gaussianSmooth)
export(gosperGliderGun)
export(isKernel)
export(isKernelArray)
export(isKernelFunction)
export(kernelArray)
export(kernelFunction)
export(meanFilter)
export(medianFilter)
export(mitchellNetravaliKernel)
export(mnKernel)
export(morph)
export(neighbourhood)
export(opening)
export(resample)
export(rescale)
export(sampleKernelFunction)
export(shapeKernel)
export(threshold)
export(triangleKernel)
import(reportr)
importFrom(Rcpp,evalCpp)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,dev.size)
importFrom(grDevices,grey)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,image)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(methods,as)
importFrom(stats,dnorm)
importFrom(stats,kmeans)
importFrom(stats,runif)
useDynLib(mmand)
