40 lines
1.5 KiB
XML
40 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<WheelMeasureConfig>
|
||
<!-- 相机配置 -->
|
||
<Cameras>
|
||
<Camera index="1" name="Camera1" ip="192.168.1.100" enabled="1"/>
|
||
</Cameras>
|
||
|
||
<!-- 相机调平参数 -->
|
||
<PlaneCalibParams>
|
||
<!-- 相机1的调平参数(默认单位矩阵,未校准状态) -->
|
||
<CameraCalib index="1" name="Camera1" planeHeight="554.0" isCalibrated="1"
|
||
planeCalib="1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0"
|
||
invRMatrix="1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0"/>
|
||
</PlaneCalibParams>
|
||
|
||
<!-- 算法参数 -->
|
||
<AlgorithmParams>
|
||
<!-- 角点参数 -->
|
||
<CornerParam minEndingGap="20" minEndingGap_z="20" scale="50" cornerTh="60" jumpCornerTh_1="10" jumpCornerTh_2="60"/>
|
||
|
||
<!-- 线段参数 -->
|
||
<LineSegParam segGapTh_y="5.0" segGapTh_z="10.0" maxDist="1.0"/>
|
||
|
||
<!-- 离群点过滤参数 -->
|
||
<OutlierFilterParam continuityTh="20.0" outlierTh="5"/>
|
||
|
||
<!-- 树生长参数 -->
|
||
<TreeGrowParam yDeviation_max="20.0" zDeviation_max="30.0" maxLineSkipNum="5" maxSkipDistance="-1" minLTypeTreeLen="10.0" minVTypeTreeLen="10.0"/>
|
||
</AlgorithmParams>
|
||
|
||
<!-- 调试参数 -->
|
||
<DebugParam enableDebug="1" saveDebugImage="0" printDetailLog="1" debugOutputPath=""/>
|
||
|
||
<!-- 服务端配置 -->
|
||
<LocalServerConfig>
|
||
<ServerPort port="5900"/>
|
||
<TcpPort port="5800"/>
|
||
</LocalServerConfig>
|
||
</WheelMeasureConfig>
|