Exemple #1
0
        /// <summary>
        /// Resets all parameters that concern the HALCON window display
        /// setup to their initial values and clears the ROI list.
        /// </summary>
        protected internal void resetAll()
        {
            setImagePart(0, 0, imageHeight, imageWidth);

            if (roiManager != null)
            {
                roiManager.reset();
            }
        }