identify: make otsu() static.
This commit is contained in:
parent
0e2dbec426
commit
5d71b1853e
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ static void flood_fill_seed(struct quirc *q, int x, int y, int from, int to,
|
||||||
* Adaptive thresholding
|
* Adaptive thresholding
|
||||||
*/
|
*/
|
||||||
|
|
||||||
uint8_t otsu(const struct quirc *q)
|
static uint8_t otsu(const struct quirc *q)
|
||||||
{
|
{
|
||||||
int numPixels = q->w * q->h;
|
int numPixels = q->w * q->h;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue