| 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(int 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.fc2AVIAppend(FlyCapture2_C.fc2AVIContext AVIContext,
FlyCapture2_C.fc2Image pImage)
Append an image to the AVI file.
|
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.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 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 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.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.
|
Copyright © 2015. All Rights Reserved.