void ShowFeatureMaps() { FeatureMapLabel.Show(); FeatureMap.Show(); FeatureMapI.Show(); FeatureMapILabel.Show(); FeatureMapIText.Show(); FeatureMapJ.Show(); FeatureMapJLabel.Show(); FeatureMapJText.Show(); FeatureMapXText.Show(); FeatureMapXLabel.Show(); FeatureMapYText.Show(); FeatureMapYLabel.Show(); BiasMap.Show(); BiasLabel.Show(); }
void HideFeatureMaps() { FeatureMapLabel.Hide(); FeatureMap.Hide(); FeatureMapI.Hide(); FeatureMapILabel.Hide(); FeatureMapIText.Hide(); FeatureMapJ.Hide(); FeatureMapJLabel.Hide(); FeatureMapJText.Hide(); FeatureMapXText.Hide(); FeatureMapXLabel.Hide(); FeatureMapYText.Hide(); FeatureMapYLabel.Hide(); BiasMap.Hide(); BiasLabel.Hide(); }