Preparing search index...
The search index is not available
ml-vision
ml-vision
Hands
IModel
Interface IModel
interface
IModel
{
compute
(
v
:
TexImageSource
,
callback
:
ComputeCallback
,
timestamp
:
number
)
:
void
;
dispose
(
)
:
void
;
init
(
)
:
Promise
<
boolean
>
;
}
Index
Methods
compute
dispose
init
Methods
compute
compute
(
v
,
callback
,
timestamp
)
:
void
Parameters
v
:
TexImageSource
callback
:
ComputeCallback
timestamp
:
number
Returns
void
dispose
dispose
(
)
:
void
Returns
void
init
init
(
)
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
compute
dispose
init
ml-vision
Loading...