forked from OpenDroneMap/FIELDimageR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
14 lines (14 loc) · 867 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export(fieldRotate,fieldCrop,fieldShape,fieldPolygon,
fieldIndex,fieldMask,fieldMap,fieldInfo,fieldPlot,fieldCount,fieldArea,fieldDraw)
importFrom("sp", "Polygons","Polygon","SpatialPolygonsDataFrame","SpatialPolygons","spsample",
"SpatialPointsDataFrame","over", "proj4string")
importFrom("raster", "stack", "projection","plotRGB","res","projectRaster","crs",
"atan2","crop","rasterToPolygons","mask","extract","clump","drawLine","drawPoly","xyFromCell")
importFrom("parallel", "makeCluster", "detectCores")
importFrom("foreach", "foreach", "%dopar%")
importFrom("doParallel", "registerDoParallel")
importFrom("graphics", "abline", "axis", "lines", "par", "plot","points","locator","legend")
importFrom("utils", "read.csv")
importFrom("grDevices", "rgb", "col2rgb")
importFrom("plyr", "join")
importFrom("EBImage","watershed","distmap")