I use Simd::View class from Simd Library. It is a container which holds an image. I need to copy a part (the right bottom corner) of image into another image.
As I know there is a function Simd::Copy which allows to copy one image to other. But it copies image as whole. Of course I could write my own function to do this. But maybe anybody know any good-looking solution of this question?