资源简介

一种用于人体姿态估计的强大算法,可以检测并且定位人体的四肢及躯干和头部的位置,用于更高层次的分析。 (Pose estimation) 文件列表: parse_matlab parse_matlab\parseHorse.m parse_matlab\condenseLRResp.m parse_matlab\README parse_matlab\expected_genmodel_FHedgesN.m parse_matlab\util parse_matlab\util\imvq16.m parse_matlab\util\printSegs.m parse_matlab

资源截图

代码片段和文件信息

function expWW = avgSegmentsEdge(imlenwidrespOrig)
%resp = avgSegmentsEdge(imlenwidrespOrig)

%Useful debugging
%im = zeros(2001003);
%im(100:13030:40:) = 255;
%im = uint8(im);

%To do: zero out border effects?


[origY origX dummy] = size(im);

currAngles = 15:15:360;
%currAngles = 15:15:180;
currAngles = currAngles - 15 + 180; %Initialize to point down

[imyimximz] = size(im);

%Shift our currentAngle
currAngles = -90 - currAngles;
imo = length(currAngles);

lensc = .5;
widsc = 1;

yOff = [-1:1/5:1];
xOff = [-1:1/5:1];
padoff = ceil(sqrt((lensc*len).^2 + (widsc*wid)^2));
%Blur the image because we are subsampling
kernal = [1 2 3 2 1]; kernal = kernal/sum(kernal);
im = conv2(conv2(double(im)kernal‘same‘)kernal‘‘same‘);

im = padarray(im[padoff padoff]‘both‘);
sizBig = 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2009-05-15 22:35  parse_matlab\
     文件        1360  2008-05-14 01:41  parse_matlab\parseHorse.m
     文件         290  2007-09-30 02:29  parse_matlab\condenseLRResp.m
     文件         567  2008-05-14 01:41  parse_matlab\README
     文件        9155  2008-02-15 18:04  parse_matlab\expected_genmodel_FHedgesN.m
     目录           0  2009-06-04 15:25  parse_matlab\util\
     文件         310  2007-09-30 02:29  parse_matlab\util\imvq16.m
     文件         735  2008-02-15 18:10  parse_matlab\util\printSegs.m
     文件        2961  2007-09-30 02:29  parse_matlab\util\oeFilterc.m
     文件        1412  2007-09-30 02:29  parse_matlab\util\mydetGMc.m
     文件          69  2007-09-30 02:29  parse_matlab\util\assert.m
     文件         332  2008-02-18 16:54  parse_matlab\util\printSkel.m
     文件         274  2007-09-30 02:38  parse_matlab\util\sampleWithR.m
     文件         497  2007-09-30 02:29  parse_matlab\util\isum.m
     文件         899  2007-09-30 02:29  parse_matlab\util\buildHistExps.m
     文件         596  2007-09-30 02:29  parse_matlab\util\local_sum_zero.m
     文件        3307  2007-09-30 02:29  parse_matlab\util\nonmax.m
     文件       14077  2008-05-14 02:35  parse_matlab\horse001.jpg
     文件        1160  2007-09-30 02:29  parse_matlab\partshiftZ0.m
     文件         822  2007-09-30 02:29  parse_matlab\GPL
     文件      398442  2008-05-14 02:38  parse_matlab\horseModel.mat
     文件        9673  2008-02-15 18:01  parse_matlab\expected_genmodel_FHedgecolsW.m
     文件        9907  2007-09-30 02:29  parse_matlab\im0229.jpg
     文件         935  2007-09-30 02:29  parse_matlab\getSegmentsEdge.m
     文件       31112  2007-12-17 22:19  parse_matlab\peopleModel.mat
     文件        6988  2008-02-15 18:02  parse_matlab\sample_genmodel_FHedgecolsW.m
     文件        1642  2007-09-30 02:29  parse_matlab\avgSegmentsEdge.m
     文件      398442  2008-05-14 02:38  parse_matlab\HorseConvRun.mat
     文件         196  2008-02-18 16:26  parse_matlab\im0229.dat
     文件        1360  2008-02-18 18:01  parse_matlab\parseim.m
     文件        1412  2008-05-14 02:23  parse_matlab\parsePerson.m
............此处省略1个文件信息

评论

共有 条评论