-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
65 lines (64 loc) · 1.45 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Generated by roxygen2: do not edit by hand
S3method(components,default)
S3method(display,array)
S3method(display,default)
S3method(display,matrix)
S3method(distanceTransform,default)
S3method(morph,default)
S3method(plot,kernelArray)
S3method(plot,kernelFunction)
S3method(resample,default)
export(binarise)
export(binarize)
export(binary)
export(boxKernel)
export(closing)
export(components)
export(dilate)
export(display)
export(distanceTransform)
export(erode)
export(gameOfLife)
export(gaussianKernel)
export(gaussianSmooth)
export(gosperGliderGun)
export(isKernel)
export(isKernelArray)
export(isKernelFunction)
export(kernelArray)
export(kernelFunction)
export(lanczosKernel)
export(meanFilter)
export(medianFilter)
export(mitchellNetravaliKernel)
export(mnKernel)
export(morph)
export(neighbourhood)
export(opening)
export(resample)
export(rescale)
export(sampleKernelFunction)
export(shapeKernel)
export(skeletonise)
export(skeletonize)
export(sketch)
export(sobelFilter)
export(sobelKernel)
export(symmetric)
export(threshold)
export(triangleKernel)
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, .registration = TRUE, .fixes = "C_")