Feeds
提问
Obtaining bird's eye view of image in matlab using matched features.
Hey, I'm working on a domino sorting robot. My detection algorithm is dependent on the apparent size of the dominoes, and as suc...
9 years 前 | 0 个回答 | 0
0
个回答提问
Error using + Matrix dimensions must agree.
function allCenters = getDominoValues(BW, bbox, colorIm) for i = 1:length(bbox) dominoImage = imcrop(BW, bbox(i,...
9 years 前 | 1 个回答 | 0
