static int |
lept.addColorizedGrayToCmap(lept.PIXCMAP cmap,
int type,
int rval,
int gval,
int bval,
lept.NUMA pna) |
static int |
lept.addColorizedGrayToCmap(lept.PIXCMAP cmap,
int type,
int rval,
int gval,
int bval,
PointerPointer pna) |
lept.PIX |
lept.PIX.colormap(lept.PIXCMAP colormap) |
static int |
lept.fgetPngColormapInfo(Pointer fp,
lept.PIXCMAP pcmap,
int[] ptransparency) |
static int |
lept.fgetPngColormapInfo(Pointer fp,
lept.PIXCMAP pcmap,
IntBuffer ptransparency) |
static int |
lept.fgetPngColormapInfo(Pointer fp,
lept.PIXCMAP pcmap,
IntPointer ptransparency) |
static int |
lept.makeGrayQuantColormapArb(lept.PIX pixs,
int[] tab,
int outdepth,
lept.PIXCMAP pcmap) |
static int |
lept.makeGrayQuantColormapArb(lept.PIX pixs,
IntBuffer tab,
int outdepth,
lept.PIXCMAP pcmap) |
static int |
lept.makeGrayQuantColormapArb(lept.PIX pixs,
IntPointer tab,
int outdepth,
lept.PIXCMAP pcmap) |
static int |
lept.makeGrayQuantTableArb(lept.NUMA na,
int outdepth,
int[] ptab,
lept.PIXCMAP pcmap) |
static int |
lept.makeGrayQuantTableArb(lept.NUMA na,
int outdepth,
IntBuffer ptab,
lept.PIXCMAP pcmap) |
static int |
lept.makeGrayQuantTableArb(lept.NUMA na,
int outdepth,
IntPointer ptab,
lept.PIXCMAP pcmap) |
static int |
lept.pixcmapAddBlackOrWhite(lept.PIXCMAP cmap,
int color,
int[] pindex) |
static int |
lept.pixcmapAddBlackOrWhite(lept.PIXCMAP cmap,
int color,
IntBuffer pindex) |
static int |
lept.pixcmapAddBlackOrWhite(lept.PIXCMAP cmap,
int color,
IntPointer pindex) |
static int |
lept.pixcmapAddColor(lept.PIXCMAP cmap,
int rval,
int gval,
int bval) |
static int |
lept.pixcmapAddNearestColor(lept.PIXCMAP cmap,
int rval,
int gval,
int bval,
int[] pindex) |
static int |
lept.pixcmapAddNearestColor(lept.PIXCMAP cmap,
int rval,
int gval,
int bval,
IntBuffer pindex) |
static int |
lept.pixcmapAddNearestColor(lept.PIXCMAP cmap,
int rval,
int gval,
int bval,
IntPointer pindex) |
static int |
lept.pixcmapAddNewColor(lept.PIXCMAP cmap,
int rval,
int gval,
int bval,
int[] pindex) |
static int |
lept.pixcmapAddNewColor(lept.PIXCMAP cmap,
int rval,
int gval,
int bval,
IntBuffer pindex) |
static int |
lept.pixcmapAddNewColor(lept.PIXCMAP cmap,
int rval,
int gval,
int bval,
IntPointer pindex) |
static int |
lept.pixcmapAddRGBA(lept.PIXCMAP cmap,
int rval,
int gval,
int bval,
int aval) |
static int |
lept.pixcmapClear(lept.PIXCMAP cmap) |
static lept.PIXCMAP |
lept.pixcmapColorToGray(lept.PIXCMAP cmaps,
float rwt,
float gwt,
float bwt) |
static int |
lept.pixcmapContrastTRC(lept.PIXCMAP cmap,
float factor) |
static int |
lept.pixcmapConvertHSVToRGB(lept.PIXCMAP cmap) |
static int |
lept.pixcmapConvertRGBToHSV(lept.PIXCMAP cmap) |
static int |
lept.pixcmapConvertRGBToYUV(lept.PIXCMAP cmap) |
static int |
lept.pixcmapConvertYUVToRGB(lept.PIXCMAP cmap) |
static lept.PIXCMAP |
lept.pixcmapCopy(lept.PIXCMAP cmaps) |
static int |
lept.pixcmapCountGrayColors(lept.PIXCMAP cmap,
int[] pngray) |
static int |
lept.pixcmapCountGrayColors(lept.PIXCMAP cmap,
IntBuffer pngray) |
static int |
lept.pixcmapCountGrayColors(lept.PIXCMAP cmap,
IntPointer pngray) |
static void |
lept.pixcmapDestroy(lept.PIXCMAP pcmap) |
static int |
lept.pixcmapGammaTRC(lept.PIXCMAP cmap,
float gamma,
int minval,
int maxval) |
static int |
lept.pixcmapGetColor(lept.PIXCMAP cmap,
int index,
int[] prval,
int[] pgval,
int[] pbval) |
static int |
lept.pixcmapGetColor(lept.PIXCMAP cmap,
int index,
IntBuffer prval,
IntBuffer pgval,
IntBuffer pbval) |
static int |
lept.pixcmapGetColor(lept.PIXCMAP cmap,
int index,
IntPointer prval,
IntPointer pgval,
IntPointer pbval) |
static int |
lept.pixcmapGetColor32(lept.PIXCMAP cmap,
int index,
int[] pval32) |
static int |
lept.pixcmapGetColor32(lept.PIXCMAP cmap,
int index,
IntBuffer pval32) |
static int |
lept.pixcmapGetColor32(lept.PIXCMAP cmap,
int index,
IntPointer pval32) |
static int |
lept.pixcmapGetComponentRange(lept.PIXCMAP cmap,
int color,
int[] pminval,
int[] pmaxval) |
static int |
lept.pixcmapGetComponentRange(lept.PIXCMAP cmap,
int color,
IntBuffer pminval,
IntBuffer pmaxval) |
static int |
lept.pixcmapGetComponentRange(lept.PIXCMAP cmap,
int color,
IntPointer pminval,
IntPointer pmaxval) |
static int |
lept.pixcmapGetCount(lept.PIXCMAP cmap) |
static int |
lept.pixcmapGetDepth(lept.PIXCMAP cmap) |
static int |
lept.pixcmapGetExtremeValue(lept.PIXCMAP cmap,
int type,
int[] prval,
int[] pgval,
int[] pbval) |
static int |
lept.pixcmapGetExtremeValue(lept.PIXCMAP cmap,
int type,
IntBuffer prval,
IntBuffer pgval,
IntBuffer pbval) |
static int |
lept.pixcmapGetExtremeValue(lept.PIXCMAP cmap,
int type,
IntPointer prval,
IntPointer pgval,
IntPointer pbval) |
static int |
lept.pixcmapGetFreeCount(lept.PIXCMAP cmap) |
static int |
lept.pixcmapGetIndex(lept.PIXCMAP cmap,
int rval,
int gval,
int bval,
int[] pindex) |
static int |
lept.pixcmapGetIndex(lept.PIXCMAP cmap,
int rval,
int gval,
int bval,
IntBuffer pindex) |
static int |
lept.pixcmapGetIndex(lept.PIXCMAP cmap,
int rval,
int gval,
int bval,
IntPointer pindex) |
static int |
lept.pixcmapGetMinDepth(lept.PIXCMAP cmap,
int[] pmindepth) |
static int |
lept.pixcmapGetMinDepth(lept.PIXCMAP cmap,
IntBuffer pmindepth) |
static int |
lept.pixcmapGetMinDepth(lept.PIXCMAP cmap,
IntPointer pmindepth) |
static int |
lept.pixcmapGetNearestGrayIndex(lept.PIXCMAP cmap,
int val,
int[] pindex) |
static int |
lept.pixcmapGetNearestGrayIndex(lept.PIXCMAP cmap,
int val,
IntBuffer pindex) |
static int |
lept.pixcmapGetNearestGrayIndex(lept.PIXCMAP cmap,
int val,
IntPointer pindex) |
static int |
lept.pixcmapGetNearestIndex(lept.PIXCMAP cmap,
int rval,
int gval,
int bval,
int[] pindex) |
static int |
lept.pixcmapGetNearestIndex(lept.PIXCMAP cmap,
int rval,
int gval,
int bval,
IntBuffer pindex) |
static int |
lept.pixcmapGetNearestIndex(lept.PIXCMAP cmap,
int rval,
int gval,
int bval,
IntPointer pindex) |
static int |
lept.pixcmapGetRankIntensity(lept.PIXCMAP cmap,
float rankval,
int[] pindex) |
static int |
lept.pixcmapGetRankIntensity(lept.PIXCMAP cmap,
float rankval,
IntBuffer pindex) |
static int |
lept.pixcmapGetRankIntensity(lept.PIXCMAP cmap,
float rankval,
IntPointer pindex) |
static int |
lept.pixcmapGetRGBA(lept.PIXCMAP cmap,
int index,
int[] prval,
int[] pgval,
int[] pbval,
int[] paval) |
static int |
lept.pixcmapGetRGBA(lept.PIXCMAP cmap,
int index,
IntBuffer prval,
IntBuffer pgval,
IntBuffer pbval,
IntBuffer paval) |
static int |
lept.pixcmapGetRGBA(lept.PIXCMAP cmap,
int index,
IntPointer prval,
IntPointer pgval,
IntPointer pbval,
IntPointer paval) |
static int |
lept.pixcmapGetRGBA32(lept.PIXCMAP cmap,
int index,
int[] pval32) |
static int |
lept.pixcmapGetRGBA32(lept.PIXCMAP cmap,
int index,
IntBuffer pval32) |
static int |
lept.pixcmapGetRGBA32(lept.PIXCMAP cmap,
int index,
IntPointer pval32) |
static int |
lept.pixcmapHasColor(lept.PIXCMAP cmap,
int[] pcolor) |
static int |
lept.pixcmapHasColor(lept.PIXCMAP cmap,
IntBuffer pcolor) |
static int |
lept.pixcmapHasColor(lept.PIXCMAP cmap,
IntPointer pcolor) |
static int |
lept.pixcmapIsBlackAndWhite(lept.PIXCMAP cmap,
int[] pblackwhite) |
static int |
lept.pixcmapIsBlackAndWhite(lept.PIXCMAP cmap,
IntBuffer pblackwhite) |
static int |
lept.pixcmapIsBlackAndWhite(lept.PIXCMAP cmap,
IntPointer pblackwhite) |
static int |
lept.pixcmapIsOpaque(lept.PIXCMAP cmap,
int[] popaque) |
static int |
lept.pixcmapIsOpaque(lept.PIXCMAP cmap,
IntBuffer popaque) |
static int |
lept.pixcmapIsOpaque(lept.PIXCMAP cmap,
IntPointer popaque) |
static int |
lept.pixcmapResetColor(lept.PIXCMAP cmap,
int index,
int rval,
int gval,
int bval) |
static int |
lept.pixcmapSerializeToMemory(lept.PIXCMAP cmap,
int cpc,
int[] pncolors,
byte[] pdata) |
static int |
lept.pixcmapSerializeToMemory(lept.PIXCMAP cmap,
int cpc,
IntBuffer pncolors,
ByteBuffer pdata) |
static int |
lept.pixcmapSerializeToMemory(lept.PIXCMAP cmap,
int cpc,
IntPointer pncolors,
BytePointer pdata) |
static int |
lept.pixcmapSerializeToMemory(lept.PIXCMAP cmap,
int cpc,
IntPointer pncolors,
PointerPointer pdata) |
static int |
lept.pixcmapSetAlpha(lept.PIXCMAP cmap,
int index,
int aval) |
static int |
lept.pixcmapSetBlackAndWhite(lept.PIXCMAP cmap,
int setblack,
int setwhite) |
static int |
lept.pixcmapShiftByComponent(lept.PIXCMAP cmap,
int srcval,
int dstval) |
static int |
lept.pixcmapShiftIntensity(lept.PIXCMAP cmap,
float fraction) |
static int |
lept.pixcmapToArrays(lept.PIXCMAP cmap,
int[] prmap,
int[] pgmap,
int[] pbmap,
int[] pamap) |
static int |
lept.pixcmapToArrays(lept.PIXCMAP cmap,
IntBuffer prmap,
IntBuffer pgmap,
IntBuffer pbmap,
IntBuffer pamap) |
static int |
lept.pixcmapToArrays(lept.PIXCMAP cmap,
IntPointer prmap,
IntPointer pgmap,
IntPointer pbmap,
IntPointer pamap) |
static int |
lept.pixcmapToArrays(lept.PIXCMAP cmap,
PointerPointer prmap,
PointerPointer pgmap,
PointerPointer pbmap,
PointerPointer pamap) |
static IntPointer |
lept.pixcmapToOctcubeLUT(lept.PIXCMAP cmap,
int level,
int metric) |
static int |
lept.pixcmapToRGBTable(lept.PIXCMAP cmap,
int[] ptab,
int[] pncolors) |
static int |
lept.pixcmapToRGBTable(lept.PIXCMAP cmap,
IntBuffer ptab,
IntBuffer pncolors) |
static int |
lept.pixcmapToRGBTable(lept.PIXCMAP cmap,
IntPointer ptab,
IntPointer pncolors) |
static int |
lept.pixcmapToRGBTable(lept.PIXCMAP cmap,
PointerPointer ptab,
IntPointer pncolors) |
static int |
lept.pixcmapUsableColor(lept.PIXCMAP cmap,
int rval,
int gval,
int bval,
int[] pusable) |
static int |
lept.pixcmapUsableColor(lept.PIXCMAP cmap,
int rval,
int gval,
int bval,
IntBuffer pusable) |
static int |
lept.pixcmapUsableColor(lept.PIXCMAP cmap,
int rval,
int gval,
int bval,
IntPointer pusable) |
static int |
lept.pixcmapWrite(BytePointer filename,
lept.PIXCMAP cmap) |
static int |
lept.pixcmapWrite(String filename,
lept.PIXCMAP cmap) |
static int |
lept.pixcmapWriteStream(Pointer fp,
lept.PIXCMAP cmap) |
static int |
lept.pixGetMostPopulatedColors(lept.PIX pixs,
int sigbits,
int factor,
int ncolors,
int[] parray,
lept.PIXCMAP pcmap) |
static int |
lept.pixGetMostPopulatedColors(lept.PIX pixs,
int sigbits,
int factor,
int ncolors,
IntBuffer parray,
lept.PIXCMAP pcmap) |
static int |
lept.pixGetMostPopulatedColors(lept.PIX pixs,
int sigbits,
int factor,
int ncolors,
IntPointer parray,
lept.PIXCMAP pcmap) |
static lept.PIX |
lept.pixGrayQuantFromCmap(lept.PIX pixs,
lept.PIXCMAP cmap,
int mindepth) |
static lept.PIX |
lept.pixOctcubeQuantFromCmap(lept.PIX pixs,
lept.PIXCMAP cmap,
int mindepth,
int level,
int metric) |
static lept.PIX |
lept.pixQuantFromCmap(lept.PIX pixs,
lept.PIXCMAP cmap,
int mindepth,
int level,
int metric) |
static int |
lept.pixSetColormap(lept.PIX pix,
lept.PIXCMAP colormap) |