Initial upload: BPN deblur pipeline code (scripts, triangle-splatting, BAGS, EVSSM forks)
c75b162 verified | namespace UTILS | |
| { | |
| void ComputeRelocation( | |
| int P, | |
| float* opacity_old, | |
| float* scale_old, | |
| int* N, | |
| float* binoms, | |
| int n_max, | |
| float* opacity_new, | |
| float* scale_new); | |
| } | |