Files
allwpilib/wpilibj/wpilibJavaJNI/nivision/nivision_arm.ini
Peter Johnson 430722c4a3 Add Java nivision wrappers.
Only very basic testing performed to date.

The wrappers are still a bit incomplete (some structures and functions),
but are much more complete than the old ones.

Fixes artf3796.

Changes from initial changeset:
- Use // for comments.
- Add auto-generate notices to the beginning of each generated file.
- Include error number with error text in exception.
- Add free() function to structures.
- Fix out-of-order / non-array enums.
- Avoid duplicate calls to DisposedStruct.write() as .getAddress() does it.
- Refactor OpaqueStruct.
- Default to no null allowed except when overridden.
- Implement unowned return values.
- Add gen_struct_sizer script.

Change-Id: Ie0d102c45817ea8812d98fe4938d1a2255c61664
2014-12-09 00:48:57 -08:00

1864 lines
26 KiB
INI

[_platform_]
pointer=4
[DivisionModel]
_SIZE_=4
kappa=0
[FocalLength]
_SIZE_=8
fx=0
fy=4
[PolyModel]
_SIZE_=16
kCoeffs=0
numKCoeffs=4
p1=8
p2=12
[DistortionModelParams]
_SIZE_=24
distortionModel=0
polyModel=4
divisionModel=20
[PointFloat]
_SIZE_=8
x=0
y=4
[InternalParameters]
_SIZE_=20
isInsufficientData=0
focalLength=4
opticalCenter=12
[MaxGridSize]
_SIZE_=8
xMax=0
yMax=4
[ImageSize]
_SIZE_=8
xRes=0
yRes=4
[CalibrationReferencePoints]
_SIZE_=28
pixelCoords=0
numPixelCoords=4
realCoords=8
numRealCoords=12
units=16
imageSize=20
[GetCameraParametersReport]
_SIZE_=56
projectionMatrix=0
projectionMatrixRows=4
projectionMatrixCols=8
distortion=12
internalParams=36
[CalibrationAxisInfo]
_SIZE_=16
center=0
rotationAngle=8
axisDirection=12
[CalibrationLearnSetupInfo]
_SIZE_=20
calibrationMethod=0
distortionModel=4
scaleMode=8
roiMode=12
learnCorrectionTable=16
[GridDescriptor]
_SIZE_=12
xStep=0
yStep=4
unit=8
[ErrorStatistics]
_SIZE_=32
mean=0
maximum=8
standardDeviation=16
distortion=24
[GetCalibrationInfoReport]
_SIZE_=104
userRoi=0
calibrationRoi=4
axisInfo=8
learnSetupInfo=24
gridDescriptor=44
errorMap=56
errorMapRows=60
errorMapCols=64
errorStatistics=72
[EdgePolarity]
_SIZE_=8
start=0
end=4
[ClampSettings]
_SIZE_=16
angleRange=0
edgePolarity=8
[PointDouble]
_SIZE_=16
x=0
y=8
[PointDoublePair]
_SIZE_=32
start=0
end=16
[ClampResults]
_SIZE_=32
distancePix=0
distanceRealWorld=8
angleAbs=16
angleRelative=24
[ClampPoints]
_SIZE_=64
pixel=0
realWorld=32
[RGBValue]
_SIZE_=4
B=0
G=1
R=2
alpha=3
[ClampOverlaySettings]
_SIZE_=36
showSearchArea=0
showCurves=4
showClampLocation=8
showResult=12
searchAreaColor=16
curvesColor=20
clampLocationsColor=24
resultColor=28
overlayGroupName=32
[ClampMax2Report]
_SIZE_=104
clampResults=0
clampPoints=32
calibrationValid=96
[ContourFitSplineReport]
_SIZE_=8
points=0
numberOfPoints=4
[LineFloat]
_SIZE_=16
start=0
end=8
[LineEquation]
_SIZE_=24
a=0
b=8
c=16
[ContourFitLineReport]
_SIZE_=40
lineSegment=0
lineEquation=16
[ContourFitPolynomialReport]
_SIZE_=16
bestFit=0
numberOfPoints=4
polynomialCoefficients=8
numberOfCoefficients=12
[PartialCircle]
_SIZE_=32
center=0
radius=8
startAngle=16
endAngle=24
[PartialEllipse]
_SIZE_=48
center=0
angle=8
majorRadius=16
minorRadius=24
startAngle=32
endAngle=40
[SetupMatchPatternData]
_SIZE_=8
matchSetupData=0
numMatchSetupData=4
[RangeSettingDouble]
_SIZE_=24
settingType=0
min=8
max=16
[GeometricAdvancedSetupDataOption]
_SIZE_=16
type=0
value=8
[ContourInfoReport]
_SIZE_=56
pointsPixel=0
numPointsPixel=4
pointsReal=8
numPointsReal=12
curvaturePixel=16
numCurvaturePixel=20
curvatureReal=24
numCurvatureReal=28
length=32
lengthReal=40
hasEquation=48
[ROILabel]
_SIZE_=8
className=0
label=4
[SupervisedColorSegmentationReport]
_SIZE_=8
labelOut=0
numLabelOut=4
[LabelToROIReport]
_SIZE_=24
roiArray=0
numOfROIs=4
labelsOutArray=8
numOfLabels=12
isTooManyVectorsArray=16
isTooManyVectorsArraySize=20
[ColorSegmenationOptions]
_SIZE_=24
windowX=0
windowY=4
stepSize=8
minParticleArea=12
maxParticleArea=16
isFineSegment=20
[ClassifiedCurve]
_SIZE_=48
length=0
lengthReal=8
maxCurvature=16
maxCurvatureReal=24
label=32
curvePoints=36
numCurvePoints=40
[RangeDouble]
_SIZE_=16
minValue=0
maxValue=8
[RangeLabel]
_SIZE_=24
range=0
label=16
[CurvatureAnalysisReport]
_SIZE_=8
curves=0
numCurves=4
[Disparity]
_SIZE_=40
current=0
reference=16
distance=32
[ComputeDistancesReport]
_SIZE_=16
distances=0
numDistances=4
distancesReal=8
numDistancesReal=12
[MatchMode]
_SIZE_=12
rotation=0
scale=4
occlusion=8
[ClassifiedDisparity]
_SIZE_=56
length=0
lengthReal=8
maxDistance=16
maxDistanceReal=24
label=32
templateSubsection=36
numTemplateSubsection=40
targetSubsection=44
numTargetSubsection=48
[ClassifyDistancesReport]
_SIZE_=8
classifiedDistances=0
numClassifiedDistances=4
[ContourComputeCurvatureReport]
_SIZE_=16
curvaturePixel=0
numCurvaturePixel=4
curvatureReal=8
numCurvatureReal=12
[ContourOverlaySettings]
_SIZE_=16
overlay=0
color=4
width=8
maintainWidth=12
[CurveParameters]
_SIZE_=28
extractionMode=0
threshold=4
filterSize=8
minLength=12
searchStep=16
maxEndPointGap=20
subpixel=24
[ExtractContourReport]
_SIZE_=16
contourPoints=0
numContourPoints=4
sourcePoints=8
numSourcePoints=12
[ConnectionConstraint]
_SIZE_=24
constraintType=0
range=8
[ExtractTextureFeaturesReport]
_SIZE_=20
waveletBands=0
numWaveletBands=4
textureFeatures=8
textureFeaturesRows=12
textureFeaturesCols=16
[WaveletBandsReport]
_SIZE_=40
LLBand=0
LHBand=4
HLBand=8
HHBand=12
LLLBand=16
LLHBand=20
LHLBand=24
LHHBand=28
rows=32
cols=36
[CircleFitOptions]
_SIZE_=24
maxRadius=0
stepSize=8
processType=16
[EdgeOptions2]
_SIZE_=24
polarity=0
kernelSize=4
width=8
minThreshold=12
interpolationType=16
columnProcessingMode=20
[FindCircularEdgeOptions]
_SIZE_=64
direction=0
showSearchArea=4
showSearchLines=8
showEdgesFound=12
showResult=16
searchAreaColor=20
searchLinesColor=24
searchEdgesColor=28
resultColor=32
overlayGroupName=36
edgeOptions=40
[FindConcentricEdgeOptions]
_SIZE_=64
direction=0
showSearchArea=4
showSearchLines=8
showEdgesFound=12
showResult=16
searchAreaColor=20
searchLinesColor=24
searchEdgesColor=28
resultColor=32
overlayGroupName=36
edgeOptions=40
[ConcentricEdgeFitOptions]
_SIZE_=24
maxRadius=0
stepSize=8
processType=16
[FindConcentricEdgeReport]
_SIZE_=80
startPt=0
endPt=8
startPtCalibrated=16
endPtCalibrated=24
angle=32
angleCalibrated=40
straightness=48
avgStrength=56
avgSNR=64
lineFound=72
[FindCircularEdgeReport]
_SIZE_=64
centerCalibrated=0
radiusCalibrated=8
center=16
radius=24
roundness=32
avgStrength=40
avgSNR=48
circleFound=56
[WindowSize]
_SIZE_=12
x=0
y=4
stepSize=8
[DisplacementVector]
_SIZE_=8
x=0
y=4
[WaveletOptions]
_SIZE_=8
typeOfWavelet=0
minEnergy=4
[CooccurrenceOptions]
_SIZE_=12
level=0
displacement=4
[ParticleClassifierLocalThresholdOptions]
_SIZE_=24
method=0
particleType=4
windowWidth=8
windowHeight=12
deviationWeight=16
[RangeFloat]
_SIZE_=8
minValue=0
maxValue=4
[ParticleClassifierAutoThresholdOptions]
_SIZE_=16
method=0
particleType=4
limits=8
[ParticleClassifierPreprocessingOptions2]
_SIZE_=64
thresholdType=0
manualThresholdRange=4
autoThresholdOptions=12
localThresholdOptions=32
rejectBorder=56
numErosions=60
[MeasureParticlesReport]
_SIZE_=16
pixelMeasurements=0
calibratedMeasurements=4
numParticles=8
numMeasurements=12
[GeometricPatternMatch3]
_SIZE_=116
position=0
rotation=8
scale=12
score=16
corner=20
inverse=52
occlusion=56
templateMatchCurveScore=60
matchTemplateCurveScore=64
correlationScore=68
calibratedPosition=72
calibratedRotation=80
calibratedCorner=84
[MatchGeometricPatternAdvancedOptions3]
_SIZE_=88
subpixelIterations=0
subpixelTolerance=8
initialMatchListLength=16
targetTemplateCurveScore=20
correlationScore=24
minMatchSeparationDistance=32
minMatchSeparationAngle=40
minMatchSeparationScale=48
maxMatchOverlap=56
coarseResult=64
enableCalibrationSupport=68
enableContrastReversal=72
matchStrategy=76
refineMatchFactor=80
subpixelMatchFactor=84
[ColorOptions]
_SIZE_=12
colorClassificationResolution=0
useLuminance=4
colorMode=8
[SampleScore]
_SIZE_=12
className=0
distance=4
index=8
[ClassifierReportAdvanced]
_SIZE_=28
bestClassName=0
classificationScore=4
identificationScore=8
allScores=12
allScoresSize=16
sampleScores=20
sampleScoresSize=24
[LearnGeometricPatternAdvancedOptions2]
_SIZE_=40
minScaleFactor=0
maxScaleFactor=8
minRotationAngleValue=16
maxRotationAngleValue=24
imageSamplingFactor=32
[ParticleFilterOptions2]
_SIZE_=16
rejectMatches=0
rejectBorder=4
fillHoles=8
connectivity8=12
[FindEdgeOptions2]
_SIZE_=64
direction=0
showSearchArea=4
showSearchLines=8
showEdgesFound=12
showResult=16
searchAreaColor=20
searchLinesColor=24
searchEdgesColor=28
resultColor=32
overlayGroupName=36
edgeOptions=40
[FindEdgeReport]
_SIZE_=8
straightEdges=0
numStraightEdges=4
[FindTransformRectOptions2]
_SIZE_=64
direction=0
showSearchArea=4
showSearchLines=8
showEdgesFound=12
showResult=16
searchAreaColor=20
searchLinesColor=24
searchEdgesColor=28
resultColor=32
overlayGroupName=36
edgeOptions=40
[FindTransformRectsOptions2]
_SIZE_=88
direction=0
showSearchArea=4
showSearchLines=8
showEdgesFound=12
showResult=16
searchAreaColor=20
searchLinesColor=24
searchEdgesColor=28
resultColor=32
overlayGroupName=36
primaryEdgeOptions=40
secondaryEdgeOptions=64
[ReadTextReport3]
_SIZE_=16
readString=0
characterReport=4
numCharacterReports=8
roiBoundingCharacters=12
[CharacterStatistics]
_SIZE_=20
left=0
top=4
width=8
height=12
characterSize=16
[CharReport3]
_SIZE_=44
character=0
classificationScore=4
verificationScore=8
verified=12
lowThreshold=16
highThreshold=20
characterStats=24
[ArcInfo2]
_SIZE_=32
center=0
radius=8
startAngle=16
endAngle=24
[EdgeReport2]
_SIZE_=20
edges=0
numEdges=4
gradientInfo=8
numGradientInfo=12
calibrationValid=16
[SearchArcInfo]
_SIZE_=56
arcCoordinates=0
edgeReport=32
[ConcentricRakeReport2]
_SIZE_=24
firstEdges=0
numFirstEdges=4
lastEdges=8
numLastEdges=12
searchArcs=16
numSearchArcs=20
[SpokeReport2]
_SIZE_=24
firstEdges=0
numFirstEdges=4
lastEdges=8
numLastEdges=12
searchLines=16
numSearchLines=20
[EdgeInfo]
_SIZE_=56
position=0
calibratedPosition=8
distance=16
calibratedDistance=24
magnitude=32
noisePeak=40
rising=48
[SearchLineInfo]
_SIZE_=36
lineCoordinates=0
edgeReport=16
[RakeReport2]
_SIZE_=24
firstEdges=0
numFirstEdges=4
lastEdges=8
numLastEdges=12
searchLines=16
numSearchLines=20
[TransformBehaviors]
_SIZE_=16
ShiftBehavior=0
ScaleBehavior=4
RotateBehavior=8
SymmetryBehavior=12
[QRCodeDataToken]
_SIZE_=16
mode=0
modeData=4
data=8
dataLength=12
[ParticleFilterOptions]
_SIZE_=12
rejectMatches=0
rejectBorder=4
connectivity8=8
[StraightEdgeReport2]
_SIZE_=16
straightEdges=0
numStraightEdges=4
searchLines=8
numSearchLines=12
[StraightEdgeOptions]
_SIZE_=80
numLines=0
searchMode=4
minScore=8
maxScore=16
orientation=24
angleRange=32
angleTolerance=40
stepSize=48
minSignalToNoiseRatio=56
minCoverage=64
houghIterations=72
[StraightEdge]
_SIZE_=88
straightEdgeCoordinates=0
calibratedStraightEdgeCoordinates=16
angle=32
calibratedAngle=40
score=48
straightness=56
averageSignalToNoiseRatio=64
calibrationValid=72
usedEdges=76
numUsedEdges=80
[QRCodeSearchOptions]
_SIZE_=48
rotationMode=0
skipLocation=4
edgeThreshold=8
demodulationMode=16
cellSampleSize=24
cellFilterMode=32
skewDegreesAllowed=40
[QRCodeSizeOptions]
_SIZE_=8
minSize=0
maxSize=4
[QRCodeDescriptionOptions]
_SIZE_=32
dimensions=0
polarity=8
mirror=16
modelType=24
[QRCodeReport]
_SIZE_=136
found=0
data=4
dataLength=8
boundingBox=12
tokenizedData=44
sizeOfTokenizedData=48
numErrorsCorrected=52
dimensions=56
version=60
modelType=64
streamMode=68
matrixPolarity=72
mirrored=80
positionInAppendStream=84
sizeOfAppendStream=88
firstEAN128ApplicationID=92
firstECIDesignator=96
appendStreamIdentifier=100
minimumEdgeStrength=104
demodulationMode=112
cellSampleSize=120
cellFilterMode=128
[AIMGradeReport]
_SIZE_=40
overallGrade=0
decodingGrade=4
symbolContrastGrade=8
symbolContrast=12
printGrowthGrade=16
printGrowth=20
axialNonuniformityGrade=24
axialNonuniformity=28
unusedErrorCorrectionGrade=32
unusedErrorCorrection=36
[DataMatrixSizeOptions]
_SIZE_=12
minSize=0
maxSize=4
quietZoneWidth=8
[DataMatrixDescriptionOptions]
_SIZE_=56
aspectRatio=0
rows=4
columns=8
rectangle=12
ecc=16
polarity=24
cellFill=32
minBorderIntegrity=40
mirrorMode=48
[DataMatrixSearchOptions]
_SIZE_=56
rotationMode=0
skipLocation=4
edgeThreshold=8
demodulationMode=16
cellSampleSize=24
cellFilterMode=32
skewDegreesAllowed=40
maxIterations=44
initialSearchVectorWidth=48
[DataMatrixReport]
_SIZE_=144
found=0
binary=4
data=8
dataLength=12
boundingBox=16
numErrorsCorrected=48
numErasuresCorrected=52
aspectRatio=56
rows=60
columns=64
ecc=72
polarity=80
cellFill=88
borderIntegrity=96
mirrored=100
minimumEdgeStrength=104
demodulationMode=112
cellSampleSize=120
cellFilterMode=128
iterations=136
[JPEG2000FileAdvancedOptions]
_SIZE_=16
waveletMode=0
useMultiComponentTransform=4
maxWaveletTransformLevel=8
quantizationStepSize=12
[MatchGeometricPatternAdvancedOptions2]
_SIZE_=88
minFeaturesUsed=0
maxFeaturesUsed=4
subpixelIterations=8
subpixelTolerance=16
initialMatchListLength=24
matchTemplateCurveScore=28
correlationScore=32
minMatchSeparationDistance=40
minMatchSeparationAngle=48
minMatchSeparationScale=56
maxMatchOverlap=64
coarseResult=72
smoothContours=76
enableCalibrationSupport=80
[InspectionAlignment]
_SIZE_=16
position=0
rotation=8
scale=12
[InspectionOptions]
_SIZE_=24
registrationMethod=0
normalizationMethod=4
edgeThicknessToIgnore=8
brightThreshold=12
darkThreshold=16
binary=20
[CharReport2]
_SIZE_=56
character=0
corner=4
lowThreshold=36
highThreshold=40
classificationScore=44
verificationScore=48
verified=52
[CharInfo2]
_SIZE_=16
charValue=0
charImage=4
internalImage=8
isReferenceChar=12
[ReadTextReport2]
_SIZE_=12
readString=0
characterReport=4
numCharacterReports=8
[EllipseFeature]
_SIZE_=32
position=0
rotation=8
minorRadius=16
majorRadius=24
[CircleFeature]
_SIZE_=16
position=0
radius=8
[ConstCurveFeature]
_SIZE_=32
position=0
radius=8
startAngle=16
endAngle=24
[RectangleFeature]
_SIZE_=64
position=0
corner=8
rotation=40
width=48
height=56
[LegFeature]
_SIZE_=64
position=0
corner=8
rotation=40
width=48
height=56
[CornerFeature]
_SIZE_=32
position=0
rotation=8
enclosedAngle=16
isVirtual=24
[LineFeature]
_SIZE_=32
startPoint=0
endPoint=8
length=16
rotation=24
[ParallelLinePairFeature]
_SIZE_=48
firstStartPoint=0
firstEndPoint=8
secondStartPoint=16
secondEndPoint=24
rotation=32
distance=40
[PairOfParallelLinePairsFeature]
_SIZE_=112
firstParallelLinePair=0
secondParallelLinePair=48
rotation=96
distance=104
[GeometricFeature]
_SIZE_=4
circle=0
ellipse=0
constCurve=0
rectangle=0
leg=0
corner=0
parallelLinePair=0
pairOfParallelLinePairs=0
line=0
closedCurve=0
[FeatureData]
_SIZE_=16
type=0
contourPoints=4
numContourPoints=8
feature=12
[GeometricPatternMatch2]
_SIZE_=380
position=0
rotation=8
scale=12
score=16
corner=20
inverse=52
occlusion=56
templateMatchCurveScore=60
matchTemplateCurveScore=64
correlationScore=68
label=72
featureData=328
numFeatureData=332
calibratedPosition=336
calibratedRotation=344
calibratedCorner=348
[ClosedCurveFeature]
_SIZE_=16
position=0
arcLength=8
[LineMatch]
_SIZE_=40
startPoint=0
endPoint=8
length=16
rotation=24
score=32
[LineDescriptor]
_SIZE_=16
minLength=0
maxLength=8
[RectangleDescriptor]
_SIZE_=32
minWidth=0
maxWidth=8
minHeight=16
maxHeight=24
[RectangleMatch]
_SIZE_=64
corner=0
rotation=32
width=40
height=48
score=56
[EllipseDescriptor]
_SIZE_=32
minMajorRadius=0
maxMajorRadius=8
minMinorRadius=16
maxMinorRadius=24
[EllipseMatch]
_SIZE_=40
position=0
rotation=8
majorRadius=16
minorRadius=24
score=32
[CircleMatch]
_SIZE_=24
position=0
radius=8
score=16
[CircleDescriptor]
_SIZE_=16
minRadius=0
maxRadius=8
[ShapeDetectionOptions]
_SIZE_=32
mode=0
angleRanges=4
numAngleRanges=8
scaleRange=12
minMatchScore=24
[Curve]
_SIZE_=48
points=0
numPoints=4
closed=8
curveLength=16
minEdgeStrength=24
maxEdgeStrength=32
averageEdgeStrength=40
[CurveOptions]
_SIZE_=36
extractionMode=0
threshold=4
filterSize=8
minLength=12
rowStepSize=16
columnStepSize=20
maxEndPointGap=24
onlyClosed=28
subpixelAccuracy=32
[Barcode2DInfo]
_SIZE_=64
type=0
binary=4
data=8
dataLength=12
boundingBox=16
numErrorsCorrected=48
numErasuresCorrected=52
rows=56
columns=60
[DataMatrixOptions]
_SIZE_=20
searchMode=0
contrast=4
cellShape=8
barcodeShape=12
subtype=16
[ClassifierAccuracyReport]
_SIZE_=24
size=0
accuracy=4
classNames=8
classAccuracy=12
classPredictiveValue=16
classificationDistribution=20
[NearestNeighborClassResult]
_SIZE_=12
className=0
standardDeviation=4
count=8
[NearestNeighborTrainingReport]
_SIZE_=12
classDistancesTable=0
allScores=4
allScoresSize=8
[ParticleClassifierPreprocessingOptions]
_SIZE_=36
manualThreshold=0
manualThresholdRange=4
autoThresholdMethod=12
limits=16
particleType=24
rejectBorder=28
numErosions=32
[ClassifierSampleInfo]
_SIZE_=16
className=0
featureVector=4
featureVectorSize=8
thumbnail=12
[ClassScore]
_SIZE_=8
className=0
distance=4
[ClassifierReport]
_SIZE_=20
bestClassName=0
classificationScore=4
identificationScore=8
allScores=12
allScoresSize=16
[NearestNeighborOptions]
_SIZE_=12
method=0
metric=4
k=8
[ParticleClassifierOptions]
_SIZE_=8
scaleDependence=0
mirrorDependence=4
[RGBU64Value]
_SIZE_=8
B=0
G=2
R=4
alpha=6
[GeometricPatternMatch]
_SIZE_=72
position=0
rotation=8
scale=12
score=16
corner=20
inverse=52
occlusion=56
templateMatchCurveScore=60
matchTemplateCurveScore=64
correlationScore=68
[MatchGeometricPatternAdvancedOptions]
_SIZE_=80
minFeaturesUsed=0
maxFeaturesUsed=4
subpixelIterations=8
subpixelTolerance=16
initialMatchListLength=24
matchTemplateCurveScore=28
correlationScore=32
minMatchSeparationDistance=40
minMatchSeparationAngle=48
minMatchSeparationScale=56
maxMatchOverlap=64
coarseResult=72
[MatchGeometricPatternOptions]
_SIZE_=40
mode=0
subpixelAccuracy=4
angleRanges=8
numAngleRanges=12
scaleRange=16
occlusionRange=24
numMatchesRequested=32
minMatchScore=36
[LearnGeometricPatternAdvancedOptions]
_SIZE_=40
minRectLength=0
minRectAspectRatio=8
minRadius=16
minLineLength=20
minFeatureStrength=24
maxFeaturesUsed=32
maxPixelDistanceFromLine=36
[FitEllipseOptions]
_SIZE_=32
rejectOutliers=0
minScore=8
pixelRadius=16
maxIterations=24
[FitCircleOptions]
_SIZE_=32
rejectOutliers=0
minScore=8
pixelRadius=16
maxIterations=24
[ConstructROIOptions2]
_SIZE_=24
windowNumber=0
windowTitle=4
type=8
palette=12
numColors=16
maxContours=20
[HSLValue]
_SIZE_=4
L=0
S=1
H=2
alpha=3
[HSVValue]
_SIZE_=4
V=0
S=1
H=2
alpha=3
[HSIValue]
_SIZE_=4
I=0
S=1
H=2
alpha=3
[CIELabValue]
_SIZE_=32
b=0
a=8
L=16
alpha=24
[CIEXYZValue]
_SIZE_=32
Z=0
Y=8
X=16
alpha=24
[Color2]
_SIZE_=32
rgb=0
hsl=0
hsv=0
hsi=0
cieLab=0
cieXYZ=0
rawValue=0
[BestEllipse2]
_SIZE_=80
center=0
majorAxisStart=8
majorAxisEnd=16
minorAxisStart=24
minorAxisEnd=32
area=40
perimeter=48
error=56
valid=64
pointsUsed=68
numPointsUsed=72
[LearnPatternAdvancedOptions]
_SIZE_=8
shiftOptions=0
rotationOptions=4
[AVIInfo]
_SIZE_=32
width=0
height=4
imageType=8
numFrames=12
framesPerSecond=16
filterName=20
hasData=24
maxDataSize=28
[LearnPatternAdvancedShiftOptions]
_SIZE_=48
initialStepSize=0
initialSampleSize=4
initialSampleSizeFactor=8
finalSampleSize=16
finalSampleSizeFactor=24
subpixelSampleSize=32
subpixelSampleSizeFactor=40
[LearnPatternAdvancedRotationOptions]
_SIZE_=56
searchStrategySupport=0
initialStepSize=4
initialSampleSize=8
initialSampleSizeFactor=16
initialAngularAccuracy=24
finalSampleSize=28
finalSampleSizeFactor=32
finalAngularAccuracy=40
subpixelSampleSize=44
subpixelSampleSizeFactor=48
[MatchPatternAdvancedOptions]
_SIZE_=40
subpixelIterations=0
subpixelTolerance=8
initialMatchListLength=16
matchListReductionFactor=20
initialStepSize=24
searchStrategy=28
intermediateAngularAccuracy=32
[ParticleFilterCriteria2]
_SIZE_=20
parameter=0
lower=4
upper=8
calibrated=12
exclude=16
[BestCircle2]
_SIZE_=56
center=0
radius=8
area=16
perimeter=24
error=32
valid=40
pointsUsed=44
numPointsUsed=48
[OCRSpacingOptions]
_SIZE_=40
minCharSpacing=0
minCharSize=4
maxCharSize=8
maxHorizontalElementSpacing=12
maxVerticalElementSpacing=16
minBoundingRectWidth=20
maxBoundingRectWidth=24
minBoundingRectHeight=28
maxBoundingRectHeight=32
autoSplit=36
[OCRProcessingOptions]
_SIZE_=36
mode=0
lowThreshold=4
highThreshold=8
blockCount=12
fastThreshold=16
biModalCalculation=20
darkCharacters=24
removeParticlesTouchingROI=28
erosionCount=32
[ReadTextOptions]
_SIZE_=65304
validChars=0
numValidChars=65280
substitutionChar=65284
readStrategy=65288
acceptanceLevel=65292
aspectRatio=65296
readResolution=65300
[CharInfo]
_SIZE_=12
charValue=0
charImage=4
internalImage=8
[Rect]
_SIZE_=16
top=0
left=4
height=8
width=12
[CharReport]
_SIZE_=48
character=0
corner=4
reserved=36
lowThreshold=40
highThreshold=44
[ReadTextReport]
_SIZE_=12
readString=0
characterReport=4
numCharacterReports=8
[Point]
_SIZE_=8
x=0
y=4
[Annulus]
_SIZE_=32
center=0
innerRadius=8
outerRadius=12
startAngle=16
endAngle=24
[EdgeLocationReport]
_SIZE_=8
edges=0
numEdges=4
[EdgeOptions]
_SIZE_=20
threshold=0
width=4
steepness=8
subpixelType=12
subpixelDivisions=16
[EdgeReport]
_SIZE_=32
location=0
contrast=4
polarity=8
reserved=16
coordinate=20
[ExtremeReport]
_SIZE_=24
location=0
amplitude=8
secondDerivative=16
[FitLineOptions]
_SIZE_=12
minScore=0
pixelRadius=4
numRefinements=8
[DisplayMapping]
_SIZE_=16
method=0
minimumValue=4
maximumValue=8
shiftCount=12
[DetectExtremesOptions]
_SIZE_=16
threshold=0
width=8
[ImageInfo]
_SIZE_=52
imageUnit=0
stepX=4
stepY=8
imageType=12
xRes=16
yRes=20
xOffset=24
yOffset=28
border=32
pixelsPerLine=36
reserved0=40
reserved1=44
imageStart=48
[LCDOptions]
_SIZE_=16
litSegments=0
threshold=4
sign=8
decimalPoint=12
[LCDReport]
_SIZE_=16
text=0
segmentInfo=4
numCharacters=8
reserved=12
[LCDSegments]
_SIZE_=4
[LearnCalibrationOptions]
_SIZE_=20
mode=0
method=4
roi=8
learnMap=12
learnTable=16
[LearnColorPatternOptions]
_SIZE_=24
learnMode=0
featureMode=4
threshold=8
ignoreMode=12
colorsToIgnore=16
numColorsToIgnore=20
[Line]
_SIZE_=16
start=0
end=8
[LinearAverages]
_SIZE_=32
columnAverages=0
columnCount=4
rowAverages=8
rowCount=12
risingDiagAverages=16
risingDiagCount=20
fallingDiagAverages=24
fallingDiagCount=28
[LineProfile]
_SIZE_=40
profileData=0
boundingBox=4
min=20
max=24
mean=28
stdDev=32
dataCount=36
[MatchColorPatternOptions]
_SIZE_=48
matchMode=0
featureMode=4
minContrast=8
subpixelAccuracy=12
angleRanges=16
numRanges=20
colorWeight=24
sensitivity=32
strategy=36
numMatchesRequested=40
minMatchScore=44
[HistogramReport]
_SIZE_=36
histogram=0
histogramCount=4
min=8
max=12
start=16
width=20
mean=24
stdDev=28
numPixels=32
[ArcInfo]
_SIZE_=32
boundingBox=0
startAngle=16
endAngle=24
[AxisReport]
_SIZE_=24
origin=0
mainAxisEnd=8
secondaryAxisEnd=16
[BarcodeInfo]
_SIZE_=32
outputString=0
size=4
outputChar1=8
outputChar2=9
confidenceLevel=16
type=24
[BCGOptions]
_SIZE_=12
brightness=0
contrast=4
gamma=8
[BestCircle]
_SIZE_=40
center=0
radius=8
area=16
perimeter=24
error=32
[BestEllipse]
_SIZE_=56
center=0
majorAxisStart=8
majorAxisEnd=16
minorAxisStart=24
minorAxisEnd=32
area=40
perimeter=48
[BestLine]
_SIZE_=64
start=0
end=8
equation=16
valid=40
error=48
pointsUsed=56
numPointsUsed=60
[BrowserOptions]
_SIZE_=32
width=0
height=4
imagesPerLine=8
backgroundColor=12
frameSize=16
style=20
ratio=24
focusColor=28
[CoordinateSystem]
_SIZE_=16
origin=0
angle=8
axisOrientation=12
[CalibrationInfo]
_SIZE_=80
errorMap=0
mapColumns=4
mapRows=8
userRoi=12
calibrationRoi=16
options=20
grid=40
system=52
range=68
quality=76
[CalibrationPoints]
_SIZE_=12
pixelCoordinates=0
realWorldCoordinates=4
numCoordinates=8
[CaliperOptions]
_SIZE_=12
polarity=0
separation=4
separationDeviation=8
[CaliperReport]
_SIZE_=32
edge1Contrast=0
edge1Coord=4
edge2Contrast=12
edge2Coord=16
separation=24
reserved=28
[DrawTextOptions]
_SIZE_=60
fontName=0
fontSize=32
bold=36
italic=40
underline=44
strikeout=48
textAlignment=52
fontColor=56
[CircleReport]
_SIZE_=16
center=0
radius=8
area=12
[ClosedContour]
_SIZE_=8
points=0
numPoints=4
[ColorHistogramReport]
_SIZE_=108
plane1=0
plane2=36
plane3=72
[ColorInformation]
_SIZE_=12
infoCount=0
saturation=4
info=8
[Complex]
_SIZE_=8
r=0
i=4
[ConcentricRakeReport]
_SIZE_=36
rakeArcs=0
numArcs=4
firstEdges=8
numFirstEdges=12
lastEdges=16
numLastEdges=20
allEdges=24
linesWithEdges=28
numLinesWithEdges=32
[ConstructROIOptions]
_SIZE_=20
windowNumber=0
windowTitle=4
type=8
palette=12
numColors=16
[ContourInfo]
_SIZE_=16
type=0
numPoints=4
points=8
contourColor=12
[ContourUnion]
_SIZE_=4
point=0
line=0
rect=0
ovalBoundingBox=0
closedContour=0
openContour=0
annulus=0
rotatedRect=0
[ContourInfo2]
_SIZE_=12
type=0
color=4
structure=8
[ContourPoint]
_SIZE_=40
x=0
y=8
curvature=16
xDisplacement=24
yDisplacement=32
[CoordinateTransform]
_SIZE_=24
initialOrigin=0
initialAngle=8
finalOrigin=12
finalAngle=20
[CoordinateTransform2]
_SIZE_=32
referenceSystem=0
measurementSystem=16
[CannyOptions]
_SIZE_=16
sigma=0
upperThreshold=4
lowerThreshold=8
windowSize=12
[Range]
_SIZE_=8
minValue=0
maxValue=4
[UserPointSymbol]
_SIZE_=12
cols=0
rows=4
pixels=8
[View3DOptions]
_SIZE_=32
sizeReduction=0
maxHeight=4
direction=8
alpha=12
beta=16
border=20
background=24
plane=28
[MatchPatternOptions]
_SIZE_=32
mode=0
minContrast=4
subpixelAccuracy=8
angleRanges=12
numRanges=16
numMatchesRequested=20
matchFactor=24
minMatchScore=28
[TIFFFileOptions]
_SIZE_=12
rowsPerStrip=0
photoInterp=4
compressionType=8
[Color]
_SIZE_=4
rgb=0
hsl=0
hsv=0
hsi=0
rawValue=0
[PixelValue]
_SIZE_=8
grayscale=0
rgb=0
hsl=0
complex=0
rgbu64=0
[OpenContour]
_SIZE_=8
points=0
numPoints=4
[OverlayTextOptions]
_SIZE_=48
fontName=0
fontSize=4
bold=8
italic=12
underline=16
strikeout=20
horizontalTextAlignment=24
verticalTextAlignment=28
backgroundColor=32
angle=40
[ParticleFilterCriteria]
_SIZE_=16
parameter=0
lower=4
upper=8
exclude=12
[ParticleReport]
_SIZE_=84
area=0
calibratedArea=4
perimeter=8
numHoles=12
areaOfHoles=16
perimeterOfHoles=20
boundingBox=24
sigmaX=40
sigmaY=44
sigmaXX=48
sigmaYY=52
sigmaXY=56
longestLength=60
longestPoint=64
projectionX=72
projectionY=76
connect8=80
[PatternMatch]
_SIZE_=52
position=0
rotation=8
scale=12
score=16
corner=20
[QuantifyData]
_SIZE_=28
mean=0
stdDev=4
min=8
max=12
calibratedArea=16
pixelArea=20
relativeSize=24
[QuantifyReport]
_SIZE_=36
global=0
regions=28
regionCount=32
[RakeOptions]
_SIZE_=24
threshold=0
width=4
steepness=8
subsamplingRatio=12
subpixelType=16
subpixelDivisions=20
[RakeReport]
_SIZE_=36
rakeLines=0
numRakeLines=4
firstEdges=8
numFirstEdges=12
lastEdges=16
numLastEdges=20
allEdges=24
linesWithEdges=28
numLinesWithEdges=32
[TransformReport]
_SIZE_=12
points=0
validPoints=4
numPoints=8
[ShapeReport]
_SIZE_=40
coordinates=0
centroid=16
size=24
score=32
[MeterArc]
_SIZE_=20
needleBase=0
arcCoordPoints=8
numOfArcCoordPoints=12
needleColor=16
[ThresholdData]
_SIZE_=16
rangeMin=0
rangeMax=4
newValue=8
useNewValue=12
[StructuringElement]
_SIZE_=16
matrixCols=0
matrixRows=4
hexa=8
kernel=12
[SpokeReport]
_SIZE_=36
spokeLines=0
numSpokeLines=4
firstEdges=8
numFirstEdges=12
lastEdges=16
numLastEdges=20
allEdges=24
linesWithEdges=28
numLinesWithEdges=32
[SimpleEdgeOptions]
_SIZE_=20
type=0
threshold=4
hysteresis=8
process=12
subpixel=16
[SelectParticleCriteria]
_SIZE_=12
parameter=0
lower=4
upper=8
[SegmentInfo]
_SIZE_=24
numberOfPoints=0
isOpen=4
weight=8
points=16
[RotationAngleRange]
_SIZE_=8
lower=0
upper=4
[RotatedRect]
_SIZE_=24
top=0
left=4
height=8
width=12
angle=16
[ROIProfile]
_SIZE_=44
report=0
pixels=40
[ToolWindowOptions]
_SIZE_=68
showSelectionTool=0
showZoomTool=4
showPointTool=8
showLineTool=12
showRectangleTool=16
showOvalTool=20
showPolygonTool=24
showClosedFreehandTool=28
showPolyLineTool=32
showFreehandTool=36
showAnnulusTool=40
showRotatedRectangleTool=44
showPanTool=48
showZoomOutTool=52
reserved2=56
reserved3=60
reserved4=64
[SpokeOptions]
_SIZE_=32
threshold=0
width=4
steepness=8
subsamplingRatio=16
subpixelType=24
subpixelDivisions=28