Info

此问题已关闭。 请重新打开它进行编辑或回答。

I've been showing the Video. But how to take pictures of the Video to axes 2 so show image for SKIN DETECION. How do I take a picture from the Video (axes1) to Axes2 and Axes3?

2 次查看(过去 30 天)
<<
>>

回答(1 个)

Image Analyst
Image Analyst 2016-3-23
Grab a snapshot, then switch axes.
thisImage = getsnapshot();
axes(handles.axes3);
imshow(thisImage);

此问题已关闭。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by