Sean 的个人资料Sean McLeod照片日志列表更多 工具 帮助
    10月8日

    Live Photo Gallery People Tags

    I’ve used the tagging feature in the original Windows Vista Photo Gallery and the Windows Live Photo Gallery versions for tagging people in photos and the location of the photo.

    image

    The latest version of Windows Live Photo Gallery now includes a specific ‘People’ category separate from the generic tags category for identifying people in photos. In addition it includes a feature to automatically identify faces in photos and to associate the ‘People’ tags with specific faces in the photo.

    The sample below taken from the Windows Live Photo blog shows the new face tagging features. You can also manually draw a rectangle over a face and tag it if the Photo Gallery doesn’t automatically detect the face.

    One issue I’ve noticed is that the new people tags aren’t indexed by Windows Search. I often use Windows Search to search for photos based on my people and location tags and the new people tags aren’t found. So at the moment you have to search or filter photos based on the new people tags in Live Photo Gallery itself.

    I took a look at the XMP meta-data that is stored by the new people tagging feature in the associated photos.

    In the snippet below you can see how the rectangular region for the relevant face is stored if there is one plus the PersonDisplayName. There are APIs in WIC plus associated .Net wrappers in the .Net Framework that allow you to read this meta-data so you could make use of the rectangular regions in your own application that may want to display photos and show the tagged faces etc.

    <rdf:Description xmlns:prefix0="http://ns.microsoft.com/photo/1.2/">
      <prefix0:RegionInfo>
        <rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
          <prefix1:Regions xmlns:prefix1="http://ns.microsoft.com/photo/1.2/t/RegionInfo#">
            <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
              <rdf:li>
                <rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                  <prefix2:Rectangle xmlns:prefix2="http://ns.microsoft.com/photo/1.2/t/Region#">0.209985, 0.526367, 0.167401, 0.111328</prefix2:Rectangle>
                  <prefix3:PersonDisplayName xmlns:prefix3="http://ns.microsoft.com/photo/1.2/t/Region#">Sarah McLeod</prefix3:PersonDisplayName>
                </rdf:Description>
              </rdf:li>
              <rdf:li>
                <rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                  <prefix4:Rectangle xmlns:prefix4="http://ns.microsoft.com/photo/1.2/t/Region#">0.430250, 0.148438, 0.284875, 0.189453</prefix4:Rectangle>
                  <prefix5:PersonDisplayName xmlns:prefix5="http://ns.microsoft.com/photo/1.2/t/Region#">Gwen De Roubaix</prefix5:PersonDisplayName>
                </rdf:Description>
              </rdf:li>
              <rdf:li>
                <rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                  <prefix6:PersonDisplayName xmlns:prefix6="http://ns.microsoft.com/photo/1.2/t/Region#">Marcelle De Roubaix</prefix6:PersonDisplayName>
                </rdf:Description>
              </rdf:li>
            </rdf:Bag>
          </prefix1:Regions>
        </rdf:Description>
      </prefix0:RegionInfo>
    </rdf:Description>

    The following snippet shows the XMP meta-data that is stored if you tag one of your Messenger contacts as a People tag.

    <rdf:Description rdf:about="uuid:faf5bdd5-ba3d-11da-ad31-d33d75182f1b" xmlns:prefix0="http://ns.microsoft.com/photo/1.2/">
      <prefix0:RegionInfo>
        <rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
          <prefix1:Regions xmlns:prefix1="http://ns.microsoft.com/photo/1.2/t/RegionInfo#">
            <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
              <rdf:li>
                <rdf:Description xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
                  <prefix2:PersonDisplayName xmlns:prefix2="http://ns.microsoft.com/photo/1.2/t/Region#">gerhard</prefix2:PersonDisplayName>
                  <prefix3:PersonEmailDigest xmlns:prefix3="http://ns.microsoft.com/photo/1.2/t/Region#">89C386678731AB3D7DEE0E14E11E633387FBDBCD</prefix3:PersonEmailDigest>
                  <prefix4:PersonLiveIdCID xmlns:prefix4="http://ns.microsoft.com/photo/1.2/t/Region#">8765613456339678115</prefix4:PersonLiveIdCID>
                </rdf:Description>
              </rdf:li>
            </rdf:Bag>
          </prefix1:Regions>
        </rdf:Description>
      </prefix0:RegionInfo>
    </rdf:Description>
    

    And lastly a snippet showing how the regular tags which are indexed by Windows Search are stored, basically in a <dc:subject> element and in a <MicrosoftPhoto:LastKeywordXMP> element.

    <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/">
      <dc:subject>
        <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
          <rdf:li>Party</rdf:li>
          <rdf:li>People/Sarah McLeod</rdf:li>
        </rdf:Bag>
      </dc:subject>
    </rdf:Description>
    <rdf:Description xmlns:MicrosoftPhoto="http://ns.microsoft.com/photo/1.0">
      <MicrosoftPhoto:LastKeywordXMP>
        <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
          <rdf:li>Party</rdf:li>
          <rdf:li>People/Sarah McLeod</rdf:li>
        </rdf:Bag>
      </MicrosoftPhoto:LastKeywordXMP>
    </rdf:Description>
    

    评论 (1)

    请稍候...
    很抱歉,您输入的评论太长。请缩短您的评论。
    您没有输入任何内容,请重试。
    很抱歉,我们当前无法添加您的评论。请稍后重试。
    若要添加评论,需要您的家长授予您相应权限。请求权限
    您的家长禁用了评论功能。
    很抱歉,我们当前无法删除您的评论。请稍后重试。
    您已超过了一天之内允许提供的评论数上限。请在 24 小时后重试。
    因为我们的系统表明您可能在向其他用户提供垃圾评论,您的帐户已禁用了评论功能。如果您认为我们错误地禁用了您的帐户,请联系 Windows Live 支持部门
    完成下面的安全检查,您提供评论的过程才能完成。
    您在安全检查中键入的字符必须与图片或音频中的字符一致。

    若要添加评论,请使用您的 Windows Live ID 登录(如果您使用过 Hotmail、Messenger 或 Xbox LIVE,您就拥有 Windows Live ID)。登录


    还没有 Windows Live ID 吗?请注册

    没有名字发表:
    http://www.batteryfast.co.uk/compaq/n610c.htm compaq n610c battery
    http://www.batteryfast.co.uk/compaq/n610v.htm compaq n610v battery
    http://www.batteryfast.co.uk/compaq/n620c.htm compaq n620c battery
    http://www.batteryfast.co.uk/dell/d400.htm dell d400 battery
    http://www.batteryfast.co.uk/dell/inspiron-1200.htm dell inspiron 1200 battery
    http://www.batteryfast.co.uk/hp/r3000.htm hp r3000 battery
    http://www.batteryfast.co.uk/dell/inspiron-2200.htm dell inspiron 2200 battery
    http://www.batteryfast.co.uk/ibm/thinkpad-t60.htm ibm thinkpad t60 battery
    http://www.batteryfast.co.uk/mitac/bp-8050.htm mitac bp-8050 battery
    http://www.batteryfast.co.uk/mitac/bp-8x99.htm mitac bp-8x99 battery
    http://www.batteryfast.co.uk/nec/pc-vp-wp44.htm nec pc-vp-wp44 battery
    http://www.batteryfast.co.uk/nec/op-570-75901.htm nec op-570-75901 battery
    http://www.batteryfast.co.uk/toshiba/pa2487urg.htm toshiba pa2487urg battery
    http://www.batteryfast.co.uk/uniwill/un223.htm uniwill un223 battery
    http://www.batteryfast.co.uk/uniwill/255-3s4400-g1l1.htm uniwill 255-3s4400-g1l1 battery
    http://www.batteryfast.co.uk/uniwill/un255.htm uniwill un255 battery
    http://www.batteryfast.co.uk/uniwill/un258.htm uniwill un258 battery
    http://www.batteryfast.co.uk/acer/batecq60.htm acer batecq60 battery
    http://www.batteryfast.co.uk/acer/aspire-1800.htm acer aspire 1800 battery
    http://www.batteryfast.co.uk/toshiba/pa3465u-1brs.htm toshiba pa3465u-1brs battery
    http://www.batteryfast.co.uk/toshiba/pabas069.htm toshiba pabas069 battery
    http://www.batteryfast.co.uk/toshiba/pa3536u-1brs.htm toshiba pa3536u-1brs battery
    http://www.batteryfast.co.uk/toshiba/satellite-p200.htm toshiba satellite p200 battery
    http://www.batteryfast.co.uk/toshiba/satellite-p205.htm toshiba satellite p205 battery
    http://www.batteryfast.co.uk/toshiba/pa3534u-1brs.htm toshiba pa3534u-1brs battery
    http://www.batteryfast.co.uk/toshiba/satellite-a205.htm toshiba satellite a205 battery
    http://www.batteryfast.co.uk/apple/a1175.htm apple a1175 battery
    http://www.batteryfast.co.uk/dell/inspiron-6400.htm dell inspiron 6400 battery
    http://www.batteryfast.co.uk/dell/latitude-131l.htm dell latitude 131l battery
    http://www.batteryfast.co.uk/dell/vostro-1000.htm dell vostro 1000 battery
    http://www.batteryfast.co.uk/dell/1501.htm dell 1501 battery
    http://www.batteryfast.co.uk/dell/e1505.htm dell e1505 battery
    http://www.batteryfast.co.uk/dell/kd476.htm dell kd476 battery
    http://www.batteryfast.co.uk/dell/gd761.htm dell gd761 battery
    http://www.batteryfast.co.uk/cheap laptop batteries
    http://www.batteryfast.co.uk/laptop battery
    http://www.batteryfast.co.uk/laptop batteries
    http://www.batteryfast.co.uk/dell laptop batteries/
    http://www.batteryfast.co.uk/gatewaylaptop batteries/
    http://www.batteryfast.co.uk/hp laptop batteries/
    http://www.batteryfast.co.uk/laptop ac adapter/

    9 月 21 日

    引用通告

    此日志的引用通告 URL 是:
    http://seanmcleod.spaces.live.com/blog/cns!B5D803CBC24E8221!294.trak
    引用此项的网络日志