├── LightEstimator.cpp ├── LightEstimator.h ├── LightEstimatorNayar.cpp ├── LightEstimatorNayar.h ├── MVSmodel.cpp ├── MVSmodel.h ├── Model └── option-highres.txt.patch ├── README ├── SphericalHarmonic.cpp ├── SphericalHarmonic.h ├── View.cpp ├── View.h ├── images ├── CameraPosition.txt ├── projection │ ├── 0.txt │ ├── 0.txt~ │ ├── 1.txt │ ├── 1.txt~ │ ├── 10.txt │ ├── 10.txt~ │ ├── 11.txt │ ├── 11.txt~ │ ├── 12.txt │ ├── 12.txt~ │ ├── 13.txt │ ├── 13.txt~ │ ├── 14.txt │ ├── 14.txt~ │ ├── 15.txt │ ├── 15.txt~ │ ├── 16.txt │ ├── 16.txt~ │ ├── 17.txt │ ├── 17.txt~ │ ├── 18.txt │ ├── 18.txt~ │ ├── 19.txt │ ├── 19.txt~ │ ├── 2.txt │ ├── 2.txt~ │ ├── 20.txt │ ├── 20.txt~ │ ├── 21.txt │ ├── 21.txt~ │ ├── 22.txt │ ├── 22.txt~ │ ├── 23.txt │ ├── 23.txt~ │ ├── 24.txt │ ├── 24.txt~ │ ├── 25.txt │ ├── 25.txt~ │ ├── 26.txt │ ├── 26.txt~ │ ├── 27.txt │ ├── 27.txt~ │ ├── 28.txt │ ├── 28.txt~ │ ├── 29.txt │ ├── 29.txt~ │ ├── 3.txt │ ├── 3.txt~ │ ├── 30.txt │ ├── 30.txt~ │ ├── 31.txt │ ├── 31.txt~ │ ├── 32.txt │ ├── 32.txt~ │ ├── 33.txt │ ├── 33.txt~ │ ├── 34.txt │ ├── 34.txt~ │ ├── 35.txt │ ├── 35.txt~ │ ├── 36.txt │ ├── 36.txt~ │ ├── 37.txt │ ├── 38.txt │ ├── 38.txt~ │ ├── 39.txt │ ├── 39.txt~ │ ├── 4.txt │ ├── 4.txt~ │ ├── 40.txt │ ├── 40.txt~ │ ├── 41.txt │ ├── 41.txt~ │ ├── 42.txt │ ├── 42.txt~ │ ├── 43.txt │ ├── 43.txt~ │ ├── 44.txt │ ├── 44.txt~ │ ├── 45.txt │ ├── 45.txt~ │ ├── 46.txt │ ├── 46.txt~ │ ├── 47.txt │ ├── 5.txt │ ├── 5.txt~ │ ├── 6.txt │ ├── 6.txt~ │ ├── 7.txt │ ├── 7.txt~ │ ├── 8.txt │ ├── 8.txt~ │ ├── 9.txt │ ├── 9.txt~ │ └── project.txt~ └── visualize │ ├── 00.png │ ├── 01.png │ ├── 02.png │ ├── 03.png │ ├── 04.png │ ├── 05.png │ ├── 06.png │ ├── 07.png │ ├── 08.png │ ├── 09.png │ ├── 10.png │ ├── 11.png │ ├── 12.png │ ├── 13.png │ ├── 14.png │ ├── 15.png │ ├── 16.png │ ├── 17.png │ ├── 18.png │ ├── 19.png │ ├── 20.png │ ├── 21.png │ ├── 22.png │ ├── 23.png │ ├── 24.png │ ├── 25.png │ ├── 26.png │ ├── 27.png │ ├── 28.png │ ├── 29.png │ ├── 30.png │ ├── 31.png │ ├── 32.png │ ├── 33.png │ ├── 34.png │ ├── 35.png │ ├── 36.png │ ├── 37.png │ ├── 38.png │ ├── 39.png │ ├── 40.png │ ├── 41.png │ ├── 42.png │ ├── 43.png │ ├── 44.png │ ├── 45.png │ ├── 46.png │ └── 47.png ├── main.cpp └── utilities.h /LightEstimator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/LightEstimator.cpp -------------------------------------------------------------------------------- /LightEstimator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/LightEstimator.h -------------------------------------------------------------------------------- /LightEstimatorNayar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/LightEstimatorNayar.cpp -------------------------------------------------------------------------------- /LightEstimatorNayar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/LightEstimatorNayar.h -------------------------------------------------------------------------------- /MVSmodel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/MVSmodel.cpp -------------------------------------------------------------------------------- /MVSmodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/MVSmodel.h -------------------------------------------------------------------------------- /Model/option-highres.txt.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/Model/option-highres.txt.patch -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/README -------------------------------------------------------------------------------- /SphericalHarmonic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/SphericalHarmonic.cpp -------------------------------------------------------------------------------- /SphericalHarmonic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/SphericalHarmonic.h -------------------------------------------------------------------------------- /View.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/View.cpp -------------------------------------------------------------------------------- /View.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/View.h -------------------------------------------------------------------------------- /images/CameraPosition.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/CameraPosition.txt -------------------------------------------------------------------------------- /images/projection/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/0.txt -------------------------------------------------------------------------------- /images/projection/0.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/0.txt~ -------------------------------------------------------------------------------- /images/projection/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/1.txt -------------------------------------------------------------------------------- /images/projection/1.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/1.txt~ -------------------------------------------------------------------------------- /images/projection/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/10.txt -------------------------------------------------------------------------------- /images/projection/10.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/10.txt~ -------------------------------------------------------------------------------- /images/projection/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/11.txt -------------------------------------------------------------------------------- /images/projection/11.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/11.txt~ -------------------------------------------------------------------------------- /images/projection/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/12.txt -------------------------------------------------------------------------------- /images/projection/12.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/12.txt~ -------------------------------------------------------------------------------- /images/projection/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/13.txt -------------------------------------------------------------------------------- /images/projection/13.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/13.txt~ -------------------------------------------------------------------------------- /images/projection/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/14.txt -------------------------------------------------------------------------------- /images/projection/14.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/14.txt~ -------------------------------------------------------------------------------- /images/projection/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/15.txt -------------------------------------------------------------------------------- /images/projection/15.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/15.txt~ -------------------------------------------------------------------------------- /images/projection/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/16.txt -------------------------------------------------------------------------------- /images/projection/16.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/16.txt~ -------------------------------------------------------------------------------- /images/projection/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/17.txt -------------------------------------------------------------------------------- /images/projection/17.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/17.txt~ -------------------------------------------------------------------------------- /images/projection/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/18.txt -------------------------------------------------------------------------------- /images/projection/18.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/18.txt~ -------------------------------------------------------------------------------- /images/projection/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/19.txt -------------------------------------------------------------------------------- /images/projection/19.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/19.txt~ -------------------------------------------------------------------------------- /images/projection/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/2.txt -------------------------------------------------------------------------------- /images/projection/2.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/2.txt~ -------------------------------------------------------------------------------- /images/projection/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/20.txt -------------------------------------------------------------------------------- /images/projection/20.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/20.txt~ -------------------------------------------------------------------------------- /images/projection/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/21.txt -------------------------------------------------------------------------------- /images/projection/21.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/21.txt~ -------------------------------------------------------------------------------- /images/projection/22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/22.txt -------------------------------------------------------------------------------- /images/projection/22.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/22.txt~ -------------------------------------------------------------------------------- /images/projection/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/23.txt -------------------------------------------------------------------------------- /images/projection/23.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/23.txt~ -------------------------------------------------------------------------------- /images/projection/24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/24.txt -------------------------------------------------------------------------------- /images/projection/24.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/24.txt~ -------------------------------------------------------------------------------- /images/projection/25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/25.txt -------------------------------------------------------------------------------- /images/projection/25.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/25.txt~ -------------------------------------------------------------------------------- /images/projection/26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/26.txt -------------------------------------------------------------------------------- /images/projection/26.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/26.txt~ -------------------------------------------------------------------------------- /images/projection/27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/27.txt -------------------------------------------------------------------------------- /images/projection/27.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/27.txt~ -------------------------------------------------------------------------------- /images/projection/28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/28.txt -------------------------------------------------------------------------------- /images/projection/28.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/28.txt~ -------------------------------------------------------------------------------- /images/projection/29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/29.txt -------------------------------------------------------------------------------- /images/projection/29.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/29.txt~ -------------------------------------------------------------------------------- /images/projection/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/3.txt -------------------------------------------------------------------------------- /images/projection/3.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/3.txt~ -------------------------------------------------------------------------------- /images/projection/30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/30.txt -------------------------------------------------------------------------------- /images/projection/30.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/30.txt~ -------------------------------------------------------------------------------- /images/projection/31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/31.txt -------------------------------------------------------------------------------- /images/projection/31.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/31.txt~ -------------------------------------------------------------------------------- /images/projection/32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/32.txt -------------------------------------------------------------------------------- /images/projection/32.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/32.txt~ -------------------------------------------------------------------------------- /images/projection/33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/33.txt -------------------------------------------------------------------------------- /images/projection/33.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/33.txt~ -------------------------------------------------------------------------------- /images/projection/34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/34.txt -------------------------------------------------------------------------------- /images/projection/34.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/34.txt~ -------------------------------------------------------------------------------- /images/projection/35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/35.txt -------------------------------------------------------------------------------- /images/projection/35.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/35.txt~ -------------------------------------------------------------------------------- /images/projection/36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/36.txt -------------------------------------------------------------------------------- /images/projection/36.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/36.txt~ -------------------------------------------------------------------------------- /images/projection/37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/37.txt -------------------------------------------------------------------------------- /images/projection/38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/38.txt -------------------------------------------------------------------------------- /images/projection/38.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/38.txt~ -------------------------------------------------------------------------------- /images/projection/39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/39.txt -------------------------------------------------------------------------------- /images/projection/39.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/39.txt~ -------------------------------------------------------------------------------- /images/projection/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/4.txt -------------------------------------------------------------------------------- /images/projection/4.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/4.txt~ -------------------------------------------------------------------------------- /images/projection/40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/40.txt -------------------------------------------------------------------------------- /images/projection/40.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/40.txt~ -------------------------------------------------------------------------------- /images/projection/41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/41.txt -------------------------------------------------------------------------------- /images/projection/41.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/41.txt~ -------------------------------------------------------------------------------- /images/projection/42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/42.txt -------------------------------------------------------------------------------- /images/projection/42.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/42.txt~ -------------------------------------------------------------------------------- /images/projection/43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/43.txt -------------------------------------------------------------------------------- /images/projection/43.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/43.txt~ -------------------------------------------------------------------------------- /images/projection/44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/44.txt -------------------------------------------------------------------------------- /images/projection/44.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/44.txt~ -------------------------------------------------------------------------------- /images/projection/45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/45.txt -------------------------------------------------------------------------------- /images/projection/45.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/45.txt~ -------------------------------------------------------------------------------- /images/projection/46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/46.txt -------------------------------------------------------------------------------- /images/projection/46.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/46.txt~ -------------------------------------------------------------------------------- /images/projection/47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/47.txt -------------------------------------------------------------------------------- /images/projection/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/5.txt -------------------------------------------------------------------------------- /images/projection/5.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/5.txt~ -------------------------------------------------------------------------------- /images/projection/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/6.txt -------------------------------------------------------------------------------- /images/projection/6.txt~: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/projection/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/7.txt -------------------------------------------------------------------------------- /images/projection/7.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/7.txt~ -------------------------------------------------------------------------------- /images/projection/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/8.txt -------------------------------------------------------------------------------- /images/projection/8.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/8.txt~ -------------------------------------------------------------------------------- /images/projection/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/9.txt -------------------------------------------------------------------------------- /images/projection/9.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/9.txt~ -------------------------------------------------------------------------------- /images/projection/project.txt~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/projection/project.txt~ -------------------------------------------------------------------------------- /images/visualize/00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/00.png -------------------------------------------------------------------------------- /images/visualize/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/01.png -------------------------------------------------------------------------------- /images/visualize/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/02.png -------------------------------------------------------------------------------- /images/visualize/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/03.png -------------------------------------------------------------------------------- /images/visualize/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/04.png -------------------------------------------------------------------------------- /images/visualize/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/05.png -------------------------------------------------------------------------------- /images/visualize/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/06.png -------------------------------------------------------------------------------- /images/visualize/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/07.png -------------------------------------------------------------------------------- /images/visualize/08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/08.png -------------------------------------------------------------------------------- /images/visualize/09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/09.png -------------------------------------------------------------------------------- /images/visualize/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/10.png -------------------------------------------------------------------------------- /images/visualize/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/11.png -------------------------------------------------------------------------------- /images/visualize/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/12.png -------------------------------------------------------------------------------- /images/visualize/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/13.png -------------------------------------------------------------------------------- /images/visualize/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/14.png -------------------------------------------------------------------------------- /images/visualize/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/15.png -------------------------------------------------------------------------------- /images/visualize/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/16.png -------------------------------------------------------------------------------- /images/visualize/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/17.png -------------------------------------------------------------------------------- /images/visualize/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/18.png -------------------------------------------------------------------------------- /images/visualize/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/19.png -------------------------------------------------------------------------------- /images/visualize/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/20.png -------------------------------------------------------------------------------- /images/visualize/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/21.png -------------------------------------------------------------------------------- /images/visualize/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/22.png -------------------------------------------------------------------------------- /images/visualize/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/23.png -------------------------------------------------------------------------------- /images/visualize/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/24.png -------------------------------------------------------------------------------- /images/visualize/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/25.png -------------------------------------------------------------------------------- /images/visualize/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/26.png -------------------------------------------------------------------------------- /images/visualize/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/27.png -------------------------------------------------------------------------------- /images/visualize/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/28.png -------------------------------------------------------------------------------- /images/visualize/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/29.png -------------------------------------------------------------------------------- /images/visualize/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/30.png -------------------------------------------------------------------------------- /images/visualize/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/31.png -------------------------------------------------------------------------------- /images/visualize/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/32.png -------------------------------------------------------------------------------- /images/visualize/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/33.png -------------------------------------------------------------------------------- /images/visualize/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/34.png -------------------------------------------------------------------------------- /images/visualize/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/35.png -------------------------------------------------------------------------------- /images/visualize/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/36.png -------------------------------------------------------------------------------- /images/visualize/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/37.png -------------------------------------------------------------------------------- /images/visualize/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/38.png -------------------------------------------------------------------------------- /images/visualize/39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/39.png -------------------------------------------------------------------------------- /images/visualize/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/40.png -------------------------------------------------------------------------------- /images/visualize/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/41.png -------------------------------------------------------------------------------- /images/visualize/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/42.png -------------------------------------------------------------------------------- /images/visualize/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/43.png -------------------------------------------------------------------------------- /images/visualize/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/44.png -------------------------------------------------------------------------------- /images/visualize/45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/45.png -------------------------------------------------------------------------------- /images/visualize/46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/46.png -------------------------------------------------------------------------------- /images/visualize/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/images/visualize/47.png -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/main.cpp -------------------------------------------------------------------------------- /utilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelliceSaouli/Light_Estimation_From_phtographs/HEAD/utilities.h --------------------------------------------------------------------------------