Diego Cena

Results 12 comments of Diego Cena

No worries. MarkWiki gives a secure password, but users has no way to change it for an easy to remember one. Thanks for the quick reply. Btw, I'm using the...

Hi! I've sent a PR to fix a test on dev branch On Sat, Aug 24, 2024 at 6:03 AM Ron Evans ***@***.***> wrote: > test was failing on opencv...

Closing due a misunderstood test message.

> Please note I changed the branch for this PR to `dev`. 😸 Did I mistake the branch... `again!` ?

Damn! I'm so eager for this to get to the new release!

Would "/tmp" be a factible directory? On Wed, Aug 28, 2024 at 4:44 AM Ron Evans ***@***.***> wrote: > ***@***.**** commented on this pull request. > ------------------------------ > > In...

sorry, I missed your code sample. I will try with that right now On Wed, Aug 28, 2024 at 5:10 PM Diego Cena ***@***.***> wrote: > Would "/tmp" be a...

Hi all! Just sent a pull request for adding `waitKeyEx`. cheers!

Hi @kongggg ! If I am not mistaken ```go func (rect RotatedRect) Points() []image.Point {} func (rect RotatedRect2f) Points() []Point2f {} ``` are already fields (or attributes) of the `RotatedRect`...

Hi @tlalarus , `gocv.NativeByteBuffer` has a function `GetBytes() []byte` which is probably what you're looking for. [here's the doc](https://pkg.go.dev/gocv.io/x/[email protected]#NativeByteBuffer.GetBytes) Cheers!