Exemple #1
0
def compute_photometric_stereo(lights, images):
    return compute_photometric_stereo_impl(lights, images)
Exemple #2
0
def compute_photometric_stereo(lights, images):
    return compute_photometric_stereo_impl(lights, images)