Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BottomHat"/> class.
 /// </summary>
 /// 
 /// <param name="se">Structuring element to pass to <see cref="Closing"/> operator.</param>
 /// 
 public BottomHat( short[,] se ) : this( )
 {
     closing = new Closing( se );
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BottomHat"/> class.
 /// </summary>
 ///
 /// <param name="se">Structuring element to pass to <see cref="Closing"/> operator.</param>
 ///
 public BottomHat(short[,] se) : this()
 {
     closing = new Closing(se);
 }