edrosten / libcvd

libcvd - efficient and easy to use C++ computer vision library.
Other
239 stars 103 forks source link

Create an image from a subimage by copying. #74

Closed edrosten closed 2 years ago

edrosten commented 2 years ago

Image has a copy constructor, but you can't currently construct an Image from a SubImage, by copying.