Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Rect.cs
1
namespace
IdApp.Cv.Basic
2
{
6
public
struct
Rect
7
{
11
public
int
Left
;
12
16
public
int
Top
;
17
21
public
int
Width
;
22
26
public
int
Height
;
27
}
28
}
IdApp.Cv.Basic
Definition:
Copy.cs:4
IdApp.Cv.Basic.Rect
Represents a rectangle in an image.
Definition:
Rect.cs:7
IdApp.Cv.Basic.Rect.Top
int Top
Top Y-Coordinate
Definition:
Rect.cs:16
IdApp.Cv.Basic.Rect.Height
int Height
Height of rectangle.
Definition:
Rect.cs:26
IdApp.Cv.Basic.Rect.Left
int Left
Top X-Coordinate
Definition:
Rect.cs:11
IdApp.Cv.Basic.Rect.Width
int Width
Width of rectangle.
Definition:
Rect.cs:21
NeuroAccessMaui
IdApp.Cv
Basic
Rect.cs
Generated by
1.9.5