Best way to store image into container #3053
Unanswered
UlrichVonRekkenin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
As we know
array2d
is a basic image object. But this one has deleted constructor and operator.So you can not do this one:
But there is
matrix
which allows to do this:Solution for first one is allocate vector through resize or constructor then
assign_image
into loop.Beta Was this translation helpful? Give feedback.
All reactions