zoukankan      html  css  js  c++  java
  • effect

    <complex type="pic_effect_service">
    <__param n="trace" v="4" />
    <param n="printmask" v="0x08" />
    <param n="miscmask" v="0" />
    <param n="bfenc" v="1" />
    <param n="freq" v="1" />
    <param n="thread_num" v="1" />
    <effect name="bcsh" open="1" brightness="99" contrast="99" saturation="99" hue="99"/>
    <effect name="mosaic" open="0" x="100" y="100" w="500" h="500" value="50" opacity="50"/>
    <effect name="blur" open="0" x="960" y="540" w="1920" h="1080" value="20"/>
    <effect name="replace" open="0" x="100" y="100" w="300" h="300" />
    <effect name="sharp" open="0" amount="100" radius="3" threshold="0" />
    <effect name="denoise" open="0" value="3"/>
    <effect name="dynamic_lightness" open="0" check_seconds="10" check_frequency="1" min="90" max="120" lightness="50" />
    </complex>

    <complex type="pic_detection_service">
    <param n="printmask" v="0x08" />
    <param n="miscmask" v="0" />
    <param n="bfenc" v="1" />
    <param n="save_error_pic" v="0" />
    <!--resize width="80" height="60"/--><!--图像金字塔大小-->
    <detection name="static_check" open="1" min="60" max="100" threshold="1" freq="1"/>
    <detection name="black_check" open="0" min="0" max="17" threshold="1" freq="1"/>
    <detection name="zbar_check" open="0" freq="25"/>
    </complex>

    vstu

    <__complex type="pic_effect_service">
    <__param n="trace" v="4" />
    <param n="printmask" v="0x08" />
    <param n="miscmask" v="0" />

    <param n="bfenc" v="1" />
    <param n="freq" v="1" />
    <param n="thread_num" v="4" />

    <effect name="bcsh" open="0" brightness="0" contrast="0" saturation="100" hue="20"/>
    <effect name="mosaic" open="0" x="100" y="100" w="500" h="500" value="10" opacity="50"/>
    <effect name="blur" open="0" x="0" y="0" w="1920" h="1080" value="20"/>
    <effect name="replace" open="0" x="300" y="300" w="100" h="100"/>
    <effect name="vstu" open="0" bg="bg.png" angle="80" noise_rd="128" trans_rd="20" color_mode="rgb" color="(43,139,76)"/>
    <effect name="bk_matting" open="1" bg="bg.png" open_r="11"/>

    tracking

    <complex type="pic_detection_service">
    <param n="printmask" v="0x08" />
    <param n="miscmask" v="0" />
    <param n="bfenc" v="1" />
    <param n="save_error_pic" v="1" />
    <!--resize width="80" height="60"/--><!--图像金字塔大小-->
    <detection name="static_check" open="0" min="50" max="100" threshold="5" freq="25"/>
    <detection name="black_check" open="0" min="0" max="17" threshold="5" freq="25"/>
    <detection name="zbar_check" open="0" freq="25"/>
    <!--detection name="tracking" open="0" rect="(608,160,102,315)" resize="(320,240)" thresh="0.35" draw_rect="1"/-->

    <detection name="tracking" open="1" shape="rect" rect="(608,160,102,315)" resize="(320,240)" thresh="0.35">
    <drawing name="outline" open="0" color="0xffffff" />
    <drawing name="filling" open="1" brightness="50" />
    </detection>
    </complex>

    <complex type="virtual_reality_service">
    <param n="printmask" v="0x08" />
    <param n="miscmask" v="0" />
    <param n="bfenc" v="1" />
    <param n="freq" v="1" />
    <param n="save_dst" v="0" />
    <effect name="cylinder" open="1" up_img="up.jpg" bottom_img="bottom.jpg" width="1920" height="960"/>
    </complex>

  • 相关阅读:
    java基础-代理模式
    java基础-反射(细节)
    java基础-反射
    设计模式之单例
    23种设计模式汇总整理
    dialog--not attached to window manager
    java之设计模式
    android-sdk和api版本
    studio之mac快捷键
    控件之ReleLayout属性
  • 原文地址:https://www.cnblogs.com/luoyinjie/p/8822393.html
Copyright © 2011-2022 走看看