Skip to content

Commit

Permalink
test:测试ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GengGode committed Apr 15, 2023
1 parent 09b4ace commit 00b906f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions impl/CSharp/TEST_cvAutoTrack_CSharp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ static int Main(string[] args)
{
// 获取版本号
byte[] versionBuff = new byte[1024];
//string version = " ";

cvAutoTrackCSharp.cvAutoTrack.GetCompileVersion(versionBuff,256);
string version = Encoding.UTF8.GetString(versionBuff);
Expand All @@ -87,8 +86,7 @@ static int Main(string[] args)
cvAutoTrackCSharpImpl.cvAutoTrack cvAutoTrack = new cvAutoTrackCSharpImpl.cvAutoTrack();
cvAutoTrack.GetCompileVersion(versionBuff, 256);
version = Encoding.UTF8.GetString(versionBuff);

//cvAutoTrack.cvAutoTrack.verison( version);

Console.WriteLine("version: " + version);

// 申请内存
Expand Down

0 comments on commit 00b906f

Please sign in to comment.