Class OmsCannyEdgeDetector
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.modules.r.edgedetection.OmsCannyEdgeDetector
-
public class OmsCannyEdgeDetector extends HMModel
-
-
Field Summary
Fields Modifier and Type Field Description booleandoNormcontrastorg.geotools.coverage.grid.GridCoverage2DinMaporg.geotools.coverage.grid.GridCoverage2DoutMapFloatpHighthresFloatpLowthresFloatpRadiusgaussIntegerpWidthgauss
-
Constructor Summary
Constructors Constructor Description OmsCannyEdgeDetector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess()-
Methods inherited from class org.hortonmachine.gears.libs.modules.HMModel
checkCancel, checkFileExists, checkNull, checkWorkingFolderInPath, concatOr, dumpRaster, dumpVector, getDefaultThreadsNum, getRaster, getVector, help, isCanceled, template
-
-
-
-
Field Detail
-
inMap
public org.geotools.coverage.grid.GridCoverage2D inMap
-
pLowthres
public Float pLowthres
-
pHighthres
public Float pHighthres
-
pRadiusgauss
public Float pRadiusgauss
-
pWidthgauss
public Integer pWidthgauss
-
doNormcontrast
public boolean doNormcontrast
-
outMap
public org.geotools.coverage.grid.GridCoverage2D outMap
-
-