| HOGDescriptorCellSize Property |
Cell size. Default value is Size(8,8).
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Size CellSize { get; set; }
Public Property CellSize As Size
Get
Set
public:
property Size CellSize {
Size get ();
void set (Size value);
}
member CellSize : Size with get, set
Property Value
Type:
SizeSee Also