Sign in
opensecura
/
sw
/
vec_iree
/
328472488bfec54ef6659de3c5e61ed7144908d4
/
.
/
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_