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个回答
像素数据
2023-07-25 广告
2023-07-25 广告
人脸识别主要用于身份识别。由于视频监控正在快速发展,众多的视频监控应用迫切需要一种远距离、用户非配合状态下的快速身份识别技术,以求远距离快速确认人员身份,实现智能预警。人脸识别技术,采用快速人脸检测技术可以从监控视频图象中实时查找人脸,并与...
点击进入详情页
本回答由像素数据提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询