Feeds
질문
How to perform object detection correctly?
I have a code in which background subtraction is used to detect the number of cars in parking lot. But, the output is not desira...
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
imread() unable to read the url.
I have a code where I need to capture an image using IP webcam. But the imread function is unable to read the URL. url='htt...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
Undefined function snapshot for input arguments of type 'uint8'?
I have a code in which I need to use mobile as ipweb cam to take a single image. url='http://192.168.43.1:8080/shot.jpg'; ...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
Incorrect output in image processing.
I have a code which is counting the number of empty parking slots. The method used is background subtraction, but I am getting i...
거의 8년 전 | 답변 수: 0 | 0
0
답변질문
Subscripted assignment dimension mismatch
N = 4; tps=10; status = [0 0 0 0 0 0 0 0 0 0 0]; img = zeros(540,960,N); for i = 1:N img_tmp = imread(f...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
How to count available parking space in a parking lot?
I am doing a project where we need to detect free parking slots and show the output as the no. free parking slots left. Also, w...
거의 8년 전 | 답변 수: 1 | 0

