Skip to content

Commit 9e78cb7

Browse files
authored
Update src/OpenCvSharp/Modules/core/Mat/Mat.cs
1 parent 20f71f5 commit 9e78cb7

File tree

1 file changed

+0
-1
lines changed
  • src/OpenCvSharp/Modules/core/Mat

1 file changed

+0
-1
lines changed

src/OpenCvSharp/Modules/core/Mat/Mat.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ public static Mat FromPixelData(int rows, int cols, MatType type, IntPtr data, l
326326
}
327327

328328
/// <summary>
329-
/// 'Mat.FromPixelData' は cref 属性内のあいまいな参照です。'OpenCvSharp.Mat.FromPixelData(int, int, OpenCvSharp.MatType, System.IntPtr, long)' を仮定しますが、'OpenCvSharp.Mat.FromPixelData(int, int, OpenCvSharp.MatType, System.Array, long)' を含む別のオーバーロードに一致した可能性もあります。
330329
/// Constructor for matrix headers pointing to user-allocated data.
331330
/// **Do not use this constructor directly.** Please use <see cref="Mat.FromPixelData(int, int, MatType, IntPtr, long)"/> instead.
332331
/// This constructor was removed from the public API because the introduction of <c>nint</c> in .NET caused overload resolution confusion.

0 commit comments

Comments
 (0)