-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
41 lines (40 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
export(HSVtoRGB)
export(RGBtoHSV)
export(RGBtosRGB)
export(adjacency)
export(apply_HSV_color_by_mask)
export(convert_pixels_to_area)
export(diagonal_adjacency)
export(extract_pixels_HSV)
export(get_indicator_image)
export(load_image)
export(plot_array_as_image_sRGB)
export(plot_indicator_image)
export(rectangularRange_HSV)
export(rectangularRange_HSV_cpp)
export(rectangularRange_HSV_iteronce_cpp)
export(retrieve_adjacency_coords)
export(sRGBtoRGB)
export(validate_mask_edges)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colors)
importFrom(grDevices,rgb2hsv)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,rasterImage)
importFrom(graphics,title)
importFrom(imager,as.cimg)
importFrom(imager,load.image)
importFrom(imager,rm.alpha)
importFrom(lifecycle,deprecated)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stringr,str_c)
importFrom(stringr,str_flatten_comma)
importFrom(utils,hasName)
importFrom(utils,object.size)
importFrom(utils,packageDescription)
useDynLib(duflor, .registration = TRUE)