open source pkg v1
This commit is contained in:
7
pkg/OpenFace/matlab_version/PDM_helpers/GetShape3D.m
Normal file
7
pkg/OpenFace/matlab_version/PDM_helpers/GetShape3D.m
Normal file
@@ -0,0 +1,7 @@
|
||||
function [shape3D] = GetShape3D(M, V, p)
|
||||
|
||||
shape3D = M + V * p;
|
||||
|
||||
shape3D = reshape(shape3D, numel(shape3D) / 3, 3);
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user