├── LICENSE ├── Non Rigid Iterative Closest Point (NICP) └── nricp-master │ ├── License.md │ ├── README.md │ ├── data │ ├── Head_Tri.mat │ └── Target_MeanFace_Cropped.mat │ ├── demos │ ├── nricp.m │ └── nricp_run.m │ └── nricp │ └── nricp.m ├── Prediction ├── bfm_tri.txt ├── head_prediction.py ├── head_prediction_rand_bfm.py └── head_tri.txt ├── README.md ├── Regression Matrix Calculation └── Steps1to3.m └── images └── main.jpg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabeel3133/combining3Dmorphablemodels/HEAD/LICENSE -------------------------------------------------------------------------------- /Non Rigid Iterative Closest Point (NICP)/nricp-master/License.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabeel3133/combining3Dmorphablemodels/HEAD/Non Rigid Iterative Closest Point (NICP)/nricp-master/License.md -------------------------------------------------------------------------------- /Non Rigid Iterative Closest Point (NICP)/nricp-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabeel3133/combining3Dmorphablemodels/HEAD/Non Rigid Iterative Closest Point (NICP)/nricp-master/README.md -------------------------------------------------------------------------------- /Non Rigid Iterative Closest Point (NICP)/nricp-master/data/Head_Tri.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabeel3133/combining3Dmorphablemodels/HEAD/Non Rigid Iterative Closest Point (NICP)/nricp-master/data/Head_Tri.mat -------------------------------------------------------------------------------- /Non Rigid Iterative Closest Point (NICP)/nricp-master/data/Target_MeanFace_Cropped.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabeel3133/combining3Dmorphablemodels/HEAD/Non Rigid Iterative Closest Point (NICP)/nricp-master/data/Target_MeanFace_Cropped.mat -------------------------------------------------------------------------------- /Non Rigid Iterative Closest Point (NICP)/nricp-master/demos/nricp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabeel3133/combining3Dmorphablemodels/HEAD/Non Rigid Iterative Closest Point (NICP)/nricp-master/demos/nricp.m -------------------------------------------------------------------------------- /Non Rigid Iterative Closest Point (NICP)/nricp-master/demos/nricp_run.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabeel3133/combining3Dmorphablemodels/HEAD/Non Rigid Iterative Closest Point (NICP)/nricp-master/demos/nricp_run.m -------------------------------------------------------------------------------- /Non Rigid Iterative Closest Point (NICP)/nricp-master/nricp/nricp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabeel3133/combining3Dmorphablemodels/HEAD/Non Rigid Iterative Closest Point (NICP)/nricp-master/nricp/nricp.m -------------------------------------------------------------------------------- /Prediction/bfm_tri.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabeel3133/combining3Dmorphablemodels/HEAD/Prediction/bfm_tri.txt -------------------------------------------------------------------------------- /Prediction/head_prediction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabeel3133/combining3Dmorphablemodels/HEAD/Prediction/head_prediction.py -------------------------------------------------------------------------------- /Prediction/head_prediction_rand_bfm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabeel3133/combining3Dmorphablemodels/HEAD/Prediction/head_prediction_rand_bfm.py -------------------------------------------------------------------------------- /Prediction/head_tri.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabeel3133/combining3Dmorphablemodels/HEAD/Prediction/head_tri.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabeel3133/combining3Dmorphablemodels/HEAD/README.md -------------------------------------------------------------------------------- /Regression Matrix Calculation/Steps1to3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabeel3133/combining3Dmorphablemodels/HEAD/Regression Matrix Calculation/Steps1to3.m -------------------------------------------------------------------------------- /images/main.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nabeel3133/combining3Dmorphablemodels/HEAD/images/main.jpg --------------------------------------------------------------------------------