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...
8 years 前 | 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...
8 years 前 | 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'; ...
8 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

