private IMagickImage ExecutePolynomial(XmlElement element, IMagickImageCollection collection)
 {
     Double[] terms_ = GetDoubleArray(element["terms"]);
     return(collection.Polynomial(terms_));
 }