-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
68 lines (67 loc) · 1.71 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
# Generated by roxygen2: do not edit by hand
export(align_images)
export(contour_ellipse_fit)
export(descriptor_orientation)
export(ellipse_points)
export(halfimg_split)
export(halfimg_unsplit)
export(harris_corners)
export(harris_keypoints)
export(images_resize)
export(img_rotate_refit)
export(knn_points)
export(map_affine_gen)
export(map_halfimg)
export(oriented_gradients)
export(outer_contour)
export(quantize_colors)
export(ransac)
export(region_centers)
export(thin_contour)
import(assertthat)
import(dplyr)
importFrom(FNN,get.knnx)
importFrom(assertthat,assert_that)
importFrom(conicfit,AtoG)
importFrom(conicfit,EllipseDirectFit)
importFrom(conicfit,calculateEllipse)
importFrom(dplyr,'%>%')
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,data_frame)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(grDevices,chull)
importFrom(imager,as.cimg)
importFrom(imager,autocrop)
importFrom(imager,bucketfill)
importFrom(imager,get.stencil)
importFrom(imager,grayscale)
importFrom(imager,imgradient)
importFrom(imager,imlist)
importFrom(imager,imresize)
importFrom(imager,imrotate)
importFrom(imager,imsplit)
importFrom(imager,is.cimg)
importFrom(imager,isoblur)
importFrom(imager,label)
importFrom(imager,map_il)
importFrom(imager,pad)
importFrom(imager,renorm)
importFrom(imager,rotate_xy)
importFrom(imager,threshold)
importFrom(imager,width)
importFrom(purrr,map_dbl)
importFrom(purrr,pmap)
importFrom(stats,spectrum)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)