uiscope.framework documentation
Mostrar comentarios más antiguos
dear matlab users,
i use implay to open a video, and need to export the current frame to the workspace. therefore i am wondering where i can find proper documentation for the uiscope.framework.
can you give me a hint on that?
thank you very much, philipp
Respuestas (1)
Walter Roberson
el 25 de Mayo de 2012
0 votos
All of uiscopes is private implementation, at least in theory. In practice you can find the relevant code as MATLAB source in toolbox/shared/spcuilib subdirectories. There is H1 info for each file, but I do not see anything at the moment as to how it all holds together.
Possibly the method name you need is getFrameData, but I am not at all sure about that.
2 comentarios
Philipp
el 31 de Mayo de 2012
Walter Roberson
el 31 de Mayo de 2012
The way I find methods of private implementations is by using the Unix search tool "grep", or "find" together with "xargs" and "grep"
find . -type file -depth -print | args grep getFrameData
Categorías
Más información sobre Whos en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!