Fast Transient Imaging
A Python framework revolving around reconstruction of impulse responses from AMCW lidar measurements.
|
Classes | |
class | CTrigonometricMomentImageStack |
This class encapsulates a stack of images containing trigonometric moments. More... | |
Functions | |
def | GetRootsPerPixel (PolynomialImage) |
Given an image of shape (Height,Width,Degree+1) this function solves the polynomial equation x**0*PolynomialImage[X,Y,0]+...+x**Degree*PolynomialImage[X,Y,Degree] per pixel and returns all roots. More... | |
def TrigonometricMomentImageStack.GetRootsPerPixel | ( | PolynomialImage | ) |
Given an image of shape (Height,Width,Degree+1) this function solves the polynomial equation x**0*PolynomialImage[X,Y,0]+...+x**Degree*PolynomialImage[X,Y,Degree] per pixel and returns all roots.