-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
62 lines (61 loc) · 1.39 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
# Generated by roxygen2: do not edit by hand
export(Augmentation)
export(GaborFeatureExtract)
export(HOG)
export(HOG_apply)
export(List_2_Array)
export(MinMaxObject)
export(NormalizeObject)
export(RGB_to_HSV)
export(RGB_to_Lab)
export(ZCAwhiten)
export(average_hash)
export(convolution)
export(cropImage)
export(delationErosion)
export(dhash)
export(dilationErosion)
export(down_sample_image)
export(edge_detection)
export(flipImage)
export(gamma_correction)
export(getAffineTransform)
export(hash_apply)
export(imageShow)
export(image_thresholding)
export(invariant_hash)
export(load_binary)
export(norm_matrix_range)
export(padding)
export(phash)
export(readImage)
export(resizeImage)
export(rgb_2gray)
export(rotateFixed)
export(rotateImage)
export(superpixel_bbox)
export(superpixel_bbox_subset)
export(superpixels)
export(translation)
export(uniform_filter)
export(verify_image_extension)
export(warpAffine)
export(writeImage)
import(shiny)
importFrom(R6,R6Class)
importFrom(Rcpp,evalCpp)
importFrom(graphics,image)
importFrom(graphics,par)
importFrom(graphics,title)
importFrom(grid,grid.raster)
importFrom(jpeg,readJPEG)
importFrom(jpeg,writeJPEG)
importFrom(lifecycle,badge)
importFrom(lifecycle,deprecate_warn)
importFrom(png,readPNG)
importFrom(png,writePNG)
importFrom(shiny,runApp)
importFrom(tiff,readTIFF)
importFrom(tiff,writeTIFF)
importFrom(tools,file_ext)
useDynLib(OpenImageR, .registration = TRUE)