Skip to content

Commit f95ddf7

Browse files
committed
deleted argument of CvMat.GetDataStream
1 parent 1d1cf55 commit f95ddf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenCvSharp/Src/CvArr/CvMat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2157,7 +2157,7 @@ public CvMat EncodeImage(string ext, params ImageEncodingParam[] prms)
21572157
/// </summary>
21582158
/// <returns></returns>
21592159
#endif
2160-
public UnmanagedMemoryStream GetDataStream(string ext, int[] prms)
2160+
public UnmanagedMemoryStream GetDataStream()
21612161
{
21622162
unsafe
21632163
{

0 commit comments

Comments
 (0)