adds a parameter to the request; if the parameter is a File, the file is uploaded, otherwise the string value of the parameter is passed in the request
Takes a slice through the Gaussian, to produce a new Gaussian
first "fixed" elements are fixed
remaining elements of the Gaussian are used in the new Gaussian
Takes a 1D slice through the Gaussian along the line through start pointing in direction
the output Gaussian is centred on start and the units are 1 equals the length of direction
Strip comments from OpenCV haar files, this is because many of the files contain
illegal comments (containing the -- string) which the java XML parser complains about
Performs Singular Value Decomposition A = UwVt
U replace A on output (this goes from being A to being U)
v and w are filled in
returns true if successful, false otherwise.
Performs Singular Value Decomposition A = UwVt
U replace A on output (this goes from being A to being U)
v and w are filled in
returns true if successful, false otherwise.