Hari Anugrah

Results 5 comments of Hari Anugrah

> I needed the aruco feature too so I tried working on it although I have no experience writing bindings (and haven't done any c/c++ in ages :P ). I...

The app looks like this And one of the detection class looks like this ``` package dummy import ( "fmt" "image/color" "gocv.io/x/gocv" "harianugrah.com/brainfreeze/pkg/models" "harianugrah.com/brainfreeze/pkg/models/configuration" ) type NarrowHaesveDummy struct { conf...