UNPKG
@tensorflow-models/body-pix
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.1.1
0.1.0
0.0.2
0.0.1
Pretrained BodyPix model in TensorFlow.js
github.com/tensorflow/tfjs-models
tensorflow/tfjs-models
@tensorflow-models/body-pix
/
dist
/
blur.d.ts
2 lines
(1 loc)
•
145 B
TypeScript
View Raw
1
2
export
declare
function
cpuBlur
(
canvas
:
HTMLCanvasElement
,
image
:
HTMLImageElement
|
HTMLVideoElement
|
HTMLCanvasElement
,
blur
:
number
):
void
;