Feeds
提问
how can i stop while loop immediately by a push button?
Here is my code. Everything is correct in it , but if i push the stop button it waits for the end of the loop, But i dont want t...
10 years 前 | 4 个回答 | 0
4
个回答提问
how can i get the original position of a cropped image? from a webcam input
[I]= imcrop(hImage); imshow(I,'Parent', handles.pic1); I2= imcrop(hImage); imshow(I2,'Parent', handles.pic2); for ...
10 years 前 | 1 个回答 | 0