gitextract_mqbhqjx2/ ├── .gitignore ├── AUTHORS ├── CONTRIBUTING ├── CONTRIBUTORS ├── LICENSE ├── LICENSE_HEADER ├── README.md ├── WORKSPACE ├── sh/ │ ├── BUILD │ ├── default_image.cc │ ├── default_image.h │ ├── image.h │ ├── spherical_harmonics.cc │ ├── spherical_harmonics.h │ └── spherical_harmonics_test.cc └── third_party/ ├── BUILD ├── eigen3.BUILD └── gtest.BUILD