@@ -2214,7 +2214,7 @@ public void PopBack(int nElems = 1)
2214
2214
GC . KeepAlive ( this ) ;
2215
2215
}
2216
2216
2217
- #region PushBack
2217
+ #region PushBack
2218
2218
2219
2219
/// <summary>
2220
2220
/// Adds elements to the bottom of the matrix. (Mat::push_back)
@@ -3740,7 +3740,7 @@ public long Step(int i)
3740
3740
return ret . ToInt64 ( ) ;
3741
3741
}
3742
3742
3743
- #region ToString
3743
+ #region ToString
3744
3744
3745
3745
/// <summary>
3746
3746
/// Returns a string that represents this Mat.
@@ -3756,9 +3756,9 @@ public override string ToString()
3756
3756
" ]" ;
3757
3757
}
3758
3758
3759
- #endregion
3759
+ #endregion
3760
3760
3761
- #region Dump
3761
+ #region Dump
3762
3762
3763
3763
/// <summary>
3764
3764
/// Returns a string that represents each element value of Mat.
@@ -3774,7 +3774,7 @@ public override string ToString()
3774
3774
3775
3775
#endregion
3776
3776
3777
- #region EmptyClone
3777
+ #region EmptyClone
3778
3778
3779
3779
#if LANG_JP
3780
3780
/// <summary>
@@ -3795,7 +3795,7 @@ public Mat EmptyClone()
3795
3795
3796
3796
#endregion
3797
3797
3798
- #region Element Indexer
3798
+ #region Element Indexer
3799
3799
3800
3800
/// <summary>
3801
3801
/// Gets a type-specific indexer. The indexer has getters/setters to access each matrix element.
@@ -4031,7 +4031,7 @@ public override unsafe T this[params int[] idx]
4031
4031
4032
4032
#endregion
4033
4033
4034
- #region Get/Set
4034
+ #region Get/Set
4035
4035
4036
4036
/// <summary>
4037
4037
/// Returns a value to the specified array element.
@@ -4188,7 +4188,7 @@ public void Set<T>(int[] idx, T value) where T : struct
4188
4188
4189
4189
#endregion
4190
4190
4191
- #region Get/SetArray
4191
+ #region Get/SetArray
4192
4192
4193
4193
private static readonly Dictionary < Type , int > dataDimensionMap = new Dictionary < Type , int >
4194
4194
{
@@ -4432,9 +4432,9 @@ public bool SetRectangularArray<T>(T[,] data)
4432
4432
}
4433
4433
}
4434
4434
4435
- #endregion
4436
-
4437
- #region To*
4435
+ #endregion
4436
+
4437
+ #region To*
4438
4438
4439
4439
/// <summary>
4440
4440
/// Encodes an image into a memory buffer.
@@ -4517,7 +4517,7 @@ public TMat Cast<TMat>()
4517
4517
throw new NotSupportedException ( $ "Failed to convert Mat to { typeof ( TMat ) . Name } ") ;
4518
4518
}
4519
4519
4520
- #region ForEach
4520
+ #region ForEach
4521
4521
4522
4522
// ReSharper disable InconsistentNaming
4523
4523
0 commit comments