How to display single input webcam in one axes and then use it in next 3 axes for output
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hii I am making gui with 4 axes (axes1,axes2,axes3,axes4)and a button to start live video in axes1 after loading original video i want to use it in another 3 axes for output like color and motion detecion but when I used it in axes2 it never show output for axes3 please help me out
2 Kommentare
Antworten (1)
Walter Roberson
am 15 Mai 2015
Do not rely on the active axes() call to display your output. Always Parent your graphics operations. See this discussion.
Amongst other things doing so will help catch assumptions about which axes is active that turn out not to be true.
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
