@openhps/opencv
Preparing search index...
cv
readNetAsync
Function readNetAsync
readNetAsync
(
model
:
string
,
config
?:
string
,
framework
?:
string
)
:
Promise
<
Net
>
Parameters
model
:
string
Optional
config
:
string
Optional
framework
:
string
Returns
Promise
<
Net
>
readNetAsync
(
model
:
string
,
opts
:
{
config
?:
string
;
framework
?:
string
}
,
)
:
Promise
<
Net
>
Parameters
model
:
string
opts
:
{
config
?:
string
;
framework
?:
string
}
Returns
Promise
<
Net
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@openhps/opencv
Loading...