Scale the image to the specific size
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Please use Resize(int width, int height, CvEnum.INTER interpolationType) instead. This function will be removed in the next version")] public Image<TColor, TDepth> Resize( int width, int height )
<ObsoleteAttribute("Please use Resize(int width, int height, CvEnum.INTER interpolationType) instead. This function will be removed in the next version")> _ Public Function Resize ( _ width As Integer, _ height As Integer _ ) As Image(Of TColor, TDepth)
[ObsoleteAttribute(L"Please use Resize(int width, int height, CvEnum.INTER interpolationType) instead. This function will be removed in the next version")] public: Image<TColor, TDepth>^ Resize( int width, int height )