matcher.suppression_funcs — Pre-Generated Generic Suppression Functions

The matcher.suppression_funcs module

New in version 0.1.0.

autocnet.matcher.suppression_funcs.correlation(row, edge)[source]

Suppression function that converts ‘correlation’ into ‘strength’

autocnet.matcher.suppression_funcs.distance(row, edge)[source]

Suppression function that converts ‘distance’ into ‘strength’

autocnet.matcher.suppression_funcs.error(row, edge)[source]

Suppression function that takes the reprojection error in a fundamental matrix as the inverse strength.

autocnet.matcher.suppression_funcs.response(row, edge)[source]

Suppression function that converts ‘response’ into ‘strength’