http://www.emgu.com
Shift the box by the specific amount
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void Offset(
int x,
int y
)
Public Sub Offset (
x As Integer,
y As Integer
)
public:
void Offset(
int x,
int y
)
member Offset :
x : int *
y : int -> unit
Parameters
- x
- Type: SystemInt32
The x value to be offseted - y
- Type: SystemInt32
The y value to be offseted
See Also