Click or drag to resize

BasePluginCameraEnlargeMat Method

Enlarges the given Mat object by the given percentage of its width and height. Example: If the width is 200 pixel and percentage is 10, the width of the new Mat object is 220 pixels. The source Mat is put centered into the new Mat object, and the empty regions are filled with the border pixels.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public static Mat EnlargeMat(
	Mat srcMat,
	int percentage
)

Parameters

srcMat  Mat

[Missing <param name="srcMat"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.EnlargeMat(Emgu.CV.Mat,System.Int32)"]

percentage  Int32

[Missing <param name="percentage"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.EnlargeMat(Emgu.CV.Mat,System.Int32)"]

Return Value

Mat

[Missing <returns> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.EnlargeMat(Emgu.CV.Mat,System.Int32)"]

See Also