aa56cb7e
Liu Meng
优化物品遗留效果
|
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
G:\sy_2020\3rdparty\opencv310\include\opencv2/core/mat.hpp(1965): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
G:\sy_2020\3rdparty\opencv310\include\opencv2/core/persistence.hpp : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
G:\sy_2020\3rdparty\opencv310\include\opencv2/core/utility.hpp : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
G:\sy_2020\背景建模-物品遗留\工程\left_over\src\left_over\MSRegionSurveilance.h(188): warning C4251: “IRegionSurveillance::m_TargetArray”: class“std::vector<CTarget,std::allocator<_Ty>>”需要有 dll 接口由 class“IRegionSurveillance”的客户端使用
with
[
_Ty=CTarget
]
G:\sy_2020\背景建模-物品遗留\工程\left_over\src\left_over\MSRegionSurveilance.h(188): note: 参见“std::vector<CTarget,std::allocator<_Ty>>”的声明
with
[
_Ty=CTarget
]
G:\sy_2020\背景建模-物品遗留\工程\left_over\src\left_over\MSRegionSurveilance.h(189): warning C4251: “IRegionSurveillance::m_FinalArray”: class“std::vector<CTarget,std::allocator<_Ty>>”需要有 dll 接口由 class“IRegionSurveillance”的客户端使用
with
[
_Ty=CTarget
]
G:\sy_2020\背景建模-物品遗留\工程\left_over\src\left_over\MSRegionSurveilance.h(188): note: 参见“std::vector<CTarget,std::allocator<_Ty>>”的声明
with
[
_Ty=CTarget
]
G:\sy_2020\背景建模-物品遗留\工程\left_over\src\left_over\MSRegionSurveilance.h(190): warning C4251: “IRegionSurveillance::m_DelArray”: class“std::vector<CTarget,std::allocator<_Ty>>”需要有 dll 接口由 class“IRegionSurveillance”的客户端使用
with
[
_Ty=CTarget
]
G:\sy_2020\背景建模-物品遗留\工程\left_over\src\left_over\MSRegionSurveilance.h(188): note: 参见“std::vector<CTarget,std::allocator<_Ty>>”的声明
with
[
_Ty=CTarget
]
..\..\src\test\RegionAssist.cpp(25): warning C4244: “=”: 从“double”转换到“int”,可能丢失数据
..\..\src\test\RegionAssist.cpp(26): warning C4244: “=”: 从“double”转换到“int”,可能丢失数据
..\..\src\test\RegionAssist.cpp(28): warning C4244: “=”: 从“double”转换到“int”,可能丢失数据
..\..\src\test\RegionAssist.cpp(29): warning C4244: “=”: 从“double”转换到“int”,可能丢失数据
..\..\src\test\RegionAssist.cpp(135): warning C4018: “<=”: 有符号/无符号不匹配
..\..\src\test\RegionAssist.cpp(158): warning C4018: “<=”: 有符号/无符号不匹配
..\..\src\test\RegionAssist.cpp(170): warning C4018: “<=”: 有符号/无符号不匹配
|