Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
O-ken5481/talkingAvater_bgk
Athagi
/
talkingAvater_bgk
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7d52a6e
talkingAvater_bgk
/
core
/
utils
/
blend
/
blend_impl.h
oKen38461
初回コミットに基づくファイルの追加
ac7cda5
about 2 months ago
raw
Copy download link
history
blame
Safe
294 Bytes
#
ifndef
__BLEND_IMAGES_CY_IMPL_H__
#
define
__BLEND_IMAGES_CY_IMPL_H__
void
_blend_images_cy_impl(
const
float
* mask_warped,
const
float
* frame_warped,
const
unsigned
char
* frame_rgb,
const
int
height,
const
int
width,
unsigned
char
* result);
#
endif
// __BLEND_IMAGES_CY_IMPL_H__