| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
FlyCapture2_C.fc2Image |
FlyCapture2_C.fc2Image.bayerFormat(int bayerFormat) |
FlyCapture2_C.fc2Image |
FlyCapture2_C.fc2Image.cols(int cols) |
FlyCapture2_C.fc2Image |
FlyCapture2_C.fc2Image.dataSize(int dataSize) |
FlyCapture2_C.fc2Image |
FlyCapture2_C.fc2Image.format(int format) |
FlyCapture2_C.fc2Image |
FlyCapture2_C.fc2Image.imageImpl(FlyCapture2_C.fc2ImageImpl imageImpl) |
FlyCapture2_C.fc2Image |
FlyCapture2_C.fc2Image.pData(BytePointer pData) |
FlyCapture2_C.fc2Image |
FlyCapture2_C.fc2Image.position(long position) |
FlyCapture2_C.fc2Image |
FlyCapture2_C.fc2Image.receivedDataSize(int receivedDataSize) |
FlyCapture2_C.fc2Image |
FlyCapture2_C.fc2Image.rows(int rows) |
FlyCapture2_C.fc2Image |
FlyCapture2_C.fc2Image.stride(int stride) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlyCapture2_C.fc2ImageEventCallback.call(FlyCapture2_C.fc2Image image,
Pointer pCallbackData) |
static int |
FlyCapture2_C.fc2CalculateImageStatistics(FlyCapture2_C.fc2Image pImage,
FlyCapture2_C.fc2ImageStatisticsContext pImageStatisticsContext)
Calculate statistics associated with the image.
|
static int |
FlyCapture2_C.fc2ConvertImage(FlyCapture2_C.fc2Image pImageIn,
FlyCapture2_C.fc2Image pImageOut) |
static int |
FlyCapture2_C.fc2ConvertImageTo(int format,
FlyCapture2_C.fc2Image pImageIn,
FlyCapture2_C.fc2Image pImageOut)
Converts the current image buffer to the specified output format and
stores the result in the specified image.
|
static int |
FlyCapture2_C.fc2CreateImage(FlyCapture2_C.fc2Image pImage)
Create a fc2Image.
|
static int |
FlyCapture2_C.fc2DestroyImage(FlyCapture2_C.fc2Image image)
Destroy the fc2Image.
|
static int |
FlyCapture2_C.fc2GetImageColorProcessing(FlyCapture2_C.fc2Image pImage,
int[] pColorProc) |
static int |
FlyCapture2_C.fc2GetImageColorProcessing(FlyCapture2_C.fc2Image pImage,
IntBuffer pColorProc) |
static int |
FlyCapture2_C.fc2GetImageColorProcessing(FlyCapture2_C.fc2Image pImage,
IntPointer pColorProc)
Get the current color processing algorithm.
|
static int |
FlyCapture2_C.fc2GetImageData(FlyCapture2_C.fc2Image pImage,
byte[] ppData) |
static int |
FlyCapture2_C.fc2GetImageData(FlyCapture2_C.fc2Image pImage,
ByteBuffer ppData) |
static int |
FlyCapture2_C.fc2GetImageData(FlyCapture2_C.fc2Image pImage,
BytePointer ppData) |
static int |
FlyCapture2_C.fc2GetImageData(FlyCapture2_C.fc2Image pImage,
PointerPointer ppData)
Get a pointer to the data associated with the image.
|
static int |
FlyCapture2_C.fc2GetImageDimensions(FlyCapture2_C.fc2Image pImage,
int[] pRows,
int[] pCols,
int[] pStride,
int[] pPixelFormat,
int[] pBayerFormat) |
static int |
FlyCapture2_C.fc2GetImageDimensions(FlyCapture2_C.fc2Image pImage,
IntBuffer pRows,
IntBuffer pCols,
IntBuffer pStride,
IntBuffer pPixelFormat,
IntBuffer pBayerFormat) |
static int |
FlyCapture2_C.fc2GetImageDimensions(FlyCapture2_C.fc2Image pImage,
IntPointer pRows,
IntPointer pCols,
IntPointer pStride,
IntPointer pPixelFormat,
IntPointer pBayerFormat)
Get the image dimensions associated with the image object.
|
static int |
FlyCapture2_C.fc2GetImageMetadata(FlyCapture2_C.fc2Image pImage,
FlyCapture2_C.fc2ImageMetadata pImageMetaData)
Get the metadata associated with the image.
|
static FlyCapture2_C.fc2TimeStamp |
FlyCapture2_C.fc2GetImageTimeStamp(FlyCapture2_C.fc2Image pImage)
Get the timestamp data associated with the image.
|
static int |
FlyCapture2_C.fc2RetrieveBuffer(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Image pImage)
Retrieves the next image object containing the next image.
|
static int |
FlyCapture2_C.fc2SaveImage(FlyCapture2_C.fc2Image pImage,
BytePointer pFilename,
int format)
Save the image to the specified file name with the file format
specified.
|
static int |
FlyCapture2_C.fc2SaveImage(FlyCapture2_C.fc2Image pImage,
String pFilename,
int format) |
static int |
FlyCapture2_C.fc2SaveImageWithOption(FlyCapture2_C.fc2Image pImage,
BytePointer pFilename,
int format,
Pointer pOption)
Save the image to the specified file name with the file format
specified.
|
static int |
FlyCapture2_C.fc2SaveImageWithOption(FlyCapture2_C.fc2Image pImage,
String pFilename,
int format,
Pointer pOption) |
static int |
FlyCapture2_C.fc2SetImageColorProcessing(FlyCapture2_C.fc2Image pImage,
int colorProc)
Set the color processing algorithm.
|
static int |
FlyCapture2_C.fc2SetImageData(FlyCapture2_C.fc2Image pImage,
byte[] pData,
int dataSize) |
static int |
FlyCapture2_C.fc2SetImageData(FlyCapture2_C.fc2Image pImage,
ByteBuffer pData,
int dataSize) |
static int |
FlyCapture2_C.fc2SetImageData(FlyCapture2_C.fc2Image pImage,
BytePointer pData,
int dataSize)
Set the data of the Image object.
|
static int |
FlyCapture2_C.fc2SetImageDimensions(FlyCapture2_C.fc2Image pImage,
int rows,
int cols,
int stride,
int pixelFormat,
int bayerFormat)
Sets the dimensions of the image object.
|
static int |
FlyCapture2_C.fc2WaitForBufferEvent(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2Image pImage,
int eventNumber)
Retrieves the next image event containing the next part of the image.
|
Copyright © 2019. All rights reserved.