matlab中人脸识别代码的一些问题 30
if~isempty(bbox)%找到检测区域内的角点。points=detectMinEigenFeatures(videoFrameGray,'ROI',bbox(1...
if ~isempty(bbox)
% 找到检测区域内的角点。
points = detectMinEigenFeatures(videoFrameGray, 'ROI', bbox(1, :));
% 重新初始化点跟踪器。
xyPoints = points.Location;
numPts = size(xyPoints,1);
release(points);
其中detectMinEigenFeatures()函数怎么用。还有detectMinEigenFeatures(videoFrameGray, 'ROI', bbox(1, :));后面的videoFrameGray,'ROI',bbox(1, :)都是什么意思? 函数后面括号里面' ' 中的是什么意思 为什么是紫色的子 新手。。请大神指教 悬赏可追加 展开
% 找到检测区域内的角点。
points = detectMinEigenFeatures(videoFrameGray, 'ROI', bbox(1, :));
% 重新初始化点跟踪器。
xyPoints = points.Location;
numPts = size(xyPoints,1);
release(points);
其中detectMinEigenFeatures()函数怎么用。还有detectMinEigenFeatures(videoFrameGray, 'ROI', bbox(1, :));后面的videoFrameGray,'ROI',bbox(1, :)都是什么意思? 函数后面括号里面' ' 中的是什么意思 为什么是紫色的子 新手。。请大神指教 悬赏可追加 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |