Documentation Portal      

What are you looking for?

EError Enum

Possible Open eVision error codes.

Namespace: Euresys::Open_eVision_2_4

EError_Ok
Success
EError_EndOfImageSequence
End of image sequence
EError_UserDialogFailed
User dialog failed
EError_ImageLimitsReached
Image limits reached
EError_InvalidAsciiPadding
Invalid ASCII padding
EError_InvalidOperation
Invalid operation - See Reference
EError_InvalidBitsPerPixel
Invalid depth (bits per pixel) - Check type compatibility
EError_InvalidDataType
Invalid data type - Check type compatibility
EError_InvalidDataSize
Invalid data size - Check type compatibility
EError_ParametersOutOfRange
Parameters out of range - See Reference
EError_InvalidMode
Invalid mode - See Reference
EError_EndSmallerThanStart
End smaller than start - Adjust indices
EError_Parameter1OutOfRange
Parameter 1 out of range - See Reference
EError_Parameter2OutOfRange
Parameter 2 out of range - See Reference
EError_Parameter3OutOfRange
Parameter 3 out of range - See Reference
EError_Parameter4OutOfRange
Parameter 4 out of range - See Reference
EError_Parameter5OutOfRange
Parameter 5 out of range - See Reference
EError_Parameter6OutOfRange
Parameter 6 out of range - See Reference
EError_Parameter7OutOfRange
Parameter 7 out of range - See Reference
EError_Parameter8OutOfRange
Parameter 8 out of range - See Reference
EError_WindowsError
Out of GDI handles
EError_InvalidPlanesPerPixel
Invalid planes per pixel - Check image type or file contents
EError_BW1ImageExpected
1 bit black & white (BW1) image expected - Check image type or file contents
EError_BW8ImageExpected
8 bits black & white (BW8) image expected - Check image type or file contents
EError_BW16ImageExpected
16 bits black & white (BW16) image expected - Check image type or file contents
EError_BW32ImageExpected
32 bits black & white (BW32) image expected - Check image type or file contents
EError_TemplateCallNeedsSpecialization
Template call needs specialization
EError_CannotCreateMutex
Cannot create Mutex
EError_CannotLockMutex
Cannot lock Mutex
EError_CannotUnlockMutex
Cannot unlock Mutex
EError_CannotDeleteMutex
Cannot delete Mutex
EError_TimeoutReached
Timeout reached
EError_FunctionNotFound
Function not found
EError_CopyNotAllowed
Copy not allowed
EError_SingularMatrix
Internal error (code: 1050)
EError_DivisionByZero
Division by zero - Check parameters
EError_ReadonlyProperty
This property is read-only and cannot be accessed
EError_UndefinedProperty
This property is undefined and cannot be accessed
EError_ItemNotFound
The data structure does not contain the specified item
EError_NextItemNotFound
The specified item has no next sibling
EError_FileAccessProblems
File access problems - Check file pathname and device state
EError_FileCouldNotBeOpened
File could not be opened - Check file pathname, troubleshoot disk device
EError_FilwhileReading
File error while reading - Check file integrity, troubleshoot disk device
EError_FilwhileWriting
File error while writing - Check free disk space, troubleshoot disk device
EError_BadFileFormat
Bad file format - Check file source or contents
EError_FileCouldNotBeClosed
File could not be closed - Check free disk space, troubleshoot disk device
EError_UnsupportedFileFormatVersion
Unsupported file format version - Upgrade to newer release
EError_MissingOrUnsupportedFileExtension
Missing or unsupported file extension - Check file name/format match
EError_FileIsReadOnly
File is read-only - Set to read-write or save under another name
EError_UnsupportedObjectTypeInArchive
The archive does not contain the correct object type - Check your archiving routines
EError_UnknownArchiveError
An unexpected error occurred during archive access
EError_SerializerShouldBeInReadMode
Attempting to read with a serializer not open for read access
EError_SerializerShouldBeInWriteMode
Attempting to write with a serializer not open for write access
EError_FileExists
Attempting to overwrite an existing file while not allowed to do so
EError_SerializerNotOpen
Attempting to use a serializer that is not correctly opened
EError_UnrecognizedFileFormat
Unrecognized File Format
EError_WrongColorFormatFileFormatCombination
Wrong Color Format File Format Combination
EError_FileDoesNotExist
Attempting to open a file which doesn't exist
EError_ObjectTooLargeToBeSerialized
Object is too large to be serialized
EError_UnsupportedFileFormat
Unsupported File Format
EError_UnsupportedTiffFormat
Unsupported TIFF format - Convert TIFF file
EError_UnsupportedBmpFormat
Unsupported BMP format - Convert BMP file
EError_UnsupportedJpegFormat
Unsupported JPEG format - Convert JPEG file
EError_BilevelImageExpected
Bi-level image expected - Use BW1
EError_GrayLevelImageExpected
Gray-level image expected - Use BW8
EError_ColorImageExpected
Color image expected - Use C24
EError_BilevelFormatExpected
Bi-level format expected - Convert file to black & white
EError_GrayLevelFormatExpected
Gray-level format expected - Convert file to gray shades
EError_ColorFormatExpected
Color format expected - Convert file to true color
EError_CannotReadJpegFile
Cannot read JPEG file - Troubleshoot disk device
EError_CannotWriteJpegFile
Cannot write JPEG file - Troubleshoot disk device
EError_WrongFileExtension
Wrong file extension
EError_UnableToAllocateTemporaryMemory
Unable to allocate temporary memory - Fix memory leaks or release memory
EError_BufferTooSmall
The supplied buffer is too small. Supply a bigger buffer.
EError_UnableToAllocateMemory
Not enough memory for this allocation.
EError_UnableToAccessImageMemory
Unable to access image memory - Load or size image
EError_RoiTooLarge
ROI too large - Fit ROI to image
EError_NotAValidImage
Not a valid image - Check image contents
EError_ImagesNotSameSize
Images not of the same size - Adjust image size(s)
EError_ImagesNotSameBitsPerPixel
Images not of the same depth (bits per pixel) - Choose compatible types
EError_SourceImageTooSmall
Origin image too small - Use a larger image
EError_PixelsMustHaveFiniteSize
Pixels must have finite size - Use non-zero parameters
EError_ConstantIsNull
Constant is NULL - Use non-zero value
EError_PixelNullEncountered
NULL pixel encountered - Avoid division by zero
EError_ImagesMayNotOverlap
Images cannot overlap - Use distinct images
EError_RoiOutOfImageLimits
ROI out of the top parent limits - Resize to fit in image
EError_RoiAlreadyHasAParent
ROI already has a parent - Detach ROI first
EError_RoiHasNoParentImage
There is no image ancestor for this ROI - Attach the ROI or one of its ancestor to an image
EError_CannotApplyToAnImage
Cannot apply to an image - Apply to a ROI instead
EError_UnsupportedImageType
Unsupported image type - Check type compatibility
EError_InvalidImageType
Invalid image type - Check type compatibility
EError_UnsupportedXserverDepth
Unsupported X server depth
EError_InconsistentRoiHierarchy
The hierarchy of ROI has been corrupted (inconsistent parent/daughters relationship)
EError_SourceImageTooBig
Original image too big - Use a smaller image
EError_BW1RoiNotAligned
First bit index of an aligned ROI must be 0 - Use an aligned ROI
EError_WrongRoiType
Wrong ROI or image type
EError_CyclingParenthoodNotAllowed
Cycling Parenthood not allowed
EError_WrongBitsPerRow
Bits per row must be a multiple of 32 (4 bytes) and must be enough to hold all the pixels of an image row.
EError_MisalignedImagePtr
The supplied image pointer must be aligned to 4 bytes.
EError_UnsupportedImageTypeConversion
Unsupported image type conversion
EError_ImageFromFileDoesNotFitIntoROI
The ROI is not the same size as the image file. When loading an image from a file into a ROI, the ROI must have the exact required size. On the other, when loading into an image object, it gets resized to the correct size.
EError_PixelCoordinatesOutOfROI
The specified coordinate is outside the ROI/Image
EError_ROIFromFileDoesNotFitIntoROI
The ROI is not the same size as the ROI previsously saved. ROIs directly linked to an pixel container must have the same size as the container and have a (0, 0) origin.
EError_PixelOutsidePerimeter
Pixel outside perimeter - Check pixel value
EError_PixelInsidePerimeter
Pixel inside perimeter - Check pixel value
EError_IsolatedPixel
Isolated pixel - Check pixel value
EError_MaxPixelInContourReached
Maximum pixels in contour reached
EError_NotAValidContour
Not a valid contour - Initialize using a contouring function
EError_UnableToAccessVectorMemory
Unable to access vector memory - Check proper vector initialization
EError_NotAValidVectorDescriptor
Not a valid vector descriptor
EError_VectorTypeIsNotHist
Vector type is not histogram
EError_NotEnoughGroupsInVector
Not enough groups in vector
EError_InvalidVectorDataSize
Invalid vector data size
EError_InvalidVectorDataType
Invalid vector data type
EError_InvalidVectorType
Invalid vector type
EError_ResultTooBigToFitInVector
Result too big to fit in vector
EError_GroupOutOfRange
Group out of range - Adjust group index
EError_InvalidVectorGroupLength
Invalid vector group length
EError_InvalidNumberOfVectorElements
Invalid number of vector elements - Check proper vector initialization
EError_VectorsNotSameSize
Vectors not of the same size - Adjust vector size(s)
EError_UnableToAccessKernelMemory
Unable to access kernel memory - Check proper kernel initialization
EError_NotAValidKernelDescriptor
Not a valid kernel descriptor
EError_InvalidKernel
Invalid kernel
EError_KernelInvalidSize
Invalid kernel size - Check proper kernel initialization
EError_KernelNotAllocated
Kernel not allocated - Check proper kernel initialization
EError_BadListPosition
Bad list position - Restart list traversal
EError_ListIsEmpty
List is empty
EError_TopOfList
Top of list - Do not traverse backwards
EError_BotOfList
Bottom of list - Do not traverse forwards
EError_ListError
List error
EError_LicenseMissing
The license for this library is not granted - Launch License Manager
EError_EasyImageLicenseMissing
The license for EasyImage is not granted - Launch License Manager
EError_EasyColorLicenseMissing
The license for EasyColor is not granted - Launch License Manager
EError_EasyObjectLicenseMissing
The license for EasyObject is not granted - Launch License Manager
EError_EasyMatchLicenseMissing
The license for EasyMatch is not granted - Launch License Manager
EError_EasyGaugeLicenseMissing
The license for EasyGauge is not granted - Launch License Manager
EError_EasyFindLicenseMissing
The license for EasyFind is not granted - Launch License Manager
EError_EasyOcrLicenseMissing
The license for EasyOCR is not granted - Launch License Manager
EError_EasyOcvLicenseMissing
The license for EasyOCV is not granted - Launch License Manager
EError_EasyBarCodeLicenseMissing
The license for EasyBarCode is not granted - Launch License Manager
EError_EasyMatrixCodeLicenseMissing
The license for EasyMatrixCode is not granted - Launch License Manager
EError_EasyMatchAlignementModeLicenseMissing
The license for EasyMatch Alignment mode is not granted - Launch License Manager
EError_EvisionStudioLicenseMissing
The license for eVison Studio is not granted - Launch License Manager
EError_InvalidDongleIndex
The index do not match any available dongle
EError_CannotWriteOEMKey
The OEM key cannot be set
EError_WarpImagesTooSmall
Warp images too small - Increase image size
EError_UnsupportedImageSize
Unknown error code
EError_UnknownFeature
Unknown feature - Check parameters
EError_InvalidSelectionArgument
Invalid selection argument - Check parameters
EError_SortListTooLong
Sort list too long
EError_NotAValidOperationCode
Not a valid operation code
EError_TooManyObjectsDetected
Too many objects detected - Increase MaxObjects
EError_InvalidFeature
Invalid feature - Check parameters
EError_FeatureNotCalculated
Feature not calculated - Call AnalyseObjects method
EError_BadObjectNumber
Bad object number - Check parameters
EError_NoObjectSelected
No object selected - Blob list is empty
EError_LowThresholdHigherThanHighThreshold
Low threshold higher than high threshold - Adjust thresholds
EError_InvalidThresholdMode
Invalid threshold mode - Use appropriate threshold setting method
EError_NoImageAttached
No image attached to the selection - Use Attach()
EError_OutOfContinuousMode
Invalid call out of continuous mode
EError_InvalidImageTypeForSegmenter
The current segmenter can not cope with this type of image
EError_LayersOverlapping
Two different layers are associated with the same layer index
EError_EndOfIterator
The iterator has reached the end of the enumeration
EError_NoThresholdComputedYet
The threshold valued has not been computed yet - First encode an image
EError_FeatureNotDrawable
This kind of feature cannot be drawn
EError_OnlyApplicableToObjectSelection
This kind of feature cannot be used out of EObjectSelection
EError_MoreThanOneLayerEncoded
Please specify the layer index (several layers are encoded)
EError_CodedElementNotSelected
The coded element is not present in the selection
EError_NoPatternLearnt
No pattern learnt - Load from file or train pattern
EError_PatternTooLarge
Pattern too large - Use a smaller one
EError_PatternTooSmall
Pattern too small - Use a larger one
EError_NotAnEasyMatchFile
Not an EasyMatch file - Check file source
EError_UnsupportedEasyMatchFileVersion
Unsupported EasyMatch file version - Upgrade to a newer release
EError_NoImageLearnt
No image learnt - Call LearnImage() first
EError_WrongNumberOfDegreesOfFreedom
The number of degrees of freedom must be at least one, and no more than five - Use a value in this range
EError_InsufficientContrast
Not enough feature points - Use a more contrasted pattern or reduce the Don't Care mask
EError_PatternTooCloseToImageBorder
Pattern is too close to image border - Leave a margin around the pattern
EError_IncompatibleModes
Incompatible modes (CoarseToFineAnalysisMode and PatternType)
EError_AllowancesAndPatterntypeNotCompatible
Angle and Scale allowances can not be used with the current pattern type
EError_ModelNotSuitedForContrastingregions
The model is unsuitable for ContrastingRegions pattern type - Try an other pattern type or increase surface of region(s)
EError_ModelNotSuitedForConsistentedges
The model is unsuitable for ConsistentEdges pattern type - Try another pattern type or increase the model surface
EError_NoPatternsLoaded
No patterns loaded - Load font file or train
EError_NoPatternsInTheseClasses
No patterns in these classes - Check pattern and text class assignments
EError_CharacterTooSmall
Character too small - Enlarge to font size
EError_CharacterCodeTooBig8
Character code too big to fit in a string, use ReadTextWide instead
EError_CharacterCodeTooBig16
Character code too big to fit in a wide string, use GetFirstCharCode instead
EError_InvalidTextStructure
Text parameter doesn't fit the text topology
EError_InvalidFontFile
The specified font file couldn't be loaded
EError_InvalidTopology
The specified topology is invalid
EError_InvalidEOCR2File
The file-type and structure could not be verified
EError_EOCR2InvalidCharWidth
Character widths must be larger than 0
EError_EOCR2InvalidCharWidthTolerance
Character width tolerance must be between 0 and 1
EError_EOCR2InvalidCharHeight
Character height must be larger than 0
EError_EOCR2InvalidMaxVariation
The 'maximum variation' parameter must be between 0 and 1.
EError_EOCR2InvalidDetectionDelta
The 'detection delta' parameter must be between 0 and 128.
EError_EOCR2InvalidMaxFragmentation
The 'maximum fragmentation' parameter must be between 0 and 1.
EError_EOCR2InvalidSpaceWidth
Space widths must be larger than or equal to 0.
EError_EOCR2InvalidNumDetectionPasses
NumDetectionPasses must be either 1 or 2.
EError_EOCR2CharCodeNotSet
Character code not set
EError_EOCR2CharHeightNotSet
Character height not set
EError_EOCR2CharWidthNotSet
Character width not set
EError_EOCR2TopologyNotSet
Topology not set
EError_EOCR2DetectionFailed
The given topology and parameters could not be fitted to the detected blobs.
EError_MismatchingColorSystem
Mismatching color system - Check transform compatibility
EError_ColorLookupMustBeInitialized
Color lookup must be initialized - Use initialization method
EError_UnsupportedColorTransform
Unsupported color transform
EError_UnknownSymbolSize
Unknown symbol size - Check size initialization
EError_UnknownEccFamily
Unknown ECC family (ECC 000/050/080/100/140/200 only)
EError_UncorrectableErrors
Too many errors, cannot correct contents - See Reference
EError_CouldNotLocateSymbol
Could not locate the dot matrix symbol (no good candidate object) - See Reference
EError_UnknownFormatId
Unknown Format ID in ECC 000-140 symbol (Base 11/27/41/37 and ASCII 7/8 only) - See Reference
EError_InvalidCrc
Invalid CRC after error correction in ECC 000-140 symbol - See Reference
EError_CouldNotDecodeSymbol
Could not decode symbol - Try to improve image quality
EError_CouldNotGrade
Could not grade symbol - Quiet zone out of bounds
EError_CouldNotLocateBarcode
Could not locate bar code symbol - Improve contrast, avoid clutter
EError_UnrecognizedSignature
Unrecognized signature - Check enabled symbologies
EError_InvalidNumberOfBars
Invalid number of bars - Improve bar/space contrast
EError_ExtraEdgesFound
Extra edges found - Improve bar/space contrast or uniformity
EError_IncoherentBarSpaceThickness
Incoherent bar/space thickness sequence - Check enabled symbologies
EError_InvalidCheckCharacter
Invalid checksum character - Check enabled symbologies
EError_SymbologyNotEnabled
Symbology not enabled - Invoke method SetSymbologies()
EError_NoEdgesFound
No edges found - Adjust location or improve bar/space contrast
EError_InvalidEMailBarcodeReaderFile
The file-type and structure could not be verified
EError_NotAnEasyOcvFile
Not an EasyOCV file - Check file source
EError_UnsupportedEasyOcvFileVersion
Unsupported EasyOCV file version - Upgrade Open eVision
EError_NotEnoughSampleImages
Not enough sample images - Use AddToStatistics
EError_NotAnEcheckerFile
Not an EChecker file - Check file source
EError_UnsupportedEcheckerFileVersion
Unsupported EChecker file version - Upgrade Open eVision
EError_NotEnoughSamplesLearnt
Not enough samples learnt - Use UpdateStatistics
EError_InvalidNormalizationMode
Invalid normalization mode - Check SetNormalize call
EError_ImageNotRegistered
Image not registered - Use method Register before Learn
EError_InvalidLearningSequence
Invalid learning sequence - Use AVERAGE followed by ABS_DEVIATION, or RMS_DEVIATION, then READY
EError_E_ERROR_CONTRAST_TOO_LOW
Image contrast is too low
EError_MotherAlreadyHasThisDaughter
Mother already has this daughter - Detach daughter first
EError_ShapeAlreadyHasDaughters
Shape already has daughters - Detach daughters first
EError_NoValidPointFound
No valid point found in the transition computation.
EError_NotInListAttachmentMode
Not in list attachment mode - Detach daughters first
EError_NotInIndexedAttachmentMode
Not in indexed attachment mode - Detach daughters and call SetIndexed first
EError_UnsupportedShapeVersion
Unsupported shape version - Upgrade Open eVision
EError_RawCalibrationMode
Raw calibration mode - Cannot be used for this operation
EError_BadLandmarkLayout
The layout of supplied landmarks makes the calibration impossible - Check landmarks positions
EError_IncompatibleCalibrationModes
Incompatible calibration modes - Check calibration mode categories
EError_NotEnoughLandmarks
Not enough landmarks to calibrate - Add landmarks or check calibration mode categories
EError_UnexpectedShapeTypeInFile
Unexpected shape type in file - Check target shape against file model root
EError_UnsupportedModelFileVersion
Unsupported model file version - Upgrade Open eVision
EError_CannotAttachDetachWorldShapes
Cannot Attach or Detach World shape - World shapes never have a mother
EError_UnexpectedWorldShapeInFile
Unexpected World Shape in file - Check target shape against file model root
EError_UnexpectedFrameShapeInFile
Unexpected Frame Shape in file - Check target shape against file model root
EError_UnexpectedPointShapeInFile
Unexpected Point Shape in file - Check target shape against file model root
EError_UnexpectedLineShapeInFile
Unexpected Line Shape in file - Check target shape against file model root
EError_UnexpectedCircleShapeInFile
Unexpected Circle Shape in file - Check target shape against file model root
EError_UnexpectedRectangleShapeInFile
Unexpected Rectangle Shape in file - Check target shape against file model root
EError_UnexpectedWedgeShapeInFile
Unexpected Wedge Shape in file - Check target shape against file model root
EError_UnexpectedPointGaugeInFile
Unexpected Point Gauge in file - Check target shape against file model root
EError_UnexpectedLineGaugeInFile
Unexpected Line Gauge in file - Check target shape against file model root
EError_UnexpectedCircleGaugeInFile
Unexpected Circle Gauge in file - Check target shape against file model root
EError_UnexpectedRectangleGaugeInFile
Unexpected Rectangle Gauge in file - Check target shape against file model root
EError_UnexpectedWedgeGaugeInFile
Unexpected Wedge Gauge in file - Check target shape against file model root
EError_UnexpectedBarCodeInFile
Unexpected Bar Code model in file - Check target shape against file model root
EError_AnActiveCurvedEdgeIsRequired
At least one curved edge must be active - Activate r and/or R edges
EError_BrokenWedgeShapeConstraints
Constraints between the geometric and the tolerance of the wedge are broken
EError_CalibrationModelNotDefined
A 3D calibration model is required to perform the conversion
EError_InvalidE3DModelFile
The file-type and structure could not be verified
EError_EmptyPointCloud
The point cloud should not be empty
EError_WrongOrientationVector
The supplied orientation vector is not correct
EError_InvalidE3DCalibrationGeneratorFile
The file-type and structure could not be verified
EError_CalibrationModelNotInitialized
A 3D calibration model is not Initialized
EError_InvalidE3DConverterFile
The file-type and structure of the E3D converter file could not be verified
EError_InvalidE3DCalibrationFile
The file-type and structure of the E3D calibration file could not be verified
EError_UnknownCalibrationObjectType
The calibration object type is not set
EError_ResultOutOfTolerances
Result out of tolerances
EError_MalformedTriangleIndexes
The triangle indexes are not correct in E3DObject
EError_FitFailed
The 3D fit operation failed
EError_ParamNotSet
Trying to get a parameter value that has not been set
EError_UndefinedPixelValue
The pixel has undefined value
EError_FindFailed
The 3D find operation failed
EError_AlignFailed
The 3D align operation failed
EError_WrongCalibrationParameters
Wrong calibration parameters
EError_WrongNormalVector
Wrong normal vector
EError_WrongNormalTolerance
Wrong normal vector
EError_FlexnetHandleInitializationFailed
Licensing handle initialization failed
EError_FlexnetLoadingActivationLibraryFailed
Loading of the activation library failed
EError_FlexnetInitializationActivationLibraryFailed
Initialization of activation library failed
EError_FlexnetActivationLibraryMismatch
Activation library mismatch
EError_FlexnetActivationLibraryUnloaded
Activation library component has been unloaded
EError_FlexnetLicensingServiceNotInstalled
The licensing service is not installed
EError_FlexnetNotEnoughRights
Not enough rights to talk to service
EError_FlexnetLicenseJobCreationFailed
License job creation failed
EError_FLEXnetLicensePromptForFileFailed
Unable to disable license finder dialog
EError_PixelHandling
Internal error during image processing
EError_EmptyMorphologicalKernel
Use of a morphological kernel without any element set
EError_MatrixOperation
Internal error during matrix processing
EError_NonSquareMatrix
The operation is only valid for square matrices
EError_IncompatibleMatrixSizes
The sizes of the matrix are incompatible for the operation
EError_UnderdeterminedMatrix
Unsupported operation: The matrix has less rows than columns
EError_OverdeterminedMatrix
Unsupported operation: The matrix has more rows than columns
EError_PointAtInfinity
Unable to apply this operation to points at infinity
EError_NotEnoughCalibrationPoints
Not enough points for the calibration process to succeed
EError_LineAtInfinity
Unable to apply this operation to lines at infinity
EError_UndeterminedGeometricEntity
Undetermined geometric entity in projective geometry
EError_NotANumber
Not a number
EError_InternalError_000
Internal error 0
EError_InternalError_001
Internal error 1
EError_InternalError_002
Internal error 2
EError_InternalError_003
Internal error 3
EError_InternalError_004
Internal error 4
EError_InternalError_005
Internal error 5
EError_InternalError_006
Internal error 6
EError_InternalError_007
Internal error 7
EError_InternalError_008
Internal error 8
EError_InternalError_009
Internal error 9
EError_InternalError_010
Internal error 10
EError_InternalError_011
Internal error 11
EError_InternalError_012
Internal error 12
EError_InternalError_013
Internal error 13
EError_InternalError_014
Internal error 14
EError_InternalError_015
Internal error 15
EError_InternalError_016
Internal error 16
EError_InternalError_017
Internal error 17
EError_InternalError_018
Internal error 18
EError_InternalError_019
Internal error 19
EError_InternalError_020
Internal error 20
EError_InternalError_021
Internal error 21
EError_InternalError_022
Internal error 22
EError_InternalError_023
Internal error 23
EError_InternalError_024
Internal error 24
EError_InternalError_025
Internal error 25
EError_InternalError_026
Internal error 26
EError_InternalError_027
Internal error 27
EError_InternalError_028
Internal error 28
EError_InternalError_029
Internal error 29
EError_InternalError_030
Internal error 30
EError_InternalError_031
Internal error 31
EError_InternalError_032
Internal error 32
EError_InternalError_033
Internal error 33
EError_InternalError_034
Internal error 34
EError_InternalError_035
Internal error 35
EError_InternalError_036
Internal error 36
EError_InternalError_037
Internal error 37
EError_InternalError_038
Internal error 38
EError_InternalError_039
Internal error 39
EError_InternalError_040
Internal error 40
EError_InternalError_041
Internal error 41
EError_InternalError_042
Internal error 42
EError_InternalError_043
Internal error 43
EError_InternalError_044
Internal error 44
EError_InternalError_045
Internal error 45
EError_InternalError_046
Internal error 46
EError_InternalError_047
Internal error 47
EError_InternalError_048
Internal error 48
EError_InternalError_049
Internal error 49
EError_InternalError_050
Internal error 50
EError_InternalError_051
Internal error 51
EError_InternalError_052
Internal error 52
EError_InternalError_053
Internal error 53
EError_InternalError_054
Internal error 54
EError_InternalError_055
Internal error 55
EError_InternalError_056
Internal error 56
EError_InternalError_057
Internal error 57
EError_InternalError_058
Internal error 58
EError_InternalError_059
Internal error 59
EError_InternalError_060
Internal error 60
EError_InternalError_061
Internal error 61
EError_InternalError_062
Internal error 62
EError_InternalError_063
Internal error 63
EError_InternalError_064
Internal error 64
EError_InternalError_065
Internal error 65
EError_InternalError_066
Internal error 66
EError_InternalError_067
Internal error 67
EError_InternalError_068
Internal error 68
EError_InternalError_069
Internal error 69
EError_InternalError_070
Internal error 70
EError_InternalError_071
Internal error 71
EError_InternalError_072
Internal error 72
EError_InternalError_073
Internal error 73
EError_InternalError_074
Internal error 74
EError_InternalError_075
Internal error 75
EError_InternalError_076
Internal error 76
EError_InternalError_077
Internal error 77
EError_InternalError_078
Internal error 78
EError_InternalError_079
Internal error 79
EError_InternalError_080
Internal error 80
EError_InternalError_081
Internal error 81
EError_InternalError_082
Internal error 82
EError_InternalError_083
Internal error 83
EError_InternalError_084
Internal error 84
EError_InternalError_085
Internal error 85
EError_InternalError_086
Internal error 86
EError_InternalError_087
Internal error 87
EError_InternalError_088
Internal error 88
EError_InternalError_089
Internal error 89
EError_InternalError_090
Internal error 90
EError_InternalError_091
Internal error 91
EError_InternalError_092
Internal error 92
EError_InternalError_093
Internal error 93
EError_InternalError_094
Internal error 94
EError_InternalError_095
Internal error 95
EError_InternalError_096
Internal error 96
EError_InternalError_097
Internal error 97
EError_InternalError_098
Internal error 98
EError_InternalError_099
Internal error 99
EError_InternalError_100
Internal error 100
EError_CannotTraceErrors
Cannot trace errors because of a system failure
EError_NotImplemented
Feature not implemented
EError_NullPointer
The supplied pointer is NULL
EError_InvalidTimeout
The current timeout value is 0
EError_InvalidTimeoutReentrancy
Cannot Stop a timeout that has not been started. Cannot Pop a timeout that has not been pushed
EError_InvalidTimeoutState
Cannot Start a timeout that has been reached Cannot Pop a timeout that is Active
EError_Unknown
Unknown error

EError Enum

Possible Open eVision error codes.

Namespace: Euresys::Open_eVision_2_4

EError_Ok
Success
EError_EndOfImageSequence
End of image sequence
EError_UserDialogFailed
User dialog failed
EError_ImageLimitsReached
Image limits reached
EError_InvalidAsciiPadding
Invalid ASCII padding
EError_InvalidOperation
Invalid operation - See Reference
EError_InvalidBitsPerPixel
Invalid depth (bits per pixel) - Check type compatibility
EError_InvalidDataType
Invalid data type - Check type compatibility
EError_InvalidDataSize
Invalid data size - Check type compatibility
EError_ParametersOutOfRange
Parameters out of range - See Reference
EError_InvalidMode
Invalid mode - See Reference
EError_EndSmallerThanStart
End smaller than start - Adjust indices
EError_Parameter1OutOfRange
Parameter 1 out of range - See Reference
EError_Parameter2OutOfRange
Parameter 2 out of range - See Reference
EError_Parameter3OutOfRange
Parameter 3 out of range - See Reference
EError_Parameter4OutOfRange
Parameter 4 out of range - See Reference
EError_Parameter5OutOfRange
Parameter 5 out of range - See Reference
EError_Parameter6OutOfRange
Parameter 6 out of range - See Reference
EError_Parameter7OutOfRange
Parameter 7 out of range - See Reference
EError_Parameter8OutOfRange
Parameter 8 out of range - See Reference
EError_WindowsError
Out of GDI handles
EError_InvalidPlanesPerPixel
Invalid planes per pixel - Check image type or file contents
EError_BW1ImageExpected
1 bit black & white (BW1) image expected - Check image type or file contents
EError_BW8ImageExpected
8 bits black & white (BW8) image expected - Check image type or file contents
EError_BW16ImageExpected
16 bits black & white (BW16) image expected - Check image type or file contents
EError_BW32ImageExpected
32 bits black & white (BW32) image expected - Check image type or file contents
EError_TemplateCallNeedsSpecialization
Template call needs specialization
EError_CannotCreateMutex
Cannot create Mutex
EError_CannotLockMutex
Cannot lock Mutex
EError_CannotUnlockMutex
Cannot unlock Mutex
EError_CannotDeleteMutex
Cannot delete Mutex
EError_TimeoutReached
Timeout reached
EError_FunctionNotFound
Function not found
EError_CopyNotAllowed
Copy not allowed
EError_SingularMatrix
Internal error (code: 1050)
EError_DivisionByZero
Division by zero - Check parameters
EError_ReadonlyProperty
This property is read-only and cannot be accessed
EError_UndefinedProperty
This property is undefined and cannot be accessed
EError_ItemNotFound
The data structure does not contain the specified item
EError_NextItemNotFound
The specified item has no next sibling
EError_FileAccessProblems
File access problems - Check file pathname and device state
EError_FileCouldNotBeOpened
File could not be opened - Check file pathname, troubleshoot disk device
EError_FilwhileReading
File error while reading - Check file integrity, troubleshoot disk device
EError_FilwhileWriting
File error while writing - Check free disk space, troubleshoot disk device
EError_BadFileFormat
Bad file format - Check file source or contents
EError_FileCouldNotBeClosed
File could not be closed - Check free disk space, troubleshoot disk device
EError_UnsupportedFileFormatVersion
Unsupported file format version - Upgrade to newer release
EError_MissingOrUnsupportedFileExtension
Missing or unsupported file extension - Check file name/format match
EError_FileIsReadOnly
File is read-only - Set to read-write or save under another name
EError_UnsupportedObjectTypeInArchive
The archive does not contain the correct object type - Check your archiving routines
EError_UnknownArchiveError
An unexpected error occurred during archive access
EError_SerializerShouldBeInReadMode
Attempting to read with a serializer not open for read access
EError_SerializerShouldBeInWriteMode
Attempting to write with a serializer not open for write access
EError_FileExists
Attempting to overwrite an existing file while not allowed to do so
EError_SerializerNotOpen
Attempting to use a serializer that is not correctly opened
EError_UnrecognizedFileFormat
Unrecognized File Format
EError_WrongColorFormatFileFormatCombination
Wrong Color Format File Format Combination
EError_FileDoesNotExist
Attempting to open a file which doesn't exist
EError_ObjectTooLargeToBeSerialized
Object is too large to be serialized
EError_UnsupportedFileFormat
Unsupported File Format
EError_UnsupportedTiffFormat
Unsupported TIFF format - Convert TIFF file
EError_UnsupportedBmpFormat
Unsupported BMP format - Convert BMP file
EError_UnsupportedJpegFormat
Unsupported JPEG format - Convert JPEG file
EError_BilevelImageExpected
Bi-level image expected - Use BW1
EError_GrayLevelImageExpected
Gray-level image expected - Use BW8
EError_ColorImageExpected
Color image expected - Use C24
EError_BilevelFormatExpected
Bi-level format expected - Convert file to black & white
EError_GrayLevelFormatExpected
Gray-level format expected - Convert file to gray shades
EError_ColorFormatExpected
Color format expected - Convert file to true color
EError_CannotReadJpegFile
Cannot read JPEG file - Troubleshoot disk device
EError_CannotWriteJpegFile
Cannot write JPEG file - Troubleshoot disk device
EError_WrongFileExtension
Wrong file extension
EError_UnableToAllocateTemporaryMemory
Unable to allocate temporary memory - Fix memory leaks or release memory
EError_BufferTooSmall
The supplied buffer is too small. Supply a bigger buffer.
EError_UnableToAllocateMemory
Not enough memory for this allocation.
EError_UnableToAccessImageMemory
Unable to access image memory - Load or size image
EError_RoiTooLarge
ROI too large - Fit ROI to image
EError_NotAValidImage
Not a valid image - Check image contents
EError_ImagesNotSameSize
Images not of the same size - Adjust image size(s)
EError_ImagesNotSameBitsPerPixel
Images not of the same depth (bits per pixel) - Choose compatible types
EError_SourceImageTooSmall
Origin image too small - Use a larger image
EError_PixelsMustHaveFiniteSize
Pixels must have finite size - Use non-zero parameters
EError_ConstantIsNull
Constant is NULL - Use non-zero value
EError_PixelNullEncountered
NULL pixel encountered - Avoid division by zero
EError_ImagesMayNotOverlap
Images cannot overlap - Use distinct images
EError_RoiOutOfImageLimits
ROI out of the top parent limits - Resize to fit in image
EError_RoiAlreadyHasAParent
ROI already has a parent - Detach ROI first
EError_RoiHasNoParentImage
There is no image ancestor for this ROI - Attach the ROI or one of its ancestor to an image
EError_CannotApplyToAnImage
Cannot apply to an image - Apply to a ROI instead
EError_UnsupportedImageType
Unsupported image type - Check type compatibility
EError_InvalidImageType
Invalid image type - Check type compatibility
EError_UnsupportedXserverDepth
Unsupported X server depth
EError_InconsistentRoiHierarchy
The hierarchy of ROI has been corrupted (inconsistent parent/daughters relationship)
EError_SourceImageTooBig
Original image too big - Use a smaller image
EError_BW1RoiNotAligned
First bit index of an aligned ROI must be 0 - Use an aligned ROI
EError_WrongRoiType
Wrong ROI or image type
EError_CyclingParenthoodNotAllowed
Cycling Parenthood not allowed
EError_WrongBitsPerRow
Bits per row must be a multiple of 32 (4 bytes) and must be enough to hold all the pixels of an image row.
EError_MisalignedImagePtr
The supplied image pointer must be aligned to 4 bytes.
EError_UnsupportedImageTypeConversion
Unsupported image type conversion
EError_ImageFromFileDoesNotFitIntoROI
The ROI is not the same size as the image file. When loading an image from a file into a ROI, the ROI must have the exact required size. On the other, when loading into an image object, it gets resized to the correct size.
EError_PixelCoordinatesOutOfROI
The specified coordinate is outside the ROI/Image
EError_ROIFromFileDoesNotFitIntoROI
The ROI is not the same size as the ROI previsously saved. ROIs directly linked to an pixel container must have the same size as the container and have a (0, 0) origin.
EError_PixelOutsidePerimeter
Pixel outside perimeter - Check pixel value
EError_PixelInsidePerimeter
Pixel inside perimeter - Check pixel value
EError_IsolatedPixel
Isolated pixel - Check pixel value
EError_MaxPixelInContourReached
Maximum pixels in contour reached
EError_NotAValidContour
Not a valid contour - Initialize using a contouring function
EError_UnableToAccessVectorMemory
Unable to access vector memory - Check proper vector initialization
EError_NotAValidVectorDescriptor
Not a valid vector descriptor
EError_VectorTypeIsNotHist
Vector type is not histogram
EError_NotEnoughGroupsInVector
Not enough groups in vector
EError_InvalidVectorDataSize
Invalid vector data size
EError_InvalidVectorDataType
Invalid vector data type
EError_InvalidVectorType
Invalid vector type
EError_ResultTooBigToFitInVector
Result too big to fit in vector
EError_GroupOutOfRange
Group out of range - Adjust group index
EError_InvalidVectorGroupLength
Invalid vector group length
EError_InvalidNumberOfVectorElements
Invalid number of vector elements - Check proper vector initialization
EError_VectorsNotSameSize
Vectors not of the same size - Adjust vector size(s)
EError_UnableToAccessKernelMemory
Unable to access kernel memory - Check proper kernel initialization
EError_NotAValidKernelDescriptor
Not a valid kernel descriptor
EError_InvalidKernel
Invalid kernel
EError_KernelInvalidSize
Invalid kernel size - Check proper kernel initialization
EError_KernelNotAllocated
Kernel not allocated - Check proper kernel initialization
EError_BadListPosition
Bad list position - Restart list traversal
EError_ListIsEmpty
List is empty
EError_TopOfList
Top of list - Do not traverse backwards
EError_BotOfList
Bottom of list - Do not traverse forwards
EError_ListError
List error
EError_LicenseMissing
The license for this library is not granted - Launch License Manager
EError_EasyImageLicenseMissing
The license for EasyImage is not granted - Launch License Manager
EError_EasyColorLicenseMissing
The license for EasyColor is not granted - Launch License Manager
EError_EasyObjectLicenseMissing
The license for EasyObject is not granted - Launch License Manager
EError_EasyMatchLicenseMissing
The license for EasyMatch is not granted - Launch License Manager
EError_EasyGaugeLicenseMissing
The license for EasyGauge is not granted - Launch License Manager
EError_EasyFindLicenseMissing
The license for EasyFind is not granted - Launch License Manager
EError_EasyOcrLicenseMissing
The license for EasyOCR is not granted - Launch License Manager
EError_EasyOcvLicenseMissing
The license for EasyOCV is not granted - Launch License Manager
EError_EasyBarCodeLicenseMissing
The license for EasyBarCode is not granted - Launch License Manager
EError_EasyMatrixCodeLicenseMissing
The license for EasyMatrixCode is not granted - Launch License Manager
EError_EasyMatchAlignementModeLicenseMissing
The license for EasyMatch Alignment mode is not granted - Launch License Manager
EError_EvisionStudioLicenseMissing
The license for eVison Studio is not granted - Launch License Manager
EError_InvalidDongleIndex
The index do not match any available dongle
EError_CannotWriteOEMKey
The OEM key cannot be set
EError_WarpImagesTooSmall
Warp images too small - Increase image size
EError_UnsupportedImageSize
Unknown error code
EError_UnknownFeature
Unknown feature - Check parameters
EError_InvalidSelectionArgument
Invalid selection argument - Check parameters
EError_SortListTooLong
Sort list too long
EError_NotAValidOperationCode
Not a valid operation code
EError_TooManyObjectsDetected
Too many objects detected - Increase MaxObjects
EError_InvalidFeature
Invalid feature - Check parameters
EError_FeatureNotCalculated
Feature not calculated - Call AnalyseObjects method
EError_BadObjectNumber
Bad object number - Check parameters
EError_NoObjectSelected
No object selected - Blob list is empty
EError_LowThresholdHigherThanHighThreshold
Low threshold higher than high threshold - Adjust thresholds
EError_InvalidThresholdMode
Invalid threshold mode - Use appropriate threshold setting method
EError_NoImageAttached
No image attached to the selection - Use Attach()
EError_OutOfContinuousMode
Invalid call out of continuous mode
EError_InvalidImageTypeForSegmenter
The current segmenter can not cope with this type of image
EError_LayersOverlapping
Two different layers are associated with the same layer index
EError_EndOfIterator
The iterator has reached the end of the enumeration
EError_NoThresholdComputedYet
The threshold valued has not been computed yet - First encode an image
EError_FeatureNotDrawable
This kind of feature cannot be drawn
EError_OnlyApplicableToObjectSelection
This kind of feature cannot be used out of EObjectSelection
EError_MoreThanOneLayerEncoded
Please specify the layer index (several layers are encoded)
EError_CodedElementNotSelected
The coded element is not present in the selection
EError_NoPatternLearnt
No pattern learnt - Load from file or train pattern
EError_PatternTooLarge
Pattern too large - Use a smaller one
EError_PatternTooSmall
Pattern too small - Use a larger one
EError_NotAnEasyMatchFile
Not an EasyMatch file - Check file source
EError_UnsupportedEasyMatchFileVersion
Unsupported EasyMatch file version - Upgrade to a newer release
EError_NoImageLearnt
No image learnt - Call LearnImage() first
EError_WrongNumberOfDegreesOfFreedom
The number of degrees of freedom must be at least one, and no more than five - Use a value in this range
EError_InsufficientContrast
Not enough feature points - Use a more contrasted pattern or reduce the Don't Care mask
EError_PatternTooCloseToImageBorder
Pattern is too close to image border - Leave a margin around the pattern
EError_IncompatibleModes
Incompatible modes (CoarseToFineAnalysisMode and PatternType)
EError_AllowancesAndPatterntypeNotCompatible
Angle and Scale allowances can not be used with the current pattern type
EError_ModelNotSuitedForContrastingregions
The model is unsuitable for ContrastingRegions pattern type - Try an other pattern type or increase surface of region(s)
EError_ModelNotSuitedForConsistentedges
The model is unsuitable for ConsistentEdges pattern type - Try another pattern type or increase the model surface
EError_NoPatternsLoaded
No patterns loaded - Load font file or train
EError_NoPatternsInTheseClasses
No patterns in these classes - Check pattern and text class assignments
EError_CharacterTooSmall
Character too small - Enlarge to font size
EError_CharacterCodeTooBig8
Character code too big to fit in a string, use ReadTextWide instead
EError_CharacterCodeTooBig16
Character code too big to fit in a wide string, use GetFirstCharCode instead
EError_InvalidTextStructure
Text parameter doesn't fit the text topology
EError_InvalidFontFile
The specified font file couldn't be loaded
EError_InvalidTopology
The specified topology is invalid
EError_InvalidEOCR2File
The file-type and structure could not be verified
EError_EOCR2InvalidCharWidth
Character widths must be larger than 0
EError_EOCR2InvalidCharWidthTolerance
Character width tolerance must be between 0 and 1
EError_EOCR2InvalidCharHeight
Character height must be larger than 0
EError_EOCR2InvalidMaxVariation
The 'maximum variation' parameter must be between 0 and 1.
EError_EOCR2InvalidDetectionDelta
The 'detection delta' parameter must be between 0 and 128.
EError_EOCR2InvalidMaxFragmentation
The 'maximum fragmentation' parameter must be between 0 and 1.
EError_EOCR2InvalidSpaceWidth
Space widths must be larger than or equal to 0.
EError_EOCR2InvalidNumDetectionPasses
NumDetectionPasses must be either 1 or 2.
EError_EOCR2CharCodeNotSet
Character code not set
EError_EOCR2CharHeightNotSet
Character height not set
EError_EOCR2CharWidthNotSet
Character width not set
EError_EOCR2TopologyNotSet
Topology not set
EError_EOCR2DetectionFailed
The given topology and parameters could not be fitted to the detected blobs.
EError_MismatchingColorSystem
Mismatching color system - Check transform compatibility
EError_ColorLookupMustBeInitialized
Color lookup must be initialized - Use initialization method
EError_UnsupportedColorTransform
Unsupported color transform
EError_UnknownSymbolSize
Unknown symbol size - Check size initialization
EError_UnknownEccFamily
Unknown ECC family (ECC 000/050/080/100/140/200 only)
EError_UncorrectableErrors
Too many errors, cannot correct contents - See Reference
EError_CouldNotLocateSymbol
Could not locate the dot matrix symbol (no good candidate object) - See Reference
EError_UnknownFormatId
Unknown Format ID in ECC 000-140 symbol (Base 11/27/41/37 and ASCII 7/8 only) - See Reference
EError_InvalidCrc
Invalid CRC after error correction in ECC 000-140 symbol - See Reference
EError_CouldNotDecodeSymbol
Could not decode symbol - Try to improve image quality
EError_CouldNotGrade
Could not grade symbol - Quiet zone out of bounds
EError_CouldNotLocateBarcode
Could not locate bar code symbol - Improve contrast, avoid clutter
EError_UnrecognizedSignature
Unrecognized signature - Check enabled symbologies
EError_InvalidNumberOfBars
Invalid number of bars - Improve bar/space contrast
EError_ExtraEdgesFound
Extra edges found - Improve bar/space contrast or uniformity
EError_IncoherentBarSpaceThickness
Incoherent bar/space thickness sequence - Check enabled symbologies
EError_InvalidCheckCharacter
Invalid checksum character - Check enabled symbologies
EError_SymbologyNotEnabled
Symbology not enabled - Invoke method SetSymbologies()
EError_NoEdgesFound
No edges found - Adjust location or improve bar/space contrast
EError_InvalidEMailBarcodeReaderFile
The file-type and structure could not be verified
EError_NotAnEasyOcvFile
Not an EasyOCV file - Check file source
EError_UnsupportedEasyOcvFileVersion
Unsupported EasyOCV file version - Upgrade Open eVision
EError_NotEnoughSampleImages
Not enough sample images - Use AddToStatistics
EError_NotAnEcheckerFile
Not an EChecker file - Check file source
EError_UnsupportedEcheckerFileVersion
Unsupported EChecker file version - Upgrade Open eVision
EError_NotEnoughSamplesLearnt
Not enough samples learnt - Use UpdateStatistics
EError_InvalidNormalizationMode
Invalid normalization mode - Check SetNormalize call
EError_ImageNotRegistered
Image not registered - Use method Register before Learn
EError_InvalidLearningSequence
Invalid learning sequence - Use AVERAGE followed by ABS_DEVIATION, or RMS_DEVIATION, then READY
EError_E_ERROR_CONTRAST_TOO_LOW
Image contrast is too low
EError_MotherAlreadyHasThisDaughter
Mother already has this daughter - Detach daughter first
EError_ShapeAlreadyHasDaughters
Shape already has daughters - Detach daughters first
EError_NoValidPointFound
No valid point found in the transition computation.
EError_NotInListAttachmentMode
Not in list attachment mode - Detach daughters first
EError_NotInIndexedAttachmentMode
Not in indexed attachment mode - Detach daughters and call SetIndexed first
EError_UnsupportedShapeVersion
Unsupported shape version - Upgrade Open eVision
EError_RawCalibrationMode
Raw calibration mode - Cannot be used for this operation
EError_BadLandmarkLayout
The layout of supplied landmarks makes the calibration impossible - Check landmarks positions
EError_IncompatibleCalibrationModes
Incompatible calibration modes - Check calibration mode categories
EError_NotEnoughLandmarks
Not enough landmarks to calibrate - Add landmarks or check calibration mode categories
EError_UnexpectedShapeTypeInFile
Unexpected shape type in file - Check target shape against file model root
EError_UnsupportedModelFileVersion
Unsupported model file version - Upgrade Open eVision
EError_CannotAttachDetachWorldShapes
Cannot Attach or Detach World shape - World shapes never have a mother
EError_UnexpectedWorldShapeInFile
Unexpected World Shape in file - Check target shape against file model root
EError_UnexpectedFrameShapeInFile
Unexpected Frame Shape in file - Check target shape against file model root
EError_UnexpectedPointShapeInFile
Unexpected Point Shape in file - Check target shape against file model root
EError_UnexpectedLineShapeInFile
Unexpected Line Shape in file - Check target shape against file model root
EError_UnexpectedCircleShapeInFile
Unexpected Circle Shape in file - Check target shape against file model root
EError_UnexpectedRectangleShapeInFile
Unexpected Rectangle Shape in file - Check target shape against file model root
EError_UnexpectedWedgeShapeInFile
Unexpected Wedge Shape in file - Check target shape against file model root
EError_UnexpectedPointGaugeInFile
Unexpected Point Gauge in file - Check target shape against file model root
EError_UnexpectedLineGaugeInFile
Unexpected Line Gauge in file - Check target shape against file model root
EError_UnexpectedCircleGaugeInFile
Unexpected Circle Gauge in file - Check target shape against file model root
EError_UnexpectedRectangleGaugeInFile
Unexpected Rectangle Gauge in file - Check target shape against file model root
EError_UnexpectedWedgeGaugeInFile
Unexpected Wedge Gauge in file - Check target shape against file model root
EError_UnexpectedBarCodeInFile
Unexpected Bar Code model in file - Check target shape against file model root
EError_AnActiveCurvedEdgeIsRequired
At least one curved edge must be active - Activate r and/or R edges
EError_BrokenWedgeShapeConstraints
Constraints between the geometric and the tolerance of the wedge are broken
EError_CalibrationModelNotDefined
A 3D calibration model is required to perform the conversion
EError_InvalidE3DModelFile
The file-type and structure could not be verified
EError_EmptyPointCloud
The point cloud should not be empty
EError_WrongOrientationVector
The supplied orientation vector is not correct
EError_InvalidE3DCalibrationGeneratorFile
The file-type and structure could not be verified
EError_CalibrationModelNotInitialized
A 3D calibration model is not Initialized
EError_InvalidE3DConverterFile
The file-type and structure of the E3D converter file could not be verified
EError_InvalidE3DCalibrationFile
The file-type and structure of the E3D calibration file could not be verified
EError_UnknownCalibrationObjectType
The calibration object type is not set
EError_ResultOutOfTolerances
Result out of tolerances
EError_MalformedTriangleIndexes
The triangle indexes are not correct in E3DObject
EError_FitFailed
The 3D fit operation failed
EError_ParamNotSet
Trying to get a parameter value that has not been set
EError_UndefinedPixelValue
The pixel has undefined value
EError_FindFailed
The 3D find operation failed
EError_AlignFailed
The 3D align operation failed
EError_WrongCalibrationParameters
Wrong calibration parameters
EError_WrongNormalVector
Wrong normal vector
EError_WrongNormalTolerance
Wrong normal vector
EError_FlexnetHandleInitializationFailed
Licensing handle initialization failed
EError_FlexnetLoadingActivationLibraryFailed
Loading of the activation library failed
EError_FlexnetInitializationActivationLibraryFailed
Initialization of activation library failed
EError_FlexnetActivationLibraryMismatch
Activation library mismatch
EError_FlexnetActivationLibraryUnloaded
Activation library component has been unloaded
EError_FlexnetLicensingServiceNotInstalled
The licensing service is not installed
EError_FlexnetNotEnoughRights
Not enough rights to talk to service
EError_FlexnetLicenseJobCreationFailed
License job creation failed
EError_FLEXnetLicensePromptForFileFailed
Unable to disable license finder dialog
EError_PixelHandling
Internal error during image processing
EError_EmptyMorphologicalKernel
Use of a morphological kernel without any element set
EError_MatrixOperation
Internal error during matrix processing
EError_NonSquareMatrix
The operation is only valid for square matrices
EError_IncompatibleMatrixSizes
The sizes of the matrix are incompatible for the operation
EError_UnderdeterminedMatrix
Unsupported operation: The matrix has less rows than columns
EError_OverdeterminedMatrix
Unsupported operation: The matrix has more rows than columns
EError_PointAtInfinity
Unable to apply this operation to points at infinity
EError_NotEnoughCalibrationPoints
Not enough points for the calibration process to succeed
EError_LineAtInfinity
Unable to apply this operation to lines at infinity
EError_UndeterminedGeometricEntity
Undetermined geometric entity in projective geometry
EError_NotANumber
Not a number
EError_InternalError_000
Internal error 0
EError_InternalError_001
Internal error 1
EError_InternalError_002
Internal error 2
EError_InternalError_003
Internal error 3
EError_InternalError_004
Internal error 4
EError_InternalError_005
Internal error 5
EError_InternalError_006
Internal error 6
EError_InternalError_007
Internal error 7
EError_InternalError_008
Internal error 8
EError_InternalError_009
Internal error 9
EError_InternalError_010
Internal error 10
EError_InternalError_011
Internal error 11
EError_InternalError_012
Internal error 12
EError_InternalError_013
Internal error 13
EError_InternalError_014
Internal error 14
EError_InternalError_015
Internal error 15
EError_InternalError_016
Internal error 16
EError_InternalError_017
Internal error 17
EError_InternalError_018
Internal error 18
EError_InternalError_019
Internal error 19
EError_InternalError_020
Internal error 20
EError_InternalError_021
Internal error 21
EError_InternalError_022
Internal error 22
EError_InternalError_023
Internal error 23
EError_InternalError_024
Internal error 24
EError_InternalError_025
Internal error 25
EError_InternalError_026
Internal error 26
EError_InternalError_027
Internal error 27
EError_InternalError_028
Internal error 28
EError_InternalError_029
Internal error 29
EError_InternalError_030
Internal error 30
EError_InternalError_031
Internal error 31
EError_InternalError_032
Internal error 32
EError_InternalError_033
Internal error 33
EError_InternalError_034
Internal error 34
EError_InternalError_035
Internal error 35
EError_InternalError_036
Internal error 36
EError_InternalError_037
Internal error 37
EError_InternalError_038
Internal error 38
EError_InternalError_039
Internal error 39
EError_InternalError_040
Internal error 40
EError_InternalError_041
Internal error 41
EError_InternalError_042
Internal error 42
EError_InternalError_043
Internal error 43
EError_InternalError_044
Internal error 44
EError_InternalError_045
Internal error 45
EError_InternalError_046
Internal error 46
EError_InternalError_047
Internal error 47
EError_InternalError_048
Internal error 48
EError_InternalError_049
Internal error 49
EError_InternalError_050
Internal error 50
EError_InternalError_051
Internal error 51
EError_InternalError_052
Internal error 52
EError_InternalError_053
Internal error 53
EError_InternalError_054
Internal error 54
EError_InternalError_055
Internal error 55
EError_InternalError_056
Internal error 56
EError_InternalError_057
Internal error 57
EError_InternalError_058
Internal error 58
EError_InternalError_059
Internal error 59
EError_InternalError_060
Internal error 60
EError_InternalError_061
Internal error 61
EError_InternalError_062
Internal error 62
EError_InternalError_063
Internal error 63
EError_InternalError_064
Internal error 64
EError_InternalError_065
Internal error 65
EError_InternalError_066
Internal error 66
EError_InternalError_067
Internal error 67
EError_InternalError_068
Internal error 68
EError_InternalError_069
Internal error 69
EError_InternalError_070
Internal error 70
EError_InternalError_071
Internal error 71
EError_InternalError_072
Internal error 72
EError_InternalError_073
Internal error 73
EError_InternalError_074
Internal error 74
EError_InternalError_075
Internal error 75
EError_InternalError_076
Internal error 76
EError_InternalError_077
Internal error 77
EError_InternalError_078
Internal error 78
EError_InternalError_079
Internal error 79
EError_InternalError_080
Internal error 80
EError_InternalError_081
Internal error 81
EError_InternalError_082
Internal error 82
EError_InternalError_083
Internal error 83
EError_InternalError_084
Internal error 84
EError_InternalError_085
Internal error 85
EError_InternalError_086
Internal error 86
EError_InternalError_087
Internal error 87
EError_InternalError_088
Internal error 88
EError_InternalError_089
Internal error 89
EError_InternalError_090
Internal error 90
EError_InternalError_091
Internal error 91
EError_InternalError_092
Internal error 92
EError_InternalError_093
Internal error 93
EError_InternalError_094
Internal error 94
EError_InternalError_095
Internal error 95
EError_InternalError_096
Internal error 96
EError_InternalError_097
Internal error 97
EError_InternalError_098
Internal error 98
EError_InternalError_099
Internal error 99
EError_InternalError_100
Internal error 100
EError_CannotTraceErrors
Cannot trace errors because of a system failure
EError_NotImplemented
Feature not implemented
EError_NullPointer
The supplied pointer is NULL
EError_InvalidTimeout
The current timeout value is 0
EError_InvalidTimeoutReentrancy
Cannot Stop a timeout that has not been started. Cannot Pop a timeout that has not been pushed
EError_InvalidTimeoutState
Cannot Start a timeout that has been reached Cannot Pop a timeout that is Active
EError_Unknown
Unknown error

