Example #1
0
    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();
    }
Example #2
0
    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();
    }