go-cv-simd icon indicating copy to clipboard operation
go-cv-simd copied to clipboard

Support for (v *View) CopyTo

Open peterhellberg opened this issue 8 years ago • 0 comments

In go-cv-cgo there is a method with the following signature:

func (v *View) CopyTo(img *image.RGBA) error

I was just looking for the same in go-cv-simd and found that there is no such method in this project.

Is there a technical reason for this, or just a matter of it not having been a priority?

Would you also consider a second method that constructs and return a new *image.RGBA instead of taking a pointer input argument?

peterhellberg avatar Jun 12 '17 14:06 peterhellberg