Leptonica 1.68
C Image Processing Library

colorseg_reg.c File Reference

This explores the space of the four parameters input for color segmentation: maxdist (the maximum distance between pixels that get clustered), selsize (responsible for smoothing the result), maxcolors and finalcolors. More...

#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"

Go to the source code of this file.

Functions

 main (int argc, char **argv)

Variables

static const l_int32 MaxColors [] = {4, 8, 16}
static const l_int32 FinalColors [] = {4, 8, 16}

Detailed Description

This explores the space of the four parameters input for color segmentation: maxdist (the maximum distance between pixels that get clustered), selsize (responsible for smoothing the result), maxcolors and finalcolors.

Definition in file colorseg_reg.c.


Function Documentation


Variable Documentation

const l_int32 MaxColors[] = {4, 8, 16} [static]

Definition at line 39 of file colorseg_reg.c.

Referenced by main().

const l_int32 FinalColors[] = {4, 8, 16} [static]

Definition at line 40 of file colorseg_reg.c.

Referenced by main().

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines