Exemplo n.º 1
0
def compute_photometric_stereo(lights, images):
    return compute_photometric_stereo_impl(lights, images)
Exemplo n.º 2
0
Arquivo: util.py Projeto: cs4670/pa4
def compute_photometric_stereo(lights, images):
    return compute_photometric_stereo_impl(lights, images)