mirror of
https://github.com/gen2brain/cam2ip.git
synced 2025-12-16 04:18:39 +00:00
Format imports
This commit is contained in:
@@ -10,10 +10,9 @@ import (
|
|||||||
"image/draw"
|
"image/draw"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/pbnjay/pixfont"
|
|
||||||
|
|
||||||
"github.com/disintegration/imaging"
|
"github.com/disintegration/imaging"
|
||||||
"github.com/gen2brain/go-opencv/opencv"
|
"github.com/gen2brain/go-opencv/opencv"
|
||||||
|
"github.com/pbnjay/pixfont"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Camera represents camera.
|
// Camera represents camera.
|
||||||
|
|||||||
@@ -10,9 +10,8 @@ import (
|
|||||||
"image/draw"
|
"image/draw"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/pbnjay/pixfont"
|
|
||||||
|
|
||||||
"github.com/disintegration/imaging"
|
"github.com/disintegration/imaging"
|
||||||
|
"github.com/pbnjay/pixfont"
|
||||||
"gocv.io/x/gocv"
|
"gocv.io/x/gocv"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -13,9 +13,8 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
"unsafe"
|
"unsafe"
|
||||||
|
|
||||||
"github.com/pbnjay/pixfont"
|
|
||||||
|
|
||||||
"github.com/disintegration/imaging"
|
"github.com/disintegration/imaging"
|
||||||
|
"github.com/pbnjay/pixfont"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Camera represents camera.
|
// Camera represents camera.
|
||||||
|
|||||||
Reference in New Issue
Block a user