Exemplo n.º 1
0
def compute_ncc(image1, image2):
    return compute_ncc_impl(image1, image2)
Exemplo n.º 2
0
Arquivo: util.py Projeto: cs4670/pa4
def compute_ncc(image1, image2):
    return compute_ncc_impl(image1, image2)