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 |