Sign in
opensecura
/
sw
/
vec_iree
/
19fc7d5b434725d0c99470cdbaee2aaef585bd38
/
.
/
samples
/
risp4ml
/
pipeline
/
pipeline.h
blob: 244a41b1b52822d1619001b3159a49d5d413eda9 [
file
] [
log
] [
blame
]
#ifndef
SAMPLES_RISP4ML_PIPELINE_PIPELINE_H_
#define
SAMPLES_RISP4ML_PIPELINE_PIPELINE_H_
#include
"samples/risp4ml/common/image.h"
void
isp_pipeline
(
ImageU8
*
input
,
ImageU8
*
output
);
#endif
// SAMPLES_RISP4ML_PIPELINE_PIPELINE_H_