Scale the image to the specific size

C# | Visual Basic | Visual C++ |

- width (Int32)
- The width of the returned image.
- height (Int32)
- The height of the returned image.
- preserverScale (Boolean)
- if true, the scale is preservered and the resulting image has maximum width(height) possible that is <= width (height), if false, this function is equaivalent to Resize(int width, int height)

[Missing <returns> documentation for M:Emgu.CV.Image`2.Resize(System.Int32,System.Int32,System.Boolean)]