go-cv-simd
go-cv-simd copied to clipboard
Support for (v *View) CopyTo
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?