Feeds
질문
can someone tell me why cant i use any other video as an example in this code : https://in.mathworks.com/help/vision/examples/detecting-cars-using-gaussian-mixture-models.html
foregroundDetector = vision.ForegroundDetector('NumGaussians', 3, ... 'NumTrainingFrames',80 ); videoReader = vision.Vid...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
when i run this code i'm getting and error stating "matrix dimensions must agree",how can i solve this error?
frame=y(2001:2001+fsize); >> plot(frame); >> plot(frame.*hamming(length(frame)));
7년 초과 전 | 답변 수: 1 | 0
