Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No gocv examples in samples path? #95

Open
songtianyi opened this issue Dec 18, 2016 · 0 comments
Open

No gocv examples in samples path? #95

songtianyi opened this issue Dec 18, 2016 · 0 comments

Comments

@songtianyi
Copy link

I'am wondering how swig work.
Could you write some tutorials for this? It's much helps for contribution.
We know, in c wrapper we just import opencv package. I'm not sure it will work for gocv package.
I try to run following code, a lot of Warning occurred.

package main
import (
	"github.com/lazywei/go-opencv/gocv"
	"fmt"
)

func main() {
	a := gocv.NewGcvPoint3f32(float64(43.3))
	fmt.Println(a)
}

What go run did for us?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant