Class CannyEdgeDetector


  • public class CannyEdgeDetector
    extends org.hortonmachine.gears.modules.r.edgedetection.OmsCannyEdgeDetector
    • Field Summary

      Fields 
      Modifier and Type Field Description
      String inMap  
      String outMap  
      • Fields inherited from class org.hortonmachine.gears.modules.r.edgedetection.OmsCannyEdgeDetector

        doNormcontrast, pHighthres, pLowthres, pRadiusgauss, pWidthgauss
      • Fields inherited from class org.hortonmachine.gears.libs.modules.HMModel

        doProcess, doReset, gf, pm
    • Constructor Detail

      • CannyEdgeDetector

        public CannyEdgeDetector()
    • Method Detail

      • process

        public void process()
                     throws Exception
        Overrides:
        process in class org.hortonmachine.gears.modules.r.edgedetection.OmsCannyEdgeDetector
        Throws:
        Exception