Feeds
질문
Hello! I have a homework about pattern search using segmentation, and I got this error message: Array dimensions must match for binary array op. I only have the searching part of the code (or I hope this code do that).
img = imread('brickwall.jpg'); part = imread('brickwall_sample2.png'); [rows, cols] = size(img); [part_row, part_col]...
7년 초과 전 | 답변 수: 1 | 0
