-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
105 lines (104 loc) · 2.5 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Generated by roxygen2: do not edit by hand
S3method("*",imageOneChannel)
S3method("+",imageOneChannel)
S3method("-",imageOneChannel)
S3method("/",imageOneChannel)
S3method(max,imageOneChannel)
S3method(min,imageOneChannel)
S3method(plot,imageOneChannel)
S3method(plot,imageRGB)
export(BCA)
export(MSE)
export(PSNR)
export(addNormalNoise)
export(addUnifNoise)
export(affineGreyscaleTransformation)
export(affineRescale)
export(bilateralFilter)
export(calculateCooccurrence)
export(calculateFourierSpectrum)
export(calculateHUE)
export(calculateRGBvalue)
export(circleMask)
export(combineDifferentialExpressions)
export(convolveImage)
export(cropPixels)
export(derivateKernel)
export(diffuseSample)
export(diskMask)
export(dissipatePixel)
export(errorDiffusiondDithering)
export(fillConvexShape)
export(fsDithering)
export(gammaCorrection)
export(gaussianKernel)
export(hsvArrayToRgb)
export(imageHSV)
export(imageHSVFromRGB)
export(imageOneChannel)
export(imageOneChannelFromJpeg)
export(imageOneChannelFromRGB)
export(imageRGB)
export(imageRGBFromHSV)
export(imageRGBFromJpeg)
export(imputeALS)
export(is.imageOneChannel)
export(kurtosis.imageOneChannel)
export(laplacianOfGaussian)
export(lbDithering)
export(logarithmicDynamicCompression)
export(meaDithering)
export(mean)
export(morphBTH)
export(morphClose)
export(morphDilate)
export(morphErode)
export(morphOpen)
export(morphSTH)
export(morphWTH)
export(multiplyNormalNoise)
export(multiplyUnifNoise)
export(netICS)
export(normaliseAdjacencyMatrix)
export(performInsulatedHeatDiffusion)
export(pixelSum.imageOneChannel)
export(prioritize)
export(rectMask)
export(rgbArrayToHsv)
export(saltAndPepperNoise)
export(sd.imageOneChannel)
export(skewness.imageOneChannel)
export(writeJPEG.imageOneChannel)
export(writePNG.imageOneChannel)
exportClasses(imageHSV)
exportClasses(imageOneChannel)
exportClasses(imageRGB)
import(Rcpp)
import(Rdpack)
import(data.table)
import(dequer)
import(futile.logger)
import(igraph)
importFrom(BEclear,loss)
importFrom(RobustRankAggreg,rhoScores)
importFrom(abind,abind)
importFrom(e1071,kurtosis)
importFrom(e1071,skewness)
importFrom(grDevices,as.raster)
importFrom(graphics,plot)
importFrom(jpeg,readJPEG)
importFrom(jpeg,writeJPEG)
importFrom(methods,"slot<-")
importFrom(methods,new)
importFrom(methods,slot)
importFrom(mvtnorm,rmvnorm)
importFrom(plyr,count)
importFrom(png,writePNG)
importFrom(stats,fft)
importFrom(stats,median)
importFrom(stats,pchisq)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
useDynLib(Raspository)