Leptonica 1.68
C Image Processing Library
|
Tests the ability to identify regions in HSV color space by analyzing the HS histogram and building masks that cover peaks in HS. More...
#include <math.h>
#include <unistd.h>
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) |
Tests the ability to identify regions in HSV color space by analyzing the HS histogram and building masks that cover peaks in HS.
Definition in file colormask_reg.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 33 of file colormask_reg.c.
References composeRGBPixel(), L_RegParams::display, GPLOT_PNG, gplotSimple1(), IFF_PNG, L_COPY, L_HS_HISTO, L_INCLUDE_REGION, L_INSERT, L_LOG_SCALE, L_MEAN_ABSVAL, NULL, numaDestroy(), numaWriteStream(), PIX_SRC, pixaAddPix(), pixaCreate(), pixaDestroy(), pixaDisplayTiledAndScaled(), pixaDisplayTiledInRows(), pixConvertGrayToFalseColor(), pixConvertRGBToHSV(), pixCreate(), pixCreateTemplate(), pixDestroy(), pixDisplayWithTitle(), pixFindHistoPeaksHSV(), pixGetAverageMaskedRGB(), pixMakeHistoHS(), pixMakeRangeMaskHS(), pixMaxDynamicRange(), pixPaintThroughMask(), pixRasterop(), pixRead(), pixScale(), pixScaleBySampling(), pixSetAll(), pixSetAllArbitrary(), pixSetPixel(), ptaDestroy(), ptaGetIPt(), ptaWriteStream(), regTestCleanup(), regTestSetup(), and regTestWritePixAndCheck().