EError Enum

Possible Open eVision error codes.

EError_Ok
Success
EError_EndOfImageSequence
End of image sequence
EError_UserDialogFailed
User dialog failed
EError_ImageLimitsReached
Image limits reached
EError_InvalidAsciiPadding
Invalid ASCII padding
EError_InvalidOperation
Invalid operation - See Reference
EError_InvalidBitsPerPixel
Invalid depth (bits per pixel) - Check type compatibility
EError_InvalidDataType
Invalid data type - Check type compatibility
EError_InvalidDataSize
Invalid data size - Check type compatibility
EError_ParametersOutOfRange
Parameters out of range - See Reference
EError_InvalidMode
Invalid mode - See Reference
EError_EndSmallerThanStart
End smaller than start - Adjust indices
EError_Parameter1OutOfRange
Parameter 1 out of range - See Reference
EError_Parameter2OutOfRange
Parameter 2 out of range - See Reference
EError_Parameter3OutOfRange
Parameter 3 out of range - See Reference
EError_Parameter4OutOfRange
Parameter 4 out of range - See Reference
EError_Parameter5OutOfRange
Parameter 5 out of range - See Reference
EError_Parameter6OutOfRange
Parameter 6 out of range - See Reference
EError_Parameter7OutOfRange
Parameter 7 out of range - See Reference
EError_Parameter8OutOfRange
Parameter 8 out of range - See Reference
EError_WindowsError
Out of GDI handles
EError_InvalidPlanesPerPixel
Invalid planes per pixel - Check image type or file contents
EError_BW1ImageExpected
1 bit black & white (BW1) image expected - Check image type or file contents
EError_BW8ImageExpected
8 bits black & white (BW8) image expected - Check image type or file contents
EError_BW16ImageExpected
16 bits black & white (BW16) image expected - Check image type or file contents
EError_BW32ImageExpected
32 bits black & white (BW32) image expected - Check image type or file contents
EError_TemplateCallNeedsSpecialization
Template call needs specialization
EError_CannotCreateMutex
Cannot create Mutex
EError_CannotLockMutex
Cannot lock Mutex
EError_CannotUnlockMutex
Cannot unlock Mutex
EError_CannotDeleteMutex
Cannot delete Mutex
EError_TimeoutReached
Timeout reached
EError_FunctionNotFound
Function not found
EError_CopyNotAllowed
Copy not allowed
EError_SingularMatrix
Internal error (code: 1050)
EError_DivisionByZero
Division by zero - Check parameters
EError_ReadonlyProperty
This property is read-only and cannot be accessed
EError_UndefinedProperty
This property is undefined and cannot be accessed
EError_ItemNotFound
The data structure does not contain the specified item
EError_NextItemNotFound
The specified item has no next sibling
EError_FileAccessProblems
File access problems - Check file pathname and device state
EError_FileCouldNotBeOpened
File could not be opened - Check file pathname, troubleshoot disk device
EError_FilwhileReading
File error while reading - Check file integrity, troubleshoot disk device
EError_FilwhileWriting
File error while writing - Check free disk space, troubleshoot disk device
EError_BadFileFormat
Bad file format - Check file source or contents
EError_FileCouldNotBeClosed
File could not be closed - Check free disk space, troubleshoot disk device
EError_UnsupportedFileFormatVersion
Unsupported file format version - Upgrade to newer release
EError_MissingOrUnsupportedFileExtension
Missing or unsupported file extension - Check file name/format match
EError_FileIsReadOnly
File is read-only - Set to read-write or save under another name
EError_UnsupportedObjectTypeInArchive
The archive does not contain the correct object type - Check your archiving routines
EError_UnknownArchiveError
An unexpected error occurred during archive access
EError_SerializerShouldBeInReadMode
Attempting to read with a serializer not open for read access
EError_SerializerShouldBeInWriteMode
Attempting to write with a serializer not open for write access
EError_FileExists
Attempting to overwrite an existing file while not allowed to do so
EError_SerializerNotOpen
Attempting to use a serializer that is not correctly opened
EError_UnrecognizedFileFormat
Unrecognized File Format
EError_WrongColorFormatFileFormatCombination
Wrong Color Format File Format Combination
EError_FileDoesNotExist
Attempting to open a file which doesn't exist
EError_ObjectTooLargeToBeSerialized
Object is too large to be serialized
EError_UnsupportedFileFormat
Unsupported File Format
EError_UnsupportedTiffFormat
Unsupported TIFF format - Convert TIFF file
EError_UnsupportedBmpFormat
Unsupported BMP format - Convert BMP file
EError_UnsupportedJpegFormat
Unsupported JPEG format - Convert JPEG file
EError_BilevelImageExpected
Bi-level image expected - Use BW1
EError_GrayLevelImageExpected
Gray-level image expected - Use BW8
EError_ColorImageExpected
Color image expected - Use C24
EError_BilevelFormatExpected
Bi-level format expected - Convert file to black & white
EError_GrayLevelFormatExpected
Gray-level format expected - Convert file to gray shades
EError_ColorFormatExpected
Color format expected - Convert file to true color
EError_CannotReadJpegFile
Cannot read JPEG file - Troubleshoot disk device
EError_CannotWriteJpegFile
Cannot write JPEG file - Troubleshoot disk device
EError_WrongFileExtension
Wrong file extension
EError_UnableToAllocateTemporaryMemory
Unable to allocate temporary memory - Fix memory leaks or release memory
EError_BufferTooSmall
The supplied buffer is too small. Supply a bigger buffer.
EError_UnableToAllocateMemory
Not enough memory for this allocation.
EError_UnableToAccessImageMemory
Unable to access image memory - Load or size image
EError_RoiTooLarge
ROI too large - Fit ROI to image
EError_NotAValidImage
Not a valid image - Check image contents
EError_ImagesNotSameSize
Images not of the same size - Adjust image size(s)
EError_ImagesNotSameBitsPerPixel
Images not of the same depth (bits per pixel) - Choose compatible types
EError_SourceImageTooSmall
Origin image too small - Use a larger image
EError_PixelsMustHaveFiniteSize
Pixels must have finite size - Use non-zero parameters
EError_ConstantIsNull
Constant is NULL - Use non-zero value
EError_PixelNullEncountered
NULL pixel encountered - Avoid division by zero
EError_ImagesMayNotOverlap
Images cannot overlap - Use distinct images
EError_RoiOutOfImageLimits
ROI out of the top parent limits - Resize to fit in image
EError_RoiAlreadyHasAParent
ROI already has a parent - Detach ROI first
EError_RoiHasNoParentImage
There is no image ancestor for this ROI - Attach the ROI or one of its ancestor to an image
EError_CannotApplyToAnImage
Cannot apply to an image - Apply to a ROI instead
EError_UnsupportedImageType
Unsupported image type - Check type compatibility
EError_InvalidImageType
Invalid image type - Check type compatibility
EError_UnsupportedXserverDepth
Unsupported X server depth
EError_InconsistentRoiHierarchy
The hierarchy of ROI has been corrupted (inconsistent parent/daughters relationship)
EError_SourceImageTooBig
Original image too big - Use a smaller image
EError_BW1RoiNotAligned
First bit index of an aligned ROI must be 0 - Use an aligned ROI
EError_WrongRoiType
Wrong ROI or image type
EError_CyclingParenthoodNotAllowed
Cycling Parenthood not allowed
EError_WrongBitsPerRow
Bits per row must be a multiple of 32 (4 bytes) and must be enough to hold all the pixels of an image row.
EError_MisalignedImagePtr
The supplied image pointer must be aligned to 4 bytes.
EError_UnsupportedImageTypeConversion
Unsupported image type conversion
EError_ImageFromFileDoesNotFitIntoROI
The ROI is not the same size as the image file. When loading an image from a file into a ROI, the ROI must have the exact required size. On the other, when loading into an image object, it gets resized to the correct size.
EError_PixelCoordinatesOutOfROI
The specified coordinate is outside the ROI/Image
EError_ROIFromFileDoesNotFitIntoROI
The ROI is not the same size as the ROI previsously saved. ROIs directly linked to an pixel container must have the same size as the container and have a (0, 0) origin.
EError_PixelOutsidePerimeter
Pixel outside perimeter - Check pixel value
EError_PixelInsidePerimeter
Pixel inside perimeter - Check pixel value
EError_IsolatedPixel
Isolated pixel - Check pixel value
EError_MaxPixelInContourReached
Maximum pixels in contour reached
EError_NotAValidContour
Not a valid contour - Initialize using a contouring function
EError_UnableToAccessVectorMemory
Unable to access vector memory - Check proper vector initialization
EError_NotAValidVectorDescriptor
Not a valid vector descriptor
EError_VectorTypeIsNotHist
Vector type is not histogram
EError_NotEnoughGroupsInVector
Not enough groups in vector
EError_InvalidVectorDataSize
Invalid vector data size
EError_InvalidVectorDataType
Invalid vector data type
EError_InvalidVectorType
Invalid vector type
EError_ResultTooBigToFitInVector
Result too big to fit in vector
EError_GroupOutOfRange
Group out of range - Adjust group index
EError_InvalidVectorGroupLength
Invalid vector group length
EError_InvalidNumberOfVectorElements
Invalid number of vector elements - Check proper vector initialization
EError_VectorsNotSameSize
Vectors not of the same size - Adjust vector size(s)
EError_UnableToAccessKernelMemory
Unable to access kernel memory - Check proper kernel initialization
EError_NotAValidKernelDescriptor
Not a valid kernel descriptor
EError_InvalidKernel
Invalid kernel
EError_KernelInvalidSize
Invalid kernel size - Check proper kernel initialization
EError_KernelNotAllocated
Kernel not allocated - Check proper kernel initialization
EError_BadListPosition
Bad list position - Restart list traversal
EError_ListIsEmpty
List is empty
EError_TopOfList
Top of list - Do not traverse backwards
EError_BotOfList
Bottom of list - Do not traverse forwards
EError_ListError
List error
EError_LicenseMissing
The license for this library is not granted - Launch License Manager
EError_EasyImageLicenseMissing
The license for EasyImage is not granted - Launch License Manager
EError_EasyColorLicenseMissing
The license for EasyColor is not granted - Launch License Manager
EError_EasyObjectLicenseMissing
The license for EasyObject is not granted - Launch License Manager
EError_EasyMatchLicenseMissing
The license for EasyMatch is not granted - Launch License Manager
EError_EasyGaugeLicenseMissing
The license for EasyGauge is not granted - Launch License Manager
EError_EasyFindLicenseMissing
The license for EasyFind is not granted - Launch License Manager
EError_EasyOcrLicenseMissing
The license for EasyOCR is not granted - Launch License Manager
EError_EasyOcvLicenseMissing
The license for EasyOCV is not granted - Launch License Manager
EError_EasyBarCodeLicenseMissing
The license for EasyBarCode is not granted - Launch License Manager
EError_EasyMatrixCodeLicenseMissing
The license for EasyMatrixCode is not granted - Launch License Manager
EError_EasyMatchAlignementModeLicenseMissing
The license for EasyMatch Alignment mode is not granted - Launch License Manager
EError_EvisionStudioLicenseMissing
The license for eVison Studio is not granted - Launch License Manager
EError_InvalidDongleIndex
The index do not match any available dongle
EError_CannotWriteOEMKey
The OEM key cannot be set
EError_WarpImagesTooSmall
Warp images too small - Increase image size
EError_UnsupportedImageSize
Unknown error code
EError_UnknownFeature
Unknown feature - Check parameters
EError_InvalidSelectionArgument
Invalid selection argument - Check parameters
EError_SortListTooLong
Sort list too long
EError_NotAValidOperationCode
Not a valid operation code
EError_TooManyObjectsDetected
Too many objects detected - Increase MaxObjects
EError_InvalidFeature
Invalid feature - Check parameters
EError_FeatureNotCalculated
Feature not calculated - Call AnalyseObjects method
EError_BadObjectNumber
Bad object number - Check parameters
EError_NoObjectSelected
No object selected - Blob list is empty
EError_LowThresholdHigherThanHighThreshold
Low threshold higher than high threshold - Adjust thresholds
EError_InvalidThresholdMode
Invalid threshold mode - Use appropriate threshold setting method
EError_NoImageAttached
No image attached to the selection - Use Attach()
EError_OutOfContinuousMode
Invalid call out of continuous mode
EError_InvalidImageTypeForSegmenter
The current segmenter can not cope with this type of image
EError_LayersOverlapping
Two different layers are associated with the same layer index
EError_EndOfIterator
The iterator has reached the end of the enumeration
EError_NoThresholdComputedYet
The threshold valued has not been computed yet - First encode an image
EError_FeatureNotDrawable
This kind of feature cannot be drawn
EError_OnlyApplicableToObjectSelection
This kind of feature cannot be used out of EObjectSelection
EError_MoreThanOneLayerEncoded
Please specify the layer index (several layers are encoded)
EError_CodedElementNotSelected
The coded element is not present in the selection
EError_NoPatternLearnt
No pattern learnt - Load from file or train pattern
EError_PatternTooLarge
Pattern too large - Use a smaller one
EError_PatternTooSmall
Pattern too small - Use a larger one
EError_NotAnEasyMatchFile
Not an EasyMatch file - Check file source
EError_UnsupportedEasyMatchFileVersion
Unsupported EasyMatch file version - Upgrade to a newer release
EError_NoImageLearnt
No image learnt - Call LearnImage() first
EError_WrongNumberOfDegreesOfFreedom
The number of degrees of freedom must be at least one, and no more than five - Use a value in this range
EError_InsufficientContrast
Not enough feature points - Use a more contrasted pattern or reduce the Don't Care mask
EError_PatternTooCloseToImageBorder
Pattern is too close to image border - Leave a margin around the pattern
EError_IncompatibleModes
Incompatible modes (CoarseToFineAnalysisMode and PatternType)
EError_AllowancesAndPatterntypeNotCompatible
Angle and Scale allowances can not be used with the current pattern type
EError_ModelNotSuitedForContrastingregions
The model is unsuitable for ContrastingRegions pattern type - Try an other pattern type or increase surface of region(s)
EError_ModelNotSuitedForConsistentedges
The model is unsuitable for ConsistentEdges pattern type - Try another pattern type or increase the model surface
EError_NoPatternsLoaded
No patterns loaded - Load font file or train
EError_NoPatternsInTheseClasses
No patterns in these classes - Check pattern and text class assignments
EError_CharacterTooSmall
Character too small - Enlarge to font size
EError_CharacterCodeTooBig8
Character code too big to fit in a string, use ReadTextWide instead
EError_CharacterCodeTooBig16
Character code too big to fit in a wide string, use GetFirstCharCode instead
EError_InvalidTextStructure
Text parameter doesn't fit the text topology
EError_InvalidFontFile
The specified font file couldn't be loaded
EError_InvalidTopology
The specified topology is invalid
EError_InvalidEOCR2File
The file-type and structure could not be verified
EError_EOCR2InvalidCharWidth
Character widths must be larger than 0
EError_EOCR2InvalidCharWidthTolerance
Character width tolerance must be between 0 and 1
EError_EOCR2InvalidCharHeight
Character height must be larger than 0
EError_EOCR2InvalidMaxVariation
The 'maximum variation' parameter must be between 0 and 1.
EError_EOCR2InvalidDetectionDelta
The 'detection delta' parameter must be between 0 and 128.
EError_EOCR2InvalidMaxFragmentation
The 'maximum fragmentation' parameter must be between 0 and 1.
EError_EOCR2InvalidSpaceWidth
Space widths must be larger than or equal to 0.
EError_EOCR2InvalidNumDetectionPasses
NumDetectionPasses must be either 1 or 2.
EError_EOCR2CharCodeNotSet
Character code not set
EError_EOCR2CharHeightNotSet
Character height not set
EError_EOCR2CharWidthNotSet
Character width not set
EError_EOCR2TopologyNotSet
Topology not set
EError_EOCR2DetectionFailed
The given topology and parameters could not be fitted to the detected blobs.
EError_MismatchingColorSystem
Mismatching color system - Check transform compatibility
EError_ColorLookupMustBeInitialized
Color lookup must be initialized - Use initialization method
EError_UnsupportedColorTransform
Unsupported color transform
EError_UnknownSymbolSize
Unknown symbol size - Check size initialization
EError_UnknownEccFamily
Unknown ECC family (ECC 000/050/080/100/140/200 only)
EError_UncorrectableErrors
Too many errors, cannot correct contents - See Reference
EError_CouldNotLocateSymbol
Could not locate the dot matrix symbol (no good candidate object) - See Reference
EError_UnknownFormatId
Unknown Format ID in ECC 000-140 symbol (Base 11/27/41/37 and ASCII 7/8 only) - See Reference
EError_InvalidCrc
Invalid CRC after error correction in ECC 000-140 symbol - See Reference
EError_CouldNotDecodeSymbol
Could not decode symbol - Try to improve image quality
EError_CouldNotGrade
Could not grade symbol - Quiet zone out of bounds
EError_CouldNotLocateBarcode
Could not locate bar code symbol - Improve contrast, avoid clutter
EError_UnrecognizedSignature
Unrecognized signature - Check enabled symbologies
EError_InvalidNumberOfBars
Invalid number of bars - Improve bar/space contrast
EError_ExtraEdgesFound
Extra edges found - Improve bar/space contrast or uniformity
EError_IncoherentBarSpaceThickness
Incoherent bar/space thickness sequence - Check enabled symbologies
EError_InvalidCheckCharacter
Invalid checksum character - Check enabled symbologies
EError_SymbologyNotEnabled
Symbology not enabled - Invoke method SetSymbologies()
EError_NoEdgesFound
No edges found - Adjust location or improve bar/space contrast
EError_InvalidEMailBarcodeReaderFile
The file-type and structure could not be verified
EError_NotAnEasyOcvFile
Not an EasyOCV file - Check file source
EError_UnsupportedEasyOcvFileVersion
Unsupported EasyOCV file version - Upgrade Open eVision
EError_NotEnoughSampleImages
Not enough sample images - Use AddToStatistics
EError_NotAnEcheckerFile
Not an EChecker file - Check file source
EError_UnsupportedEcheckerFileVersion
Unsupported EChecker file version - Upgrade Open eVision
EError_NotEnoughSamplesLearnt
Not enough samples learnt - Use UpdateStatistics
EError_InvalidNormalizationMode
Invalid normalization mode - Check SetNormalize call
EError_ImageNotRegistered
Image not registered - Use method Register before Learn
EError_InvalidLearningSequence
Invalid learning sequence - Use AVERAGE followed by ABS_DEVIATION, or RMS_DEVIATION, then READY
EError_E_ERROR_CONTRAST_TOO_LOW
Image contrast is too low
EError_MotherAlreadyHasThisDaughter
Mother already has this daughter - Detach daughter first
EError_ShapeAlreadyHasDaughters
Shape already has daughters - Detach daughters first
EError_NoValidPointFound
No valid point found in the transition computation.
EError_NotInListAttachmentMode
Not in list attachment mode - Detach daughters first
EError_NotInIndexedAttachmentMode
Not in indexed attachment mode - Detach daughters and call SetIndexed first
EError_UnsupportedShapeVersion
Unsupported shape version - Upgrade Open eVision
EError_RawCalibrationMode
Raw calibration mode - Cannot be used for this operation
EError_BadLandmarkLayout
The layout of supplied landmarks makes the calibration impossible - Check landmarks positions
EError_IncompatibleCalibrationModes
Incompatible calibration modes - Check calibration mode categories
EError_NotEnoughLandmarks
Not enough landmarks to calibrate - Add landmarks or check calibration mode categories
EError_UnexpectedShapeTypeInFile
Unexpected shape type in file - Check target shape against file model root
EError_UnsupportedModelFileVersion
Unsupported model file version - Upgrade Open eVision
EError_CannotAttachDetachWorldShapes
Cannot Attach or Detach World shape - World shapes never have a mother
EError_UnexpectedWorldShapeInFile
Unexpected World Shape in file - Check target shape against file model root
EError_UnexpectedFrameShapeInFile
Unexpected Frame Shape in file - Check target shape against file model root
EError_UnexpectedPointShapeInFile
Unexpected Point Shape in file - Check target shape against file model root
EError_UnexpectedLineShapeInFile
Unexpected Line Shape in file - Check target shape against file model root
EError_UnexpectedCircleShapeInFile
Unexpected Circle Shape in file - Check target shape against file model root
EError_UnexpectedRectangleShapeInFile
Unexpected Rectangle Shape in file - Check target shape against file model root
EError_UnexpectedWedgeShapeInFile
Unexpected Wedge Shape in file - Check target shape against file model root
EError_UnexpectedPointGaugeInFile
Unexpected Point Gauge in file - Check target shape against file model root
EError_UnexpectedLineGaugeInFile
Unexpected Line Gauge in file - Check target shape against file model root
EError_UnexpectedCircleGaugeInFile
Unexpected Circle Gauge in file - Check target shape against file model root
EError_UnexpectedRectangleGaugeInFile
Unexpected Rectangle Gauge in file - Check target shape against file model root
EError_UnexpectedWedgeGaugeInFile
Unexpected Wedge Gauge in file - Check target shape against file model root
EError_UnexpectedBarCodeInFile
Unexpected Bar Code model in file - Check target shape against file model root
EError_AnActiveCurvedEdgeIsRequired
At least one curved edge must be active - Activate r and/or R edges
EError_BrokenWedgeShapeConstraints
Constraints between the geometric and the tolerance of the wedge are broken
EError_CalibrationModelNotDefined
A 3D calibration model is required to perform the conversion
EError_InvalidE3DModelFile
The file-type and structure could not be verified
EError_EmptyPointCloud
The point cloud should not be empty
EError_WrongOrientationVector
The supplied orientation vector is not correct
EError_InvalidE3DCalibrationGeneratorFile
The file-type and structure could not be verified
EError_CalibrationModelNotInitialized
A 3D calibration model is not Initialized
EError_InvalidE3DConverterFile
The file-type and structure of the E3D converter file could not be verified
EError_InvalidE3DCalibrationFile
The file-type and structure of the E3D calibration file could not be verified
EError_UnknownCalibrationObjectType
The calibration object type is not set
EError_ResultOutOfTolerances
Result out of tolerances
EError_MalformedTriangleIndexes
The triangle indexes are not correct in E3DObject
EError_FitFailed
The 3D fit operation failed
EError_ParamNotSet
Trying to get a parameter value that has not been set
EError_UndefinedPixelValue
The pixel has undefined value
EError_FindFailed
The 3D find operation failed
EError_AlignFailed
The 3D align operation failed
EError_WrongCalibrationParameters
Wrong calibration parameters
EError_WrongNormalVector
Wrong normal vector
EError_WrongNormalTolerance
Wrong normal vector
EError_FlexnetHandleInitializationFailed
Licensing handle initialization failed
EError_FlexnetLoadingActivationLibraryFailed
Loading of the activation library failed
EError_FlexnetInitializationActivationLibraryFailed
Initialization of activation library failed
EError_FlexnetActivationLibraryMismatch
Activation library mismatch
EError_FlexnetActivationLibraryUnloaded
Activation library component has been unloaded
EError_FlexnetLicensingServiceNotInstalled
The licensing service is not installed
EError_FlexnetNotEnoughRights
Not enough rights to talk to service
EError_FlexnetLicenseJobCreationFailed
License job creation failed
EError_FLEXnetLicensePromptForFileFailed
Unable to disable license finder dialog
EError_PixelHandling
Internal error during image processing
EError_EmptyMorphologicalKernel
Use of a morphological kernel without any element set
EError_MatrixOperation
Internal error during matrix processing
EError_NonSquareMatrix
The operation is only valid for square matrices
EError_IncompatibleMatrixSizes
The sizes of the matrix are incompatible for the operation
EError_UnderdeterminedMatrix
Unsupported operation: The matrix has less rows than columns
EError_OverdeterminedMatrix
Unsupported operation: The matrix has more rows than columns
EError_PointAtInfinity
Unable to apply this operation to points at infinity
EError_NotEnoughCalibrationPoints
Not enough points for the calibration process to succeed
EError_LineAtInfinity
Unable to apply this operation to lines at infinity
EError_UndeterminedGeometricEntity
Undetermined geometric entity in projective geometry
EError_NotANumber
Not a number
EError_InternalError_000
Internal error 0
EError_InternalError_001
Internal error 1
EError_InternalError_002
Internal error 2
EError_InternalError_003
Internal error 3
EError_InternalError_004
Internal error 4
EError_InternalError_005
Internal error 5
EError_InternalError_006
Internal error 6
EError_InternalError_007
Internal error 7
EError_InternalError_008
Internal error 8
EError_InternalError_009
Internal error 9
EError_InternalError_010
Internal error 10
EError_InternalError_011
Internal error 11
EError_InternalError_012
Internal error 12
EError_InternalError_013
Internal error 13
EError_InternalError_014
Internal error 14
EError_InternalError_015
Internal error 15
EError_InternalError_016
Internal error 16
EError_InternalError_017
Internal error 17
EError_InternalError_018
Internal error 18
EError_InternalError_019
Internal error 19
EError_InternalError_020
Internal error 20
EError_InternalError_021
Internal error 21
EError_InternalError_022
Internal error 22
EError_InternalError_023
Internal error 23
EError_InternalError_024
Internal error 24
EError_InternalError_025
Internal error 25
EError_InternalError_026
Internal error 26
EError_InternalError_027
Internal error 27
EError_InternalError_028
Internal error 28
EError_InternalError_029
Internal error 29
EError_InternalError_030
Internal error 30
EError_InternalError_031
Internal error 31
EError_InternalError_032
Internal error 32
EError_InternalError_033
Internal error 33
EError_InternalError_034
Internal error 34
EError_InternalError_035
Internal error 35
EError_InternalError_036
Internal error 36
EError_InternalError_037
Internal error 37
EError_InternalError_038
Internal error 38
EError_InternalError_039
Internal error 39
EError_InternalError_040
Internal error 40
EError_InternalError_041
Internal error 41
EError_InternalError_042
Internal error 42
EError_InternalError_043
Internal error 43
EError_InternalError_044
Internal error 44
EError_InternalError_045
Internal error 45
EError_InternalError_046
Internal error 46
EError_InternalError_047
Internal error 47
EError_InternalError_048
Internal error 48
EError_InternalError_049
Internal error 49
EError_InternalError_050
Internal error 50
EError_InternalError_051
Internal error 51
EError_InternalError_052
Internal error 52
EError_InternalError_053
Internal error 53
EError_InternalError_054
Internal error 54
EError_InternalError_055
Internal error 55
EError_InternalError_056
Internal error 56
EError_InternalError_057
Internal error 57
EError_InternalError_058
Internal error 58
EError_InternalError_059
Internal error 59
EError_InternalError_060
Internal error 60
EError_InternalError_061
Internal error 61
EError_InternalError_062
Internal error 62
EError_InternalError_063
Internal error 63
EError_InternalError_064
Internal error 64
EError_InternalError_065
Internal error 65
EError_InternalError_066
Internal error 66
EError_InternalError_067
Internal error 67
EError_InternalError_068
Internal error 68
EError_InternalError_069
Internal error 69
EError_InternalError_070
Internal error 70
EError_InternalError_071
Internal error 71
EError_InternalError_072
Internal error 72
EError_InternalError_073
Internal error 73
EError_InternalError_074
Internal error 74
EError_InternalError_075
Internal error 75
EError_InternalError_076
Internal error 76
EError_InternalError_077
Internal error 77
EError_InternalError_078
Internal error 78
EError_InternalError_079
Internal error 79
EError_InternalError_080
Internal error 80
EError_InternalError_081
Internal error 81
EError_InternalError_082
Internal error 82
EError_InternalError_083
Internal error 83
EError_InternalError_084
Internal error 84
EError_InternalError_085
Internal error 85
EError_InternalError_086
Internal error 86
EError_InternalError_087
Internal error 87
EError_InternalError_088
Internal error 88
EError_InternalError_089
Internal error 89
EError_InternalError_090
Internal error 90
EError_InternalError_091
Internal error 91
EError_InternalError_092
Internal error 92
EError_InternalError_093
Internal error 93
EError_InternalError_094
Internal error 94
EError_InternalError_095
Internal error 95
EError_InternalError_096
Internal error 96
EError_InternalError_097
Internal error 97
EError_InternalError_098
Internal error 98
EError_InternalError_099
Internal error 99
EError_InternalError_100
Internal error 100
EError_CannotTraceErrors
Cannot trace errors because of a system failure
EError_NotImplemented
Feature not implemented
EError_NullPointer
The supplied pointer is NULL
EError_InvalidTimeout
The current timeout value is 0
EError_InvalidTimeoutReentrancy
Cannot Stop a timeout that has not been started. Cannot Pop a timeout that has not been pushed
EError_InvalidTimeoutState
Cannot Start a timeout that has been reached Cannot Pop a timeout that is Active
EError_Unknown
Unknown error

Which API shall we display?

© 2018 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.4.0.1103