PreviousNext

C2D Error Codes (Math Library 2D Calibration)

TABLE A-11. C2D Error Codes (Math Library 2D Calibration)

General Error

Code

Code

C2D_ER_DIMS
201001
0x31129
C2D_ER_MEMORY
201002
0x3112a
C2D_ER_TRANSPOSE
201003
0x3112b
C2D_ER_CENTER
201005
0x3112d
C2D_ER_SOLVEA
201006
0x3112e
C2D_ER_SOLVEB
201007
0x3112f
C2D_ER_NULL
201008
0x31130
C2D_ER_CANTFIND
201009
0x31131

These error values may be combined with an agent code to indicate the agent that was executing when the general error occurred. For example, an error code of 16505 would indicate that CPU memory was exhausted (16505) when the OCV agent was executing (16505). Five hundred (16505) may be added to all such error codes to ensure that they are unique for each agent.

Table A-12 lists the current agent codes.

TABLE A-12. Current Agent Codes  
0
WARP_AGENT
1
BLOB_AGENT
2
ARITH_AGENT
3
BINMORPH_AGENT
4
GRAYMORPH_AGENT
5
SOBEL_AGENT
6
GRADSCAN_AGENT
7
PROJECT_AGENT
8
THRESH_AGENT
9
HIST_AGENT
10
DECIMATE_AGENT
11
CONV_AGENT
12
CORRSEARCH_AGENT
13
CORRMATCH_AGENT
14
PROBE_AGENT
15
HOUGH_AGENT
16
OCV_AGENT
17
BALLMEASURE_AGENT
18
MASK_AGENT
19
TRANSPOSE_AGENT
20
CORRSRCH_AGENT
22
BREAK_AGENT
23
AUTOFOCUS_AGENT
25
SEGMENT_AGENT
26
FEATEXTRACT_AGENT
27
EDGEFAST_AGENT
28
EDGEPRIM_AGENT
29
VECTORFAST_AGENT


PreviousNext