mission信息

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<missions cameraID="1620" Hmin="0.04">
	<!--闖入。vertex爲設定的檢測區域;requency_threshold,當連續判斷目標闖入的次數大於該值時,則判定目標發生闖入(即出現闖入的幀的數目閾值)-->
    <mission type="0">
        <vertex>316,479;448,524;180,570;145,512;</vertex>
        <sensitivity requency_threshold="10" />
    </mission>
	<!--闖出。vertex爲設定的檢測區域;requency_threshold,當連續判斷目標闖出的次數大於該值時,則判定目標發生闖出(即出現闖出的幀的數目閾值)-->
    <mission type="1">
        <vertex>316,479;448,524;180,570;145,512;</vertex>
        <sensitivity requency_threshold="10" />
    </mission>
	<!--徘徊。vertex爲設定的檢測區域;requency_threshold,爲幀數閾值,當運動目標的運動角度變化、運動距離變化符合徘徊規則,並且連續出現的幀數超過該閾值,則判定爲徘徊;stay_time_threshold爲時間閾值(分鐘),當運動目標在畫面來運動、停留超過設置的時間時,則判定爲徘徊-->
    <mission type="2">
        <vertex>378,296;667,375;646,565;324,486;</vertex>
	<sensitivity requency_threshold="10" stay_time_threshold="0.1" />
    </mission>
	<!--驟變。requency_threshold,當視頻幀畫面連續出現驟變的次數大於該值時,則判定該視頻出現驟變-->
	<mission type="3">
        <sensitivity requency_threshold="15" />
    </mission>
	<!--聚衆。vertex爲設定的檢測區域;requency_threshold,當視頻幀畫面連續出現聚衆(輕度或中度或重大聚衆)的次數大於該值時,則判定該視頻出現驟變;0<level_1<level_2<level_3<1,聚集面積在level_1-level_2之間的幀則爲輕度聚集,在level_2-level_3之間的幀則爲中度聚集,在level_3以上的則爲重度聚集,-->
    <mission type="4">
        <vertex>580,100;1600,100;1600,200;580,200;</vertex>
        <sensitivity requency_threshold="15" level_1="0.5" level_2="0.7" level_3="0.9" />
    </mission>
    <!--逆行。interval幀間隔,表示每多少幀計算一次目標的運動方向;angle_threshold,角度偏差閾值,當計算出目標的運動方向與逆行方向之間的夾角小於該值時,則認爲目標的運動方向爲逆行方向,初步判斷髮生初步的逆行;
	retrograde_requency_threshold,當連續初步判斷髮生逆行的次數超過該值時,則判斷髮生逆行。
	以interval="10"、視頻幀率25爲例,若run_requency_threshold="5",表示連續2秒都檢測到了逆行,纔會判斷髮生逆行。-->
	<mission type="7">
        <vertex>3378,296;667,375;</vertex>
        <sensitivity interval="10" angle_threshold="30" retrograde_requency_threshold="5" />
    </mission>
	<!--奔跑。interval幀間隔,表示每多少幀計算一次目標的中心位置的移動距離(當距離大於距離閾值,則初步判斷髮生異常奔跑);run_requency_threshold,表示連續初步判斷髮生奔跑的次數超過該值時,則判定發生奔跑。;
	average_running_speed表示人的奔跑速度(m/s);其中pixel_number_per_metre是需要提前標定的值;
	以interval="5"、視頻幀率25爲例,若run_requency_threshold="10",表示連續2秒都檢測到了奔跑,纔會判定發生奔跑。-->
	<mission type="8">
        <vertex>3378,296;667,375;646,565;324,486;</vertex>
        <sensitivity interval="5" run_requency_threshold="10"  average_running_speed="3.5" pixel_number_per_metre="59" />
	</mission>
</missions>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章