cell histogram
This commit is contained in:
13
Plugins/LindtLeerformPlugin/Models/CellRegion.cs
Normal file
13
Plugins/LindtLeerformPlugin/Models/CellRegion.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using OpenCvSharp;
|
||||
|
||||
namespace LindtLeerformPlugin.Models;
|
||||
|
||||
public class CellRegion
|
||||
{
|
||||
public int Index { get; set; }
|
||||
public int Row { get; set; }
|
||||
public int Col { get; set; }
|
||||
public Rect BoundingBox { get; set; }
|
||||
public Point Center { get; set; }
|
||||
public int Radius { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user