示例#1
0
        /// <summary>Gets the HALCON region described by the ROI</summary>
        public override HRegion  getRegion()
        {
            HRegion region = new HRegion();

            region.GenRegionPolygonFilled(new HTuple(rows), new HTuple(cols));
            return((HRegion )region);
        }