Skip to content

Conversation

@aferust
Copy link
Collaborator

@aferust aferust commented Mar 31, 2023

looks like more work is needed to get rid of the Image class without breaking the compatibility of too many existing codes. The final goal should be GC-free video loops, such as:

auto fig = imshow(...);
while(readFrames){
    ....
    fig.draw(aNewFrame);
    ....
    waitkey(k);
}

@aferust aferust merged commit bc0a8ca into libmir:master Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant