| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static int |
FlyCapture2_C.fc2CalculateImageStatistics(FlyCapture2_C.fc2Image pImage,
FlyCapture2_C.fc2ImageStatisticsContext pImageStatisticsContext)
Calculate statistics associated with the image.
|
static int |
FlyCapture2_C.fc2CreateImageStatistics(FlyCapture2_C.fc2ImageStatisticsContext pImageStatisticsContext)
Create a statistics context.
|
static int |
FlyCapture2_C.fc2DestroyImageStatistics(FlyCapture2_C.fc2ImageStatisticsContext imageStatisticsContext)
Destroy a statistics context.
|
static int |
FlyCapture2_C.fc2GetChannelStatus(FlyCapture2_C.fc2ImageStatisticsContext imageStatisticsContext,
int channel,
int[] pEnabled) |
static int |
FlyCapture2_C.fc2GetChannelStatus(FlyCapture2_C.fc2ImageStatisticsContext imageStatisticsContext,
int channel,
IntBuffer pEnabled) |
static int |
FlyCapture2_C.fc2GetChannelStatus(FlyCapture2_C.fc2ImageStatisticsContext imageStatisticsContext,
int channel,
IntPointer pEnabled)
Get the status of a statistics channel.
|
static int |
FlyCapture2_C.fc2GetImageStatistics(FlyCapture2_C.fc2ImageStatisticsContext imageStatisticsContext,
int channel,
int[] pRangeMin,
int[] pRangeMax,
int[] pPixelValueMin,
int[] pPixelValueMax,
int[] pNumPixelValues,
float[] pPixelValueMean,
int[] ppHistogram) |
static int |
FlyCapture2_C.fc2GetImageStatistics(FlyCapture2_C.fc2ImageStatisticsContext imageStatisticsContext,
int channel,
IntBuffer pRangeMin,
IntBuffer pRangeMax,
IntBuffer pPixelValueMin,
IntBuffer pPixelValueMax,
IntBuffer pNumPixelValues,
FloatBuffer pPixelValueMean,
IntBuffer ppHistogram) |
static int |
FlyCapture2_C.fc2GetImageStatistics(FlyCapture2_C.fc2ImageStatisticsContext imageStatisticsContext,
int channel,
IntPointer pRangeMin,
IntPointer pRangeMax,
IntPointer pPixelValueMin,
IntPointer pPixelValueMax,
IntPointer pNumPixelValues,
FloatPointer pPixelValueMean,
IntPointer ppHistogram) |
static int |
FlyCapture2_C.fc2GetImageStatistics(FlyCapture2_C.fc2ImageStatisticsContext imageStatisticsContext,
int channel,
IntPointer pRangeMin,
IntPointer pRangeMax,
IntPointer pPixelValueMin,
IntPointer pPixelValueMax,
IntPointer pNumPixelValues,
FloatPointer pPixelValueMean,
PointerPointer ppHistogram)
Get all statistics for the image.
|
static int |
FlyCapture2_C.fc2SetChannelStatus(FlyCapture2_C.fc2ImageStatisticsContext imageStatisticsContext,
int channel,
int enabled)
Set the status of a statistics channel.
|
Copyright © 2015. All Rights Reserved.