B
Ben Voigt [C++ MVP]
I don't have enough experience to know the actual answer, but both people
In this particular case, it wasn't clear that your actual suggestion spoke
of creating a new image with the values in question, because you mentioned
copying pixels. I didn't see any statement that the "vector" being
resampled contained color values, it seemed more likely to contain some
position information.
Yes, you could probably use the built-in .NET image processing functions on
the values -- if they fit within the range of a single color (which the OP
did guarantee). But it really sounded as if you were suggesting resizing
the image before performing the feature identification.
who have told me I'm wrong do not appear to have been paying close enough
attention to my actual suggestion. It would be nice to see a reply that
answers the question while being specific enough to be clear that the
answer takes into account my actual suggestion.
In this particular case, it wasn't clear that your actual suggestion spoke
of creating a new image with the values in question, because you mentioned
copying pixels. I didn't see any statement that the "vector" being
resampled contained color values, it seemed more likely to contain some
position information.
Yes, you could probably use the built-in .NET image processing functions on
the values -- if they fit within the range of a single color (which the OP
did guarantee). But it really sounded as if you were suggesting resizing
the image before performing the feature identification.