HistogramIntersection
Calculates normalized histogram intersection norm.
Syntax
C++
C#
Python
def HistogramIntersection( inHistogram1: Histogram, inHistogram2: Histogram, / ) -> outHistogramIntersection: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHistogram1 | Histogram | First input histogram | |
![]() |
inHistogram2 | Histogram | Second input histogram | |
![]() |
outHistogramIntersection | float |


