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_