Phil Underwood

Results 3 issues of Phil Underwood

**Describe the solution you'd like** I'd like to be able to do a multiparametric optimisation, ideally using the nelder-mead algorithm,as in scipy https://docs.scipy.org/doc/scipy/reference/optimize.minimize-neldermead.html. I have rewritten the python code currently...

enhancement

I'd like to implement a least squares solver, similar to https://numpy.org/doc/stable/reference/generated/numpy.linalg.lstsq.html I can do it now with the following ```python from ulab import numpy as np from ulab import scipy...

enhancement

## Description Currently when building `opencv`, it does not find `ffmpeg`, even though it has been built and installed. This means that KeyframeSelector does not run under linux (opencv automatically...