Skip to content

Commit

Permalink
Update ARDrone face tracking example to use main go-opencv fork
Browse files Browse the repository at this point in the history
  • Loading branch information
deadprogram committed Feb 20, 2016
1 parent f55cd94 commit 7ef09a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ardrone_face_tracking.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"runtime"
"time"

cv "github.com/hybridgroup/go-opencv/opencv"
cv "github.com/lazywei/go-opencv/opencv"
"github.com/hybridgroup/gobot"
"github.com/hybridgroup/gobot/platforms/ardrone"
"github.com/hybridgroup/gobot/platforms/opencv"
Expand Down

0 comments on commit 7ef09a5

Please sign in to comment.