【发布时间】:2016-07-07 12:26:05
【问题描述】:
我是 matlab 新手。我想测量 RGB 或灰度图像中边界框的 x 和 y 坐标和质心。我不知道我应该怎么做才能解决这个问题。谁能帮我解决这个问题?
这是我目前的代码
frame=step(obj);
bbox=step(faceDetector,frame);
boxInserter = insertObjectAnnotation(frame,'rectangle',bbox, 'Face Detected');
imshow(boxInserter,'border','tight');
【问题讨论】:
标签: matlab