tams.overlap

Contents

tams.overlap#

tams.overlap(a, b, *, norm='a')#

For each contour in a, determine those in b that overlap and by how much.

Currently the mapping is based on indices of the frames: iloc position in a : loc position in b : overlap fraction.

Parameters