Program Listing for File threshold_compute.h

Return to documentation for file (c/fmdt/threshold/threshold_compute.h)

#pragma once

#include <stdint.h>

void threshold(const uint8_t** img_in, uint8_t** img_out, const int i0, const int i1, const int j0, const int j1,
               const uint8_t threshold);