docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetVisualComparisonFootprint

    GetVisualComparisonFootprint(OccurrenceList, OccurrenceList, int, int, double, bool)

    Compute the visual footprint of the difference between two sets of occurrences

    Declaration
    [HandleProcessCorruptedStateExceptions]
    public double GetVisualComparisonFootprint(OccurrenceList originalOccurrences, OccurrenceList comparedOccurrences, int resolution = 512, int viewpointCount = 256, double threshold = 0.2, bool onHemisphereOnly = false)
    Parameters
    Type Name Description
    OccurrenceList originalOccurrences

    Set of occurrences representing the ground truth

    OccurrenceList comparedOccurrences

    Set of occurrences to compare with the ground truth

    int resolution

    Resolution of the viewer

    int viewpointCount

    Number of viewpoints generated around the bounding sphere of all occurrences

    double threshold

    Tolerance for pixel comparison

    bool onHemisphereOnly

    Create viewpoints only in the Y+ hemisphere of the bounding sphere

    Returns
    Type Description
    double
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)