Table of Contents

Method AlignSize

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

AlignSize(int, int)

Aligns buffer size by the certain number of bytes This small inline function aligns a buffer size by the certian number of bytes by enlarging it.

public static int AlignSize(int sz, int n)

Parameters

sz int
n int

Returns

int