My Project
defines.h File Reference
#include <stdbool.h>
#include <stdlib.h>
#include <af/version.h>

Go to the source code of this file.

Namespaces

 af
 

Macros

#define AFAPI   __attribute__((visibility("default")))
 
#define SIZE_T_FRMT_SPECIFIER   "%zu"
 
#define AF_DEPRECATED(msg)   __attribute__((deprecated))
 
#define AF_MAX_DIMS   4
 

Typedefs

typedef long long dim_t
 
typedef long long intl
 
typedef unsigned long long uintl
 
typedef void * af_array
 
typedef af_dtype dtype
 
typedef af_source source
 
typedef af_interp_type interpType
 
typedef af_border_type borderType
 
typedef af_connectivity connectivity
 
typedef af_match_type matchType
 
typedef af_cspace_t CSpace
 
typedef af_someenum_t SomeEnum
 
typedef af_mat_prop trans
 
typedef af_conv_mode convMode
 
typedef af_conv_domain convDomain
 
typedef af_mat_prop matProp
 
typedef af_colormap ColorMap
 
typedef af_norm_type normType
 
typedef af_ycc_std YCCStd
 
typedef af_image_format imageFormat
 
typedef af_backend Backend
 
typedef af_marker_type markerType
 
typedef af_moment_type momentType
 
typedef af_storage storage
 
typedef af_binary_op binaryOp
 
typedef af_random_engine_type randomEngineType
 
typedef af_canny_threshold cannyThreshold
 
typedef af_flux_function fluxFunction
 
typedef af_diffusion_eq diffusionEq
 
typedef af_topk_function topkFunction
 

Enumerations

enum  af_err {
  AF_SUCCESS = 0, AF_ERR_NO_MEM = 101, AF_ERR_DRIVER = 102, AF_ERR_RUNTIME = 103,
  AF_ERR_INVALID_ARRAY = 201, AF_ERR_ARG = 202, AF_ERR_SIZE = 203, AF_ERR_TYPE = 204,
  AF_ERR_DIFF_TYPE = 205, AF_ERR_BATCH = 207, AF_ERR_DEVICE = 208, AF_ERR_NOT_SUPPORTED = 301,
  AF_ERR_NOT_CONFIGURED = 302, AF_ERR_NONFREE = 303, AF_ERR_NO_DBL = 401, AF_ERR_NO_GFX = 402,
  AF_ERR_LOAD_LIB = 501, AF_ERR_LOAD_SYM = 502, AF_ERR_ARR_BKND_MISMATCH = 503, AF_ERR_INTERNAL = 998,
  AF_ERR_UNKNOWN = 999
}
 
enum  af_dtype {
  f32, c32, f64, c64,
  b8, s32, u32, u8,
  s64, u64, s16, u16
}
 
enum  af_source { afDevice, afHost }
 
enum  af_interp_type {
  AF_INTERP_NEAREST, AF_INTERP_LINEAR, AF_INTERP_BILINEAR, AF_INTERP_CUBIC,
  AF_INTERP_LOWER, AF_INTERP_LINEAR_COSINE, AF_INTERP_BILINEAR_COSINE, AF_INTERP_BICUBIC,
  AF_INTERP_CUBIC_SPLINE, AF_INTERP_BICUBIC_SPLINE
}
 
enum  af_border_type { AF_PAD_ZERO = 0, AF_PAD_SYM, AF_PAD_CLAMP_TO_EDGE }
 
enum  af_connectivity { AF_CONNECTIVITY_4 = 4, AF_CONNECTIVITY_8 = 8 }
 
enum  af_conv_mode { AF_CONV_DEFAULT, AF_CONV_EXPAND }
 
enum  af_conv_domain { AF_CONV_AUTO, AF_CONV_SPATIAL, AF_CONV_FREQ }
 
enum  af_match_type {
  AF_SAD = 0, AF_ZSAD, AF_LSAD, AF_SSD,
  AF_ZSSD, AF_LSSD, AF_NCC, AF_ZNCC,
  AF_SHD
}
 
enum  af_ycc_std { AF_YCC_601 = 601, AF_YCC_709 = 709, AF_YCC_2020 = 2020 }
 
enum  af_cspace_t { AF_GRAY = 0, AF_RGB, AF_HSV, AF_YCbCr }
 
enum  af_mat_prop {
  AF_MAT_NONE = 0, AF_MAT_TRANS = 1, AF_MAT_CTRANS = 2, AF_MAT_CONJ = 4,
  AF_MAT_UPPER = 32, AF_MAT_LOWER = 64, AF_MAT_DIAG_UNIT = 128, AF_MAT_SYM = 512,
  AF_MAT_POSDEF = 1024, AF_MAT_ORTHOG = 2048, AF_MAT_TRI_DIAG = 4096, AF_MAT_BLOCK_DIAG = 8192
}
 
enum  af_norm_type {
  AF_NORM_VECTOR_1, AF_NORM_VECTOR_INF, AF_NORM_VECTOR_2, AF_NORM_VECTOR_P,
  AF_NORM_MATRIX_1, AF_NORM_MATRIX_INF, AF_NORM_MATRIX_2, AF_NORM_MATRIX_L_PQ,
  AF_NORM_EUCLID = AF_NORM_VECTOR_2
}
 
enum  af_image_format {
  AF_FIF_BMP = 0, AF_FIF_ICO = 1, AF_FIF_JPEG = 2, AF_FIF_JNG = 3,
  AF_FIF_PNG = 13, AF_FIF_PPM = 14, AF_FIF_PPMRAW = 15, AF_FIF_TIFF = 18,
  AF_FIF_PSD = 20, AF_FIF_HDR = 26, AF_FIF_EXR = 29, AF_FIF_JP2 = 31,
  AF_FIF_RAW = 34
}
 
enum  af_moment_type {
  AF_MOMENT_M00 = 1, AF_MOMENT_M01 = 2, AF_MOMENT_M10 = 4, AF_MOMENT_M11 = 8,
  AF_MOMENT_FIRST_ORDER = AF_MOMENT_M00 | AF_MOMENT_M01 | AF_MOMENT_M10 | AF_MOMENT_M11
}
 
enum  af_homography_type { AF_HOMOGRAPHY_RANSAC = 0, AF_HOMOGRAPHY_LMEDS = 1 }
 
enum  af_backend { AF_BACKEND_DEFAULT = 0, AF_BACKEND_CPU = 1, AF_BACKEND_CUDA = 2, AF_BACKEND_OPENCL = 4 }
 
enum  af_someenum_t { AF_ID = 0 }
 
enum  af_binary_op { AF_BINARY_ADD = 0, AF_BINARY_MUL = 1, AF_BINARY_MIN = 2, AF_BINARY_MAX = 3 }
 
enum  af_random_engine_type {
  AF_RANDOM_ENGINE_PHILOX_4X32_10 = 100, AF_RANDOM_ENGINE_THREEFRY_2X32_16 = 200, AF_RANDOM_ENGINE_MERSENNE_GP11213 = 300, AF_RANDOM_ENGINE_PHILOX = AF_RANDOM_ENGINE_PHILOX_4X32_10,
  AF_RANDOM_ENGINE_THREEFRY = AF_RANDOM_ENGINE_THREEFRY_2X32_16, AF_RANDOM_ENGINE_MERSENNE = AF_RANDOM_ENGINE_MERSENNE_GP11213, AF_RANDOM_ENGINE_DEFAULT = AF_RANDOM_ENGINE_PHILOX
}
 
enum  af_colormap {
  AF_COLORMAP_DEFAULT = 0, AF_COLORMAP_SPECTRUM = 1, AF_COLORMAP_COLORS = 2, AF_COLORMAP_RED = 3,
  AF_COLORMAP_MOOD = 4, AF_COLORMAP_HEAT = 5, AF_COLORMAP_BLUE = 6, AF_COLORMAP_INFERNO = 7,
  AF_COLORMAP_MAGMA = 8, AF_COLORMAP_PLASMA = 9, AF_COLORMAP_VIRIDIS = 10
}
 
enum  af_marker_type {
  AF_MARKER_NONE = 0, AF_MARKER_POINT = 1, AF_MARKER_CIRCLE = 2, AF_MARKER_SQUARE = 3,
  AF_MARKER_TRIANGLE = 4, AF_MARKER_CROSS = 5, AF_MARKER_PLUS = 6, AF_MARKER_STAR = 7
}
 
enum  af_canny_threshold { AF_CANNY_THRESHOLD_MANUAL = 0, AF_CANNY_THRESHOLD_AUTO_OTSU = 1 }
 
enum  af_storage { AF_STORAGE_DENSE = 0, AF_STORAGE_CSR = 1, AF_STORAGE_CSC = 2, AF_STORAGE_COO = 3 }
 
enum  af_flux_function { AF_FLUX_QUADRATIC = 1, AF_FLUX_EXPONENTIAL = 2, AF_FLUX_DEFAULT = 0 }
 
enum  af_diffusion_eq { AF_DIFFUSION_GRAD = 1, AF_DIFFUSION_MCDE = 2, AF_DIFFUSION_DEFAULT = 0 }
 
enum  af_topk_function { AF_TOPK_MIN = 1, AF_TOPK_MAX = 2, AF_TOPK_DEFAULT = 0 }
 

Macro Definition Documentation

◆ AF_DEPRECATED

#define AF_DEPRECATED (   msg)    __attribute__((deprecated))

Definition at line 37 of file defines.h.

◆ AF_MAX_DIMS

#define AF_MAX_DIMS   4

Definition at line 221 of file defines.h.

◆ AFAPI

#define AFAPI   __attribute__((visibility("default")))

Definition at line 31 of file defines.h.

◆ SIZE_T_FRMT_SPECIFIER

#define SIZE_T_FRMT_SPECIFIER   "%zu"

Definition at line 33 of file defines.h.

Typedef Documentation

◆ af_array

typedef void* af_array

Definition at line 224 of file defines.h.

◆ dim_t

typedef long long dim_t

Definition at line 50 of file defines.h.

◆ intl

typedef long long intl

Definition at line 56 of file defines.h.

◆ uintl

typedef unsigned long long uintl

Definition at line 57 of file defines.h.

Enumeration Type Documentation

◆ af_backend

enum af_backend
Enumerator
AF_BACKEND_DEFAULT 

Default backend order: OpenCL -> CUDA -> CPU.

AF_BACKEND_CPU 

CPU a.k.a sequential algorithms.

AF_BACKEND_CUDA 

CUDA Compute Backend.

AF_BACKEND_OPENCL 

OpenCL Compute Backend.

Definition at line 392 of file defines.h.

392  {
393  AF_BACKEND_DEFAULT = 0,
394  AF_BACKEND_CPU = 1,
395  AF_BACKEND_CUDA = 2,
396  AF_BACKEND_OPENCL = 4
397 } af_backend;
af_backend
Definition: defines.h:392
CPU a.k.a sequential algorithms.
Definition: defines.h:394
Default backend order: OpenCL -> CUDA -> CPU.
Definition: defines.h:393
CUDA Compute Backend.
Definition: defines.h:395
OpenCL Compute Backend.
Definition: defines.h:396

◆ af_binary_op

Enumerator
AF_BINARY_ADD 
AF_BINARY_MUL 
AF_BINARY_MIN 
AF_BINARY_MAX 

Definition at line 408 of file defines.h.

408  {
409  AF_BINARY_ADD = 0,
410  AF_BINARY_MUL = 1,
411  AF_BINARY_MIN = 2,
412  AF_BINARY_MAX = 3
413 } af_binary_op;
af_binary_op
Definition: defines.h:408

◆ af_border_type

Enumerator
AF_PAD_ZERO 

Out of bound values are 0.

AF_PAD_SYM 

Out of bound values are symmetric over the edge.

AF_PAD_CLAMP_TO_EDGE 

Out of bound values are clamped to the edge.

Definition at line 250 of file defines.h.

250  {
254  AF_PAD_ZERO = 0,
255 
259  AF_PAD_SYM,
260 
Out of bound values are clamped to the edge.
Definition: defines.h:264
af_border_type
Definition: defines.h:250
Out of bound values are symmetric over the edge.
Definition: defines.h:259
Out of bound values are 0.
Definition: defines.h:254

◆ af_canny_threshold

Enumerator
AF_CANNY_THRESHOLD_MANUAL 

User has to define canny thresholds manually.

AF_CANNY_THRESHOLD_AUTO_OTSU 

Determine canny algorithm thresholds using Otsu algorithm.

Definition at line 461 of file defines.h.

461  {
af_canny_threshold
Definition: defines.h:461
Determine canny algorithm thresholds using Otsu algorithm.
Definition: defines.h:463
User has to define canny thresholds manually.
Definition: defines.h:462

◆ af_colormap

Enumerator
AF_COLORMAP_DEFAULT 

Default grayscale map.

AF_COLORMAP_SPECTRUM 

Spectrum map (390nm-830nm, in sRGB colorspace)

AF_COLORMAP_COLORS 

Colors, aka. Rainbow.

AF_COLORMAP_RED 

Red hue map.

AF_COLORMAP_MOOD 

Mood map.

AF_COLORMAP_HEAT 

Heat map.

AF_COLORMAP_BLUE 

Blue hue map.

AF_COLORMAP_INFERNO 

Perceptually uniform shades of black-red-yellow.

AF_COLORMAP_MAGMA 

Perceptually uniform shades of black-red-white.

AF_COLORMAP_PLASMA 

Perceptually uniform shades of blue-red-yellow.

AF_COLORMAP_VIRIDIS 

Perceptually uniform shades of blue-green-yellow.

Definition at line 432 of file defines.h.

432  {
433  AF_COLORMAP_DEFAULT = 0,
435  AF_COLORMAP_COLORS = 2,
436  AF_COLORMAP_RED = 3,
437  AF_COLORMAP_MOOD = 4,
438  AF_COLORMAP_HEAT = 5,
439  AF_COLORMAP_BLUE = 6,
440  AF_COLORMAP_INFERNO = 7,
441  AF_COLORMAP_MAGMA = 8,
442  AF_COLORMAP_PLASMA = 9,
443  AF_COLORMAP_VIRIDIS = 10
444 } af_colormap;
Perceptually uniform shades of black-red-yellow.
Definition: defines.h:440
Blue hue map.
Definition: defines.h:439
Mood map.
Definition: defines.h:437
Perceptually uniform shades of blue-red-yellow.
Definition: defines.h:442
af_colormap
Definition: defines.h:432
Spectrum map (390nm-830nm, in sRGB colorspace)
Definition: defines.h:434
Perceptually uniform shades of blue-green-yellow.
Definition: defines.h:443
Default grayscale map.
Definition: defines.h:433
Perceptually uniform shades of black-red-white.
Definition: defines.h:441
Heat map.
Definition: defines.h:438
Red hue map.
Definition: defines.h:436
Colors, aka. Rainbow.
Definition: defines.h:435

◆ af_connectivity

Enumerator
AF_CONNECTIVITY_4 

Connectivity includes neighbors, North, East, South and West of current pixel.

AF_CONNECTIVITY_8 

Connectivity includes 4-connectivity neigbors and also those on Northeast, Northwest, Southeast and Southwest.

Definition at line 267 of file defines.h.

267  {
271  AF_CONNECTIVITY_4 = 4,
272 
af_connectivity
Definition: defines.h:267
Connectivity includes neighbors, North, East, South and West of current pixel.
Definition: defines.h:271
Connectivity includes 4-connectivity neigbors and also those on Northeast, Northwest,...
Definition: defines.h:276

◆ af_conv_domain

Enumerator
AF_CONV_AUTO 

ArrayFire automatically picks the right convolution algorithm.

AF_CONV_SPATIAL 

Perform convolution in spatial domain.

AF_CONV_FREQ 

Perform convolution in frequency domain.

Definition at line 292 of file defines.h.

292  {
293  AF_CONV_AUTO,
295  AF_CONV_FREQ
af_conv_domain
Definition: defines.h:292
ArrayFire automatically picks the right convolution algorithm.
Definition: defines.h:293
Perform convolution in spatial domain.
Definition: defines.h:294
Perform convolution in frequency domain.
Definition: defines.h:295

◆ af_conv_mode

Enumerator
AF_CONV_DEFAULT 

Output of the convolution is the same size as input.

AF_CONV_EXPAND 

Output of the convolution is signal_len + filter_len - 1.

Definition at line 279 of file defines.h.

279  {
280 
285 
290 } af_conv_mode;
Output of the convolution is signal_len + filter_len - 1.
Definition: defines.h:289
Output of the convolution is the same size as input.
Definition: defines.h:284
af_conv_mode
Definition: defines.h:279

◆ af_cspace_t

Enumerator
AF_GRAY 

Grayscale.

AF_RGB 

3-channel RGB

AF_HSV 

3-channel HSV

AF_YCbCr 

3-channel YCbCr

Definition at line 318 of file defines.h.

318  {
319  AF_GRAY = 0,
320  AF_RGB,
321  AF_HSV
322 #if AF_API_VERSION >= 31
323  , AF_YCbCr
324 #endif
325 } af_cspace_t;
3-channel YCbCr
Definition: defines.h:323
Grayscale.
Definition: defines.h:319
3-channel HSV
Definition: defines.h:321
3-channel RGB
Definition: defines.h:320
af_cspace_t
Definition: defines.h:318

◆ af_diffusion_eq

Enumerator
AF_DIFFUSION_GRAD 

Gradient diffusion equation.

AF_DIFFUSION_MCDE 

Modified curvature diffusion equation.

AF_DIFFUSION_DEFAULT 

Default option is same as AF_DIFFUSION_GRAD.

Definition at line 483 of file defines.h.

483  {
484  AF_DIFFUSION_GRAD = 1,
485  AF_DIFFUSION_MCDE = 2,
Gradient diffusion equation.
Definition: defines.h:484
af_diffusion_eq
Definition: defines.h:483
Modified curvature diffusion equation.
Definition: defines.h:485
Default option is same as AF_DIFFUSION_GRAD.
Definition: defines.h:486

◆ af_dtype

enum af_dtype
Enumerator
f32 

32-bit floating point values

c32 

32-bit complex floating point values

f64 

64-bit complex floating point values

c64 

64-bit complex floating point values

b8 

8-bit boolean values

s32 

32-bit signed integral values

u32 

32-bit unsigned integral values

u8 

8-bit unsigned integral values

s64 

64-bit signed integral values

u64 

64-bit unsigned integral values

s16 

16-bit signed integral values

u16 

16-bit unsigned integral values

Definition at line 197 of file defines.h.

197  {
198  f32,
199  c32,
200  f64,
201  c64,
202  b8 ,
203  s32,
204  u32,
205  u8 ,
206  s64,
207  u64
208 #if AF_API_VERSION >= 32
209  , s16
210 #endif
211 #if AF_API_VERSION >= 32
212  , u16
213 #endif
214 } af_dtype;
32-bit signed integral values
Definition: defines.h:203
64-bit signed integral values
Definition: defines.h:206
16-bit signed integral values
Definition: defines.h:209
16-bit unsigned integral values
Definition: defines.h:212
64-bit complex floating point values
Definition: defines.h:200
64-bit unsigned integral values
Definition: defines.h:207
64-bit complex floating point values
Definition: defines.h:201
32-bit complex floating point values
Definition: defines.h:199
8-bit unsigned integral values
Definition: defines.h:205
32-bit unsigned integral values
Definition: defines.h:204
32-bit floating point values
Definition: defines.h:198
8-bit boolean values
Definition: defines.h:202
af_dtype
Definition: defines.h:197

◆ af_err

enum af_err
Enumerator
AF_SUCCESS 

The function returned successfully.

AF_ERR_NO_MEM 
AF_ERR_DRIVER 
AF_ERR_RUNTIME 
AF_ERR_INVALID_ARRAY 
AF_ERR_ARG 
AF_ERR_SIZE 
AF_ERR_TYPE 
AF_ERR_DIFF_TYPE 
AF_ERR_BATCH 
AF_ERR_DEVICE 
AF_ERR_NOT_SUPPORTED 
AF_ERR_NOT_CONFIGURED 
AF_ERR_NONFREE 
AF_ERR_NO_DBL 
AF_ERR_NO_GFX 
AF_ERR_LOAD_LIB 
AF_ERR_LOAD_SYM 
AF_ERR_ARR_BKND_MISMATCH 
AF_ERR_INTERNAL 
AF_ERR_UNKNOWN 

Definition at line 65 of file defines.h.

65  {
69  AF_SUCCESS = 0
70 
71  // 100-199 Errors in environment
72 
76  , AF_ERR_NO_MEM = 101
77 
81  , AF_ERR_DRIVER = 102
82 
86  , AF_ERR_RUNTIME = 103
87 
88  // 200-299 Errors in input parameters
89 
93  , AF_ERR_INVALID_ARRAY = 201
94 
98  , AF_ERR_ARG = 202
99 
103  , AF_ERR_SIZE = 203
104 
108  , AF_ERR_TYPE = 204
109 
113  , AF_ERR_DIFF_TYPE = 205
114 
118  , AF_ERR_BATCH = 207
119 
120 
121 #if AF_API_VERSION >= 33
122  , AF_ERR_DEVICE = 208
126 #endif
127 
128  // 300-399 Errors for missing software features
129 
133  , AF_ERR_NOT_SUPPORTED = 301
134 
138  , AF_ERR_NOT_CONFIGURED = 302
139 
140 #if AF_API_VERSION >= 32
141  , AF_ERR_NONFREE = 303
145 #endif
146 
147  // 400-499 Errors for missing hardware features
148 
152  , AF_ERR_NO_DBL = 401
153 
158  , AF_ERR_NO_GFX = 402
159 
160  // 500-599 Errors specific to heterogenous API
161 
162 #if AF_API_VERSION >= 32
163  , AF_ERR_LOAD_LIB = 501
167 #endif
168 
169 #if AF_API_VERSION >= 32
170  , AF_ERR_LOAD_SYM = 502
174 #endif
175 
176 #if AF_API_VERSION >= 32
181 #endif
182 
183  // 900-999 Errors from upstream libraries and runtimes
184 
189  , AF_ERR_INTERNAL = 998
190 
194  , AF_ERR_UNKNOWN = 999
195 } af_err;
The function returned successfully.
Definition: defines.h:69
af_err
Definition: defines.h:65

◆ af_flux_function

Enumerator
AF_FLUX_QUADRATIC 

Quadratic flux function.

AF_FLUX_EXPONENTIAL 

Exponential flux function.

AF_FLUX_DEFAULT 

Default flux function is exponential.

Definition at line 477 of file defines.h.

477  {
478  AF_FLUX_QUADRATIC = 1,
479  AF_FLUX_EXPONENTIAL = 2,
480  AF_FLUX_DEFAULT = 0
af_flux_function
Definition: defines.h:477
Exponential flux function.
Definition: defines.h:479
Quadratic flux function.
Definition: defines.h:478
Default flux function is exponential.
Definition: defines.h:480

◆ af_homography_type

Enumerator
AF_HOMOGRAPHY_RANSAC 

Computes homography using RANSAC.

AF_HOMOGRAPHY_LMEDS 

Computes homography using Least Median of Squares.

Definition at line 384 of file defines.h.

384  {
af_homography_type
Definition: defines.h:384
Computes homography using Least Median of Squares.
Definition: defines.h:386
Computes homography using RANSAC.
Definition: defines.h:385

◆ af_image_format

Enumerator
AF_FIF_BMP 

FreeImage Enum for Bitmap File.

AF_FIF_ICO 

FreeImage Enum for Windows Icon File.

AF_FIF_JPEG 

FreeImage Enum for JPEG File.

AF_FIF_JNG 

FreeImage Enum for JPEG Network Graphics File.

AF_FIF_PNG 

FreeImage Enum for Portable Network Graphics File.

AF_FIF_PPM 

FreeImage Enum for Portable Pixelmap (ASCII) File.

AF_FIF_PPMRAW 

FreeImage Enum for Portable Pixelmap (Binary) File.

AF_FIF_TIFF 

FreeImage Enum for Tagged Image File Format File.

AF_FIF_PSD 

FreeImage Enum for Adobe Photoshop File.

AF_FIF_HDR 

FreeImage Enum for High Dynamic Range File.

AF_FIF_EXR 

FreeImage Enum for ILM OpenEXR File.

AF_FIF_JP2 

FreeImage Enum for JPEG-2000 File.

AF_FIF_RAW 

FreeImage Enum for RAW Camera Image File.

Definition at line 356 of file defines.h.

356  {
357  AF_FIF_BMP = 0,
358  AF_FIF_ICO = 1,
359  AF_FIF_JPEG = 2,
360  AF_FIF_JNG = 3,
361  AF_FIF_PNG = 13,
362  AF_FIF_PPM = 14,
363  AF_FIF_PPMRAW = 15,
364  AF_FIF_TIFF = 18,
365  AF_FIF_PSD = 20,
366  AF_FIF_HDR = 26,
367  AF_FIF_EXR = 29,
368  AF_FIF_JP2 = 31,
369  AF_FIF_RAW = 34
FreeImage Enum for RAW Camera Image File.
Definition: defines.h:369
FreeImage Enum for JPEG Network Graphics File.
Definition: defines.h:360
FreeImage Enum for Bitmap File.
Definition: defines.h:357
FreeImage Enum for Windows Icon File.
Definition: defines.h:358
FreeImage Enum for JPEG File.
Definition: defines.h:359
FreeImage Enum for Adobe Photoshop File.
Definition: defines.h:365
FreeImage Enum for Portable Pixelmap (ASCII) File.
Definition: defines.h:362
FreeImage Enum for JPEG-2000 File.
Definition: defines.h:368
FreeImage Enum for Tagged Image File Format File.
Definition: defines.h:364
FreeImage Enum for ILM OpenEXR File.
Definition: defines.h:367
FreeImage Enum for High Dynamic Range File.
Definition: defines.h:366
FreeImage Enum for Portable Network Graphics File.
Definition: defines.h:361
FreeImage Enum for Portable Pixelmap (Binary) File.
Definition: defines.h:363
af_image_format
Definition: defines.h:356

◆ af_interp_type

Enumerator
AF_INTERP_NEAREST 

Nearest Interpolation.

AF_INTERP_LINEAR 

Linear Interpolation.

AF_INTERP_BILINEAR 

Bilinear Interpolation.

AF_INTERP_CUBIC 

Cubic Interpolation.

AF_INTERP_LOWER 

Floor Indexed.

AF_INTERP_LINEAR_COSINE 

Linear Interpolation with cosine smoothing.

AF_INTERP_BILINEAR_COSINE 

Bilinear Interpolation with cosine smoothing.

AF_INTERP_BICUBIC 

Bicubic Interpolation.

AF_INTERP_CUBIC_SPLINE 

Cubic Interpolation with Catmull-Rom splines.

AF_INTERP_BICUBIC_SPLINE 

Bicubic Interpolation with Catmull-Rom splines.

Definition at line 226 of file defines.h.

226  {
232 #if AF_API_VERSION >= 34
234 #endif
235 #if AF_API_VERSION >= 34
237 #endif
238 #if AF_API_VERSION >= 34
240 #endif
241 #if AF_API_VERSION >= 34
243 #endif
244 #if AF_API_VERSION >= 34
246 #endif
247 
Cubic Interpolation.
Definition: defines.h:230
Linear Interpolation.
Definition: defines.h:228
Bilinear Interpolation with cosine smoothing.
Definition: defines.h:236
Bicubic Interpolation with Catmull-Rom splines.
Definition: defines.h:245
af_interp_type
Definition: defines.h:226
Bicubic Interpolation.
Definition: defines.h:239
Bilinear Interpolation.
Definition: defines.h:229
Cubic Interpolation with Catmull-Rom splines.
Definition: defines.h:242
Nearest Interpolation.
Definition: defines.h:227
Linear Interpolation with cosine smoothing.
Definition: defines.h:233
Floor Indexed.
Definition: defines.h:231

◆ af_marker_type

Enumerator
AF_MARKER_NONE 
AF_MARKER_POINT 
AF_MARKER_CIRCLE 
AF_MARKER_SQUARE 
AF_MARKER_TRIANGLE 
AF_MARKER_CROSS 
AF_MARKER_PLUS 
AF_MARKER_STAR 

Definition at line 447 of file defines.h.

◆ af_mat_prop

Enumerator
AF_MAT_NONE 

Default.

AF_MAT_TRANS 

Data needs to be transposed.

AF_MAT_CTRANS 

Data needs to be conjugate tansposed.

AF_MAT_CONJ 

Data needs to be conjugate.

AF_MAT_UPPER 

Matrix is upper triangular.

AF_MAT_LOWER 

Matrix is lower triangular.

AF_MAT_DIAG_UNIT 

Matrix diagonal contains unitary values.

AF_MAT_SYM 

Matrix is symmetric.

AF_MAT_POSDEF 

Matrix is positive definite.

AF_MAT_ORTHOG 

Matrix is orthogonal.

AF_MAT_TRI_DIAG 

Matrix is tri diagonal.

AF_MAT_BLOCK_DIAG 

Matrix is block diagonal.

Definition at line 327 of file defines.h.

327  {
328  AF_MAT_NONE = 0,
329  AF_MAT_TRANS = 1,
330  AF_MAT_CTRANS = 2,
331  AF_MAT_CONJ = 4,
332  AF_MAT_UPPER = 32,
333  AF_MAT_LOWER = 64,
334  AF_MAT_DIAG_UNIT = 128,
335  AF_MAT_SYM = 512,
336  AF_MAT_POSDEF = 1024,
337  AF_MAT_ORTHOG = 2048,
338  AF_MAT_TRI_DIAG = 4096,
339  AF_MAT_BLOCK_DIAG = 8192
340 } af_mat_prop;
Matrix is symmetric.
Definition: defines.h:335
Matrix is orthogonal.
Definition: defines.h:337
Matrix is upper triangular.
Definition: defines.h:332
Matrix diagonal contains unitary values.
Definition: defines.h:334
Matrix is positive definite.
Definition: defines.h:336
Default.
Definition: defines.h:328
Data needs to be conjugate tansposed.
Definition: defines.h:330
Data needs to be conjugate.
Definition: defines.h:331
Matrix is block diagonal.
Definition: defines.h:339
Data needs to be transposed.
Definition: defines.h:329
af_mat_prop
Definition: defines.h:327
Matrix is lower triangular.
Definition: defines.h:333
Matrix is tri diagonal.
Definition: defines.h:338

◆ af_match_type

Enumerator
AF_SAD 

Match based on Sum of Absolute Differences (SAD)

AF_ZSAD 

Match based on Zero mean SAD.

AF_LSAD 

Match based on Locally scaled SAD.

AF_SSD 

Match based on Sum of Squared Differences (SSD)

AF_ZSSD 

Match based on Zero mean SSD.

AF_LSSD 

Match based on Locally scaled SSD.

AF_NCC 

Match based on Normalized Cross Correlation (NCC)

AF_ZNCC 

Match based on Zero mean NCC.

AF_SHD 

Match based on Sum of Hamming Distances (SHD)

Definition at line 298 of file defines.h.

298  {
299  AF_SAD = 0,
300  AF_ZSAD,
301  AF_LSAD,
302  AF_SSD,
303  AF_ZSSD,
304  AF_LSSD,
305  AF_NCC,
306  AF_ZNCC,
307  AF_SHD
308 } af_match_type;
Match based on Sum of Squared Differences (SSD)
Definition: defines.h:302
Match based on Zero mean SAD.
Definition: defines.h:300
Match based on Zero mean SSD.
Definition: defines.h:303
Match based on Zero mean NCC.
Definition: defines.h:306
Match based on Locally scaled SSD.
Definition: defines.h:304
Match based on Normalized Cross Correlation (NCC)
Definition: defines.h:305
Match based on Locally scaled SAD.
Definition: defines.h:301
Match based on Sum of Hamming Distances (SHD)
Definition: defines.h:307
Match based on Sum of Absolute Differences (SAD)
Definition: defines.h:299
af_match_type
Definition: defines.h:298

◆ af_moment_type

Enumerator
AF_MOMENT_M00 
AF_MOMENT_M01 
AF_MOMENT_M10 
AF_MOMENT_M11 
AF_MOMENT_FIRST_ORDER 

Definition at line 374 of file defines.h.

◆ af_norm_type

Enumerator
AF_NORM_VECTOR_1 

treats the input as a vector and returns the sum of absolute values

AF_NORM_VECTOR_INF 

treats the input as a vector and returns the max of absolute values

AF_NORM_VECTOR_2 

treats the input as a vector and returns euclidean norm

AF_NORM_VECTOR_P 

treats the input as a vector and returns the p-norm

AF_NORM_MATRIX_1 

return the max of column sums

AF_NORM_MATRIX_INF 

return the max of row sums

AF_NORM_MATRIX_2 

returns the max singular value). Currently NOT SUPPORTED

AF_NORM_MATRIX_L_PQ 

returns Lpq-norm

AF_NORM_EUCLID 

The default. Same as AF_NORM_VECTOR_2.

Definition at line 342 of file defines.h.

342  {
351 
353 } af_norm_type;
returns the max singular value). Currently NOT SUPPORTED
Definition: defines.h:349
af_norm_type
Definition: defines.h:342
treats the input as a vector and returns the p-norm
Definition: defines.h:346
return the max of row sums
Definition: defines.h:348
returns Lpq-norm
Definition: defines.h:350
treats the input as a vector and returns the max of absolute values
Definition: defines.h:344
The default. Same as AF_NORM_VECTOR_2.
Definition: defines.h:352
return the max of column sums
Definition: defines.h:347
treats the input as a vector and returns euclidean norm
Definition: defines.h:345
treats the input as a vector and returns the sum of absolute values
Definition: defines.h:343

◆ af_random_engine_type

Enumerator
AF_RANDOM_ENGINE_PHILOX_4X32_10 
AF_RANDOM_ENGINE_THREEFRY_2X32_16 
AF_RANDOM_ENGINE_MERSENNE_GP11213 
AF_RANDOM_ENGINE_PHILOX 
AF_RANDOM_ENGINE_THREEFRY 
AF_RANDOM_ENGINE_MERSENNE 
AF_RANDOM_ENGINE_DEFAULT 

Definition at line 417 of file defines.h.

417  {
418  AF_RANDOM_ENGINE_PHILOX_4X32_10 = 100, //Philox variant with N = 4, W = 32 and Rounds = 10
419  AF_RANDOM_ENGINE_THREEFRY_2X32_16 = 200, //Threefry variant with N = 2, W = 32 and Rounds = 16
420  AF_RANDOM_ENGINE_MERSENNE_GP11213 = 300, //Mersenne variant with MEXP = 11213
421  AF_RANDOM_ENGINE_PHILOX = AF_RANDOM_ENGINE_PHILOX_4X32_10, //Resolves to Philox 4x32_10
422  AF_RANDOM_ENGINE_THREEFRY = AF_RANDOM_ENGINE_THREEFRY_2X32_16, //Resolves to Threefry 2X32_16
423  AF_RANDOM_ENGINE_MERSENNE = AF_RANDOM_ENGINE_MERSENNE_GP11213, //Resolves to Mersenne GP 11213
af_random_engine_type
Definition: defines.h:417

◆ af_someenum_t

Enumerator
AF_ID 

Definition at line 403 of file defines.h.

403  {
404  AF_ID = 0
405 } af_someenum_t;
Definition: defines.h:404
af_someenum_t
Definition: defines.h:403

◆ af_source

enum af_source
Enumerator
afDevice 

Device pointer.

afHost 

Host pointer.

Definition at line 216 of file defines.h.

216  {
217  afDevice,
218  afHost
219 } af_source;
Device pointer.
Definition: defines.h:217
af_source
Definition: defines.h:216
Host pointer.
Definition: defines.h:218

◆ af_storage

enum af_storage
Enumerator
AF_STORAGE_DENSE 

Storage type is dense.

AF_STORAGE_CSR 

Storage type is CSR.

AF_STORAGE_CSC 

Storage type is CSC.

AF_STORAGE_COO 

Storage type is COO.

Definition at line 468 of file defines.h.

468  {
469  AF_STORAGE_DENSE = 0,
470  AF_STORAGE_CSR = 1,
471  AF_STORAGE_CSC = 2,
472  AF_STORAGE_COO = 3
473 } af_storage;
af_storage
Definition: defines.h:468
Storage type is CSC.
Definition: defines.h:471
Storage type is CSR.
Definition: defines.h:470
Storage type is COO.
Definition: defines.h:472
Storage type is dense.
Definition: defines.h:469

◆ af_topk_function

Enumerator
AF_TOPK_MIN 

Top k min values.

AF_TOPK_MAX 

Top k max values.

AF_TOPK_DEFAULT 

Default option (max)

Definition at line 489 of file defines.h.

489  {
490  AF_TOPK_MIN = 1,
491  AF_TOPK_MAX = 2,
492  AF_TOPK_DEFAULT = 0
af_topk_function
Definition: defines.h:489
Top k max values.
Definition: defines.h:491
Top k min values.
Definition: defines.h:490
Default option (max)
Definition: defines.h:492

◆ af_ycc_std

enum af_ycc_std
Enumerator
AF_YCC_601 

ITU-R BT.601 (formerly CCIR 601) standard.

AF_YCC_709 

ITU-R BT.709 standard.

AF_YCC_2020 

ITU-R BT.2020 standard.

Definition at line 311 of file defines.h.

311  {
312  AF_YCC_601 = 601,
313  AF_YCC_709 = 709,
314  AF_YCC_2020 = 2020
315 } af_ycc_std;
af_ycc_std
Definition: defines.h:311
ITU-R BT.709 standard.
Definition: defines.h:313
ITU-R BT.601 (formerly CCIR 601) standard.
Definition: defines.h:312
ITU-R BT.2020 standard.
Definition: defines.h:314