Ejemplo n.º 1
0
		public ImageProcessor(double magnitudeThreshold, int minLaserWidth, int maxLaserWidth, eLaserDetectionMode detectionMode)
		{
			m_laserMagnitudeThreshold = magnitudeThreshold;
			m_maxLaserWidth = maxLaserWidth;
			m_minLaserWidth = minLaserWidth;
			this.LaserDetectionMode = detectionMode;
		}
Ejemplo n.º 2
0
 public ImageProcessor(double magnitudeThreshold, int minLaserWidth, int maxLaserWidth, eLaserDetectionMode detectionMode)
 {
     m_laserMagnitudeThreshold = magnitudeThreshold;
     m_maxLaserWidth           = maxLaserWidth;
     m_minLaserWidth           = minLaserWidth;
     this.LaserDetectionMode   = detectionMode;
 }