我是Visual Studio的新手,想知道如何使用我的代码从信息(int)中创建LOG文件。
如下所示,我的代码获取了numberPeopleWay1和numberPeopleWay2。此信息存储在图片中。
我想知道如何将此信息打印到外部LOG文件中。
前:
_ctr.ExtractNumberPeople(
(Bitmap)frame,ctrOptions,
ref _numberPeopleWay1,
ref _numberPeopleWay2
);