Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benjojo/qc-usb-userspace
/ functions
Functions
27 in github.com/benjojo/qc-usb-userspace
⨍
Functions
27
◇
Types & classes
8
↓ 33 callers
Method
pixel
(x, y int)
bayer/bayer.go:118
↓ 8 callers
Function
logIfDebug
(format string, args ...interface{})
main.go:228
↓ 5 callers
Method
isBlue
(x, y int)
bayer/bayer.go:178
↓ 5 callers
Method
isGreenB
(x, y int)
bayer/bayer.go:163
↓ 5 callers
Method
isGreenR
(x, y int)
bayer/bayer.go:148
↓ 5 callers
Method
isRed
(x, y int)
bayer/bayer.go:133
↓ 3 callers
Method
ConvertIntoImage
()
image.go:15
↓ 3 callers
Method
read
(n int)
bayer/bayer.go:108
↓ 2 callers
Method
AddImageData
(b []byte)
main.go:214
↓ 2 callers
Function
abs
(n int)
bayer/bayer.go:193
↓ 2 callers
Method
reflect
(x, p1, p2 int)
bayer/bayer.go:97
↓ 1 callers
Method
At
At returns the RGB pixel.
bayer/bayer.go:14
↓ 1 callers
Function
NewBilinear
NewBilinear instanciates a bilinear interpolation algorithm to parse the CFA provided as buf.
bayer/bilinear.go:8
↓ 1 callers
Method
Size
()
main.go:221
↓ 1 callers
Method
blue
(x, y int)
bayer/nearest_neighbour.go:45
↓ 1 callers
Method
blue
(x, y int)
bayer/bilinear.go:45
↓ 1 callers
Function
ffmpegSendToV4L2
(frames chan image.Image)
ffmpeg.go:17
↓ 1 callers
Method
green
(x, y int)
bayer/nearest_neighbour.go:38
↓ 1 callers
Method
green
(x, y int)
bayer/bilinear.go:38
↓ 1 callers
Method
red
(x, y int)
bayer/nearest_neighbour.go:25
↓ 1 callers
Method
red
(x, y int)
bayer/bilinear.go:25
Method
At
(x, y int)
bayer/nearest_neighbour.go:18
Method
At
(x, y int)
bayer/bilinear.go:18
Function
GetPattern
GetPattern returns the bayer pattern contant.
bayer/bayer.go:76
Function
NewNearestNeighbour
NewNearestNeighbour instanciates a nearest neighbour algorithm to parse the CFA provided as buf.
bayer/nearest_neighbour.go:8
Function
TestDecodeTestImage
(t *testing.T)
image_test.go:9
Function
main
()
main.go:20