EError Enum

Possible Open eVision error codes.

Namespace: Euresys::Open_eVision

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_Parameter9OutOfRange

Parameter 9 out of range - See Reference

EError_Parameter10OutOfRange

Parameter 10 out of range - See Reference

EError_WindowsError
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_ProcessStopped

Process stopped

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_ZeroDimension

Width and height must be different from zero.

EError_StringConvertionFailed

String convertion failed.

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_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_ResourcesDirectoryNotFound

Resources directory doesn't exist or cannot be opened.

EError_ResourceFileNotFound

Resource doesn't exist or cannot be opened.

EError_FileRecoveryFailed

File recovery failed.

EError_UnsupportedTiffFormat

Unsupported TIFF format - Convert TIFF file

EError_UnsupportedBmpFormat

Unsupported BMP format - Convert BMP file

EError_InvalidPngCompression

Invalid PNG compression level

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_ROIHasZeroArea

The ROI width and height must both be larger than 0 - resize the ROI.

EError_RegionTooSmall

The region is too small.

EError_ERegionHasNotBeenPrepared

The ERegion has not been prepared, please use function ERegion::Prepare().

EError_ERegionImpossibleCopy

Cannot copy non-prepared geometrical region into a base ERegion instance.

EError_CanvasSizeNotSet

Canvas size not set.

EError_RegionOutsideImageOrRoi

ERegion is (partially) outside of the corresponding image/ROI

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_OEMKeyIndexNotSupported

key Indexes are not supported by the selected DongleType

EError_OEMKeyInvalidSize

The size of the OEM key is invalid, it should be between 8 and 64 chars

EError_OEMKeyInvalidIndex

The index of the OEM key is invalid, it should be between 0 and 11

EError_NoGradingComputed

This EBarCode was not graded

EError_WarpImagesTooSmall

Warp images too small - Increase image size

EError_UnsupportedImageSize

Unknown error code

EError_InvalidThresholdValue

The threshold value is not supported

EError_ImagesSizeIncompatible

The sizes of the images parameters is not compatible.

EError_ThresholdNotSet

The threshold is not set.

EError_UnknownFeature
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 Synonym of object. 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 A binary image constructed by a segmentation process. 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 An object or a hole. 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_InsufficientDiscriminantFeaturesInPattern

There is not enough discriminant features in the selected region to learn a pattern

EError_Unknown_Pattern_Style

The pattern style is not recognized

EError_GrabCutNoImageSpecified

No image was specified to the GrabCut algorihtm. Set an image with SetImage().

EError_GrabcutNotEnoughSamples

There is not enough background and/or foreground pixels to build a model and apply the GrabCut algorithm.

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_ModelNotSuitedForConsistentedges

The model is unsuitable for ConsistentEdges pattern type - Try another pattern type or increase the model surface

EError_OnlyConsistentedgesForVectorLearning

Learning using a vector model is only possible with the ConsistentEdges pattern type - Try ConsistentEdges pattern type

EError_LoadedPatternCallsForContrastingRegions

The loaded pattern calls for Contrasting Regions pattern type, but Contrasting Regions pattern type is deprecated since Open eVision 23.08.

EError_EmptyVectorModelHierarchy

The hierarchy of the EVectorModel is empty

EError_LearntWithoutERegion

The pattern was learnt without an ERegion, thus there is no ERegion to draw.

EError_AnisotropicScale

The pattern's scale is anisotropic.

EError_NoFeaturePointsToDraw

The pattern comes from an EMatcher instance, there are no feature points to draw.

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_EOCR2RangedTopologyNotSupported

Ranged topology is not supported with this method of detection.

EError_EOCR2InvalidRelativeSpaceWidth

Relative space width must be larger than 0

EError_EOCR2ClassiferNotFound

OCR2 Pre-trained classifier not found.

EError_EOCR2ClassiferInvalid

OCR2 Pre-trained classifier is valid.

EError_EOCR2TopologyNotSupported

OCR2 Topology not supported by the deep-learning classifier

EError_EOCR2DetectionFailed

The given topology and parameters could not be fitted to the detected blobs.

EError_EDOStringParsingError

String Parsing error

EError_EDOTopologyError

Topology error

EError_EDOTopologyError_Parsing

Topology simplified format parsing error

EError_EDOSampleError

Sample error

EError_EDOReaderError

Reader error

EError_EDOReaderError_NotInitialized

Initialization error

EError_EDOReaderError_ExecutionSettings_NotSet

Execution settings error (not set)

EError_EDOReaderError_Topology_NotSet

Topology error (not set)

EError_EDOReaderError_Optimize

EasyDeepOCR::Reader::Optimize error

EError_EDOReaderError_Optimize_Failure

EasyDeepOCR::Reader::Optimize failure error

EError_EDOReaderError_Optimize_InvalidSamples

EasyDeepOCR::Reader::Optimize error. Invalid Sample.

EError_EDOReaderError_SetTopology_EmptyTopology

EasyDeepOCR::Reader::SetTopology error. Empty ETopology.

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_NoCodeFound

Could not find any codes in the image

EError_TimeoutReachedAndNoCodeFound

Could not find any codes in the image within the timeout

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_InvalidGS1String

The given string could not be parsed as a GS1 machine readable string

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_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_UnexpectedPolygonGaugeInFile

Unexpected Polygon 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_OverrideDeserializedEShape

Cannot override a deserialized EShape having daughters. Use a new variable in C#/Python or a unique_ptr in C++.

EError_AttachAllocatedShape

Cannot Attach an allocated EShape.

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_NotEnoughVertices

The polygon is missing one or several vertices to be valid.

EError_InvalidGrid

The detected grid is invalid

EError_InvalidSymbolSize

The detected symbol size is invalid

EError_InvalidFixedPattern

The fixed pattern of the detected code is invalid

EError_LearnInvalidImageSize

The dimensions of the images should be the same after a learn.

EError_InvalidDimensionRangeLearned

No valid datamatrices dimensions have been learned.

EError_QRECIByteInterpretationTableNotSupported

The byte interpretation is dictated by the ECI coding mode.

EError_QRByteEncodingUnknownInterpretationMode

The byte interpretation is dictated by the ECI coding mode.

EError_QRByteInterpretationModeParameterNotCompatibleWithContent

The byte interpretation is dictated by the ECI coding mode.

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 angle tolerance

EError_CalibrationModelNotFound

A 3D calibration model is not found

EError_AxesNotNormal

The axis system is not normed

EError_AxesNotRightHanded

The axis system is not righthanded

EError_AxesNotOrthogonal

The axis system is not orthogonal

EError_MatrixNotRigid

A matrix is not rigid

EError_AxisSystemNotRigid

An axis system is not rigid

EError_CoordinatesOutOfMap

The coordinates are out of the map

EError_InvalidAxisSystem

Axis system is invalid

EError_InvalidPointCloud

The point cloud is not valid

EError_PointCloudOutOfRange

The point cloud is out of range

EError_DepthMapNotCompatibleWithCalibration

The depth map point is not compatible with the calibration model (wrong association)

EError_InvalidE3DObjectFile

The file-type and structure of the E3D object file could not be verified

EError_Map3DConversionModeMustBeInitialized

Conversion mode must be initialized

EError_InvalidE3DBoxFile

The file-type and structure of the E3DBox file could not be verified

EError_NoE3DPointFound

No 3D point found.

EError_OutOffSpacePartition

The point or the index is not in the range of space partition.

EError_NoIntersectionFound

No intersection found.

EError_AttributeBufferNotInitialized

The attribute buffer is not initialized.

EError_IncompatibleAttributeTypeConversion

The attribute type can not be converted to the destination type.

EError_PhotometricStereoImagerNotInitialized

The PhotometricStereoImager is not initialized.

EError_SphereDetectionFailed

The sphere detection failed

EError_InvalidLightDirections

The light directions given or deduced from calibration are coplanar. Photometric stereo cannot be performed with such lights.

EError_PhotometricStereoImagerNoComputationDone

The PhotometricStereoImager has not done any computation on new images since last calibration.

EError_PhotometricStereoImagerLightingCorrectionNotConfigured

The non uniform lightning correction must be configured before being enabled.

EError_PhotometricStereoImagerLightingCorrectionBadImageSize

The flat images size must be the same as the object image size.

EError_SphereOutsideOfROI

The sphere is outside of the ROI

EError_E3DViewerNotInitialized

The 3D viewer is not initialized

EError_E3DMatchNoReferenceModel

E3DMatch class was not provided a reference model

EError_E3DMatchEmptyModel

E3DMatch class was provided an empty model

EError_E3DMatchMatchFailed

E3DMatch class could not find a match

EError_EEmptyZMap

EZMap provided does not contain any defined pixel

EError_E3DMatchNoReferencePose

E3DMatch class was not provided a reference pose

EError_InvalidEColorRampMode

The EColorRampMode is not valid with an attribute buffer id.

EError_E3DMatchNoReferencePlane

E3DMatch class was not provided a reference plane

EError_IncompatibleAttribute

The attribute type can not be used for the operation.

EError_E3DMatchNoDistanceComputed

There is no distance computed.

EError_RenderSourceNameUnknown

The render source name is unknown

EError_RenderSourceAlreadyExists

The render source name already exists

EError_EPointCloudMergerCalibrationFailed

EPointCloudMerger's calibration failed

EError_EPointCloudMergerCalibrationModelNotFound

EPointCloudMerger calibration model's file not found

EError_E3DViewerPickingCallBackException

An exception occurred while calling the callback function after having picked a point.

EError_ColorRampFixBoundSDisabled

The fix bounds cannot be retrieved from the color ramp because it is disabled.

EError_E3DPointCloudInvalidSegment

The given line segment is invalid, for example, because the start and end points are the same.

EError_ESphereFitterNotEnoughPointsSupplied

ESphereFitter does not have enough points to generate a sphere

EError_ESphereFitterAllPointsCoplanar

ESphereFitter does not have enough points to generate a sphere

EError_FeatureNotComputed

The requested feature has not been computed.

EError_RadiusShouldBePositive

The radius of a E3DSphere cannot be negative.

EError_ESphereFitterCouldNotFit

The radius of the fitted sphere is negative.

EError_NoColorRampForShapes

Color ramp cannot be used as source color mode for primitives such as boxes, planes and spheres.

EError_OpenGLError

OpenGL Error.

EError_E3DMatchModelTooCoarse

The model given to the E3DMatch class does not contain enough points for it to work properly, try with a denser model.

EError_OpenGLInitError

Failed to initialize OpenGL. Your platform is not able to use the class E3DViewer.

EError_OpenGLESNotSupported

E3DViewer doesn't support OpenGL ES.

EError_IncompatibleZMapTypes

The types of the ZMaps are not compatible together.

EError_MapZResolutionTooSmall

The ZMap's Z resolution (world space unit per grey scale) is too small to represent some data. Increase MapZResolution.

EError_DataAugmentationFailed

Data augmentation failed for an unknown reason.

EError_InvalidInputSpecification

Invalid input specification.

EError_LabelDoesNotExist

The label does not exist in the dataset.

EError_ImageIsNotAPath

The image was not given as a path.

EError_ImageDoesNotConformToInputFormat

The images do not conform to the input format of the deep learning tool.

EError_CannotDisableAutoreshape

The automatic procedure to make every image conform to the input specification cannot be disabled because there already are images in the dataset that do not conform to the input specification.

EError_NotEnoughImagesToSplitDataset

There are not enough images in the dataset to perform a split such that each part has at least one image from each label of the original dataset.

EError_NotAvailableIn32Bits

This method is not available for the 32 bits binaries of Open eVision.

EError_DatasetIncompatibleWithDeepLearningTool

The dataset is incompatible with this deep learning tool. A trained tool can add constraints on some of the properties of the tool.

EError_DeepLearningToolCurrentlyTraining

This operation is impossible because this deep learning tool is currently training.

EError_DeepLearningToolNotTraining

Cannot wait because this deep learning tool is not training.

EError_CannotChangeInputSpecification

A pre-trained classifier comes with some input specifications that can't be changed.

EError_TrainingAndValidationDatasetIncompatible

The training and validation dataset have incompatible image format.

EError_TrainingAndValidationLabelsIncompatible

The training and validation dataset have incompatible labels.

EError_ClassifierTrainedWithIncompatibleLabels

The classifier was previously trained with incompatible labels.

EError_CannotChangeClassifierType

The type of classifier can't be changed once the classifier is trained.

EError_UnknownClassifierType

Unknown classifier type.

EError_DeepLearningToolNotTrained

This deep learning tool is not trained.

EError_NoGPUFound

No GPU was found.

EError_InvalidMetrics

The metrics are not valid.

EError_MetricsIncompatibleWithResult

The metrics are incompatible with the given result.

EError_InvalidResult

The classification result is invalid.

EError_HeatmapGenerationFailure

Can not generate Heatmap.

EError_NotEnoughMemoryForTraining

There is not enough free memory on the CPU or GPU to perform the training.

EError_NotEnoughMemoryForPrediction

There is not enough free memory on the CPU or GPU to perform a prediction.

EError_NotEnoughMemoryForBatchPrediction

There is not enough free memory on the CPU or GPU to perform a batch prediction.

EError_LayerOutputDisabled

The layer has its output disabled.

EError_NotEnoughMemoryForCache

There is not enough free memory on the CPU for storing the dataset images in the cache.

EError_DeepLearningToolTrained

This operation is impossible because this deep learning tool is already trained.

EError_DeepLearningToolCannotStartTraining

There was an error while starting the training thread.

EError_LabelAlreadyExists

The label already exists in the dataset.

EError_LabelCannotBeChangedOrRemoved

The label can't be changed or removed from the dataset.

EError_IncompatibleLabels

The labels are not compatible with each other.

EError_InvalidLabelWeight

The label weight is invalid. It must be bigger than 0.

EError_ImageHasNoSegmentation

The image has no segmentation.

EError_ImageHasNoLabel

The image has no classification label.

EError_ResultHasNoGroundtruth

The result doesn't have any groundtruth associated with it.

EError_DeepLearningModelError

There was an error in the deep learning model.

EError_ImageNotLabelledForObjectDetection

The image is not labelled for object detection (see ELocator).

EError_InvalidLocatorObject

The locator object is invalid (no label or empty region).

EError_RectangleRegionNotAxisAligned

The rectangle region is not axis aligned.

EError_CapacityNotAvailable

The rectangle region is not axis aligned.

EError_NoInferenceModel

No inference model is present in the tool.

EError_NoTrainingModel

No training model is present in the tool.

EError_PretrainedModelError

Pretrained model could not be loaded.

EError_HeatmapNotAvailable

The heatmap is not available.

EError_UndefinedDeepLearningProject

The deep learning project is undefined. Cannot save or load.

EError_DeepLearningProjectDirectoryError

Directory doesn't exist or cannot be created.

EError_IncompatibleDeepLearningToolType

The tool type is not compatible with the operation.

EError_DatasetTypeLocked

The dataset type for this image is locked.

EError_CannotChangeLayerParameter

This parameter of the layer cannot be changed once the layer is initialized.

EError_LocatorObjectHasNoSize

The locator object has no size.

EError_CannotSetAnchorsForEasyLocateInterestPoint

TCannot manually set anchors the EasyLocate Interest Point.

EError_LocatorObjectHasNoPosition

The locator object has no position.

EError_CannotParseOnnxFile

This onnx file cannot be parsed.

EError_OnnxModelDoesNotHaveGraph

This onnx model does not have a graph.

EError_OnnxModelIsNotAClassifier

This onnx model is not a classifier.

EError_OnnxModelDoesNotTakeOneInput

This onnx model does not take one input.

EError_OnnxModelAttributeNotDefined

A mandatory attribute is not defined.

EError_OnnxOperatorNotSupported

This onnx model is using an unsupported operator.

EError_OnnxLastLayerIsNotSoftmax

The last layer of the model is not a softmax.

EError_OnnxNumlabelsUndefined

The number of labels is undefined.

EError_OnnxUnknownArgument

Unknown argument

EError_ModelNotFound

The specified neural network model was not found.

EError_CudaError

An error occurred in a NVIDIA CUDA library.

EError_DeepLearningEngineError

An error occurred when executing the model with a Deep Learning engine.

EError_InferenceError

There was an unknown error during inference (e.g. not enough memory).

EError_AlignmentFailed

Alignment failed, please check AlignmentArea and AlignmentTolerance.

EError_InvalidESpotDetectorFile

The file-type and structure of the spot detector file could not be verified.

EError_InvalidESpotFile

The file-type and structure of the spot file could not be verified.

EError_DLClassifierNotSet

The Deep Learning classifier is not set.

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_MetadataAlreadyExists

Metadata already exists in the metadata store

EError_MetadataDoesNotExist

Metadata does not exist in the metadata store

EError_NotUTF8Compatible

The source is not UTF-8 compatible.

EError_InvalidTrainingMode

The chosen training mode is invalid.

EError_InvalidState

"The object is not in the correct state."

EError_FiducialNotFound

"One of the fiducials has not been found."

EError_InvalidModelFile

"Invalid Model File."

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_PixelBufferSizeIncompatible

Attempt to perform operation on two pixel buffers with incompatible size

EError_RoiParametersBelowZero

Attempt to assign ROI parameters with values below 0

EError_SharedLibraryLoadingError

Error during load of Open eVision shared library

EError_SharedLibraryFunctionLoadingError

Error during load of a function in the Open eVision shared library

EError_RegistryLookup

Error during load of Open eVision shared library

EError_LibraryHashFailed

Error indicating incompatibility between the current wrapper and the targeted library

EError_LibraryNotInitialized

Error indicating that a call to one of Open eVision's shared library functions was attempted without properly initializing the library.

EError_SharedLibraryCloseError

Error during close of Open eVision shared library

EError_ImageShiftInvalid

Error indicating that a shift operation has been applied to an already shifted image. Error indicating that a inverse shift operation has been applied to an image that isn't shifted.

EError_InvalidUTF8Encoding

Error indicating that a string containing invalid UTF8 byte sequences was detected.

EError_Unknown

Unknown error

EError Enum

Possible Open eVision error codes.

Namespace: Euresys.Open_eVision

Ok

Success

EndOfImageSequence

End of image sequence

UserDialogFailed

User dialog failed

ImageLimitsReached

Image limits reached

InvalidAsciiPadding

Invalid ASCII padding

InvalidOperation

Invalid operation - See Reference

InvalidBitsPerPixel

Invalid depth (bits per pixel) - Check type compatibility

InvalidDataType

Invalid data type - Check type compatibility

InvalidDataSize

Invalid data size - Check type compatibility

ParametersOutOfRange

Parameters out of range - See Reference

InvalidMode

Invalid mode - See Reference

EndSmallerThanStart

End smaller than start - Adjust indices

Parameter1OutOfRange

Parameter 1 out of range - See Reference

Parameter2OutOfRange

Parameter 2 out of range - See Reference

Parameter3OutOfRange

Parameter 3 out of range - See Reference

Parameter4OutOfRange

Parameter 4 out of range - See Reference

Parameter5OutOfRange

Parameter 5 out of range - See Reference

Parameter6OutOfRange

Parameter 6 out of range - See Reference

Parameter7OutOfRange

Parameter 7 out of range - See Reference

Parameter8OutOfRange

Parameter 8 out of range - See Reference

Parameter9OutOfRange

Parameter 9 out of range - See Reference

Parameter10OutOfRange

Parameter 10 out of range - See Reference

WindowsError

Out of GDI handles

InvalidPlanesPerPixel

Invalid planes per pixel - Check image type or file contents

BW1ImageExpected

1 bit black & white (BW1) image expected - Check image type or file contents

BW8ImageExpected

8 bits black & white (BW8) image expected - Check image type or file contents

BW16ImageExpected

16 bits black & white (BW16) image expected - Check image type or file contents

BW32ImageExpected

32 bits black & white (BW32) image expected - Check image type or file contents

TemplateCallNeedsSpecialization

Template call needs specialization

CannotCreateMutex

Cannot create Mutex

CannotLockMutex

Cannot lock Mutex

CannotUnlockMutex

Cannot unlock Mutex

CannotDeleteMutex

Cannot delete Mutex

TimeoutReached

Timeout reached

FunctionNotFound

Function not found

ProcessStopped

Process stopped

CopyNotAllowed

Copy not allowed

SingularMatrix

Internal error (code: 1050)

DivisionByZero

Division by zero - Check parameters

ReadonlyProperty

This property is read-only and cannot be accessed

UndefinedProperty

This property is undefined and cannot be accessed

ItemNotFound

The data structure does not contain the specified item

NextItemNotFound

The specified item has no next sibling

ZeroDimension

Width and height must be different from zero.

StringConvertionFailed

String convertion failed.

FileAccessProblems

File access problems - Check file pathname and device state

FileCouldNotBeOpened

File could not be opened - Check file pathname, troubleshoot disk device

FilwhileReading

File error while reading - Check file integrity, troubleshoot disk device

FilwhileWriting

File error while writing - Check free disk space, troubleshoot disk device

BadFileFormat

Bad file format - Check file source or contents

FileCouldNotBeClosed

File could not be closed - Check free disk space, troubleshoot disk device

UnsupportedFileFormatVersion

Unsupported file format version - Upgrade to newer release

MissingOrUnsupportedFileExtension

Missing or unsupported file extension - Check file name/format match

FileIsReadOnly

File is read-only - Set to read-write or save under another name

UnsupportedObjectTypeInArchive

The archive does not contain the correct object type - Check your archiving routines

UnknownArchiveError

An unexpected error occurred during archive access

SerializerShouldBeInReadMode

Attempting to read with a serializer not open for read access

SerializerShouldBeInWriteMode

Attempting to write with a serializer not open for write access

FileExists

Attempting to overwrite an existing file while not allowed to do so

SerializerNotOpen

Attempting to use a serializer that is not correctly opened

UnrecognizedFileFormat

Unrecognized File Format

WrongColorFormatFileFormatCombination

Wrong Color Format File Format Combination

FileDoesNotExist

Attempting to open a file which doesn't exist

ObjectTooLargeToBeSerialized

Object is too large to be serialized

UnsupportedFileFormat

Unsupported File Format

ResourcesDirectoryNotFound

Resources directory doesn't exist or cannot be opened.

ResourceFileNotFound

Resource doesn't exist or cannot be opened.

FileRecoveryFailed

File recovery failed.

UnsupportedTiffFormat

Unsupported TIFF format - Convert TIFF file

UnsupportedBmpFormat

Unsupported BMP format - Convert BMP file

InvalidPngCompression

Invalid PNG compression level

UnsupportedJpegFormat

Unsupported JPEG format - Convert JPEG file

BilevelImageExpected

Bi-level image expected - Use BW1

GrayLevelImageExpected

Gray-level image expected - Use BW8

ColorImageExpected

Color image expected - Use C24

BilevelFormatExpected

Bi-level format expected - Convert file to black & white

GrayLevelFormatExpected

Gray-level format expected - Convert file to gray shades

ColorFormatExpected

Color format expected - Convert file to true color

CannotReadJpegFile

Cannot read JPEG file - Troubleshoot disk device

CannotWriteJpegFile

Cannot write JPEG file - Troubleshoot disk device

WrongFileExtension

Wrong file extension

UnableToAllocateTemporaryMemory

Unable to allocate temporary memory - Fix memory leaks or release memory

BufferTooSmall

The supplied buffer is too small. Supply a bigger buffer.

UnableToAllocateMemory

Not enough memory for this allocation.

UnableToAccessImageMemory

Unable to access image memory - Load or size image

RoiTooLarge

ROI too large - Fit ROI to image

NotAValidImage

Not a valid image - Check image contents

ImagesNotSameSize

Images not of the same size - Adjust image size(s)

ImagesNotSameBitsPerPixel

Images not of the same depth (bits per pixel) - Choose compatible types

SourceImageTooSmall

Origin image too small - Use a larger image

PixelsMustHaveFiniteSize

Pixels must have finite size - Use non-zero parameters

ConstantIsNull

Constant is NULL - Use non-zero value

PixelNullEncountered

NULL pixel encountered - Avoid division by zero

ImagesMayNotOverlap

Images cannot overlap - Use distinct images

RoiOutOfImageLimits

ROI out of the top parent limits - Resize to fit in image

RoiAlreadyHasAParent

ROI already has a parent - Detach ROI first

RoiHasNoParentImage

There is no image ancestor for this ROI - Attach the ROI or one of its ancestor to an image

CannotApplyToAnImage

Cannot apply to an image - Apply to a ROI instead

UnsupportedImageType

Unsupported image type - Check type compatibility

InvalidImageType

Invalid image type - Check type compatibility

UnsupportedXserverDepth

Unsupported X server depth

InconsistentRoiHierarchy

The hierarchy of ROI has been corrupted (inconsistent parent/daughters relationship)

SourceImageTooBig

Original image too big - Use a smaller image

BW1RoiNotAligned

First bit index of an aligned ROI must be 0 - Use an aligned ROI

WrongRoiType

Wrong ROI or image type

CyclingParenthoodNotAllowed

Cycling Parenthood not allowed

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.

MisalignedImagePtr

The supplied image pointer must be aligned to 4 bytes.

UnsupportedImageTypeConversion

Unsupported image type conversion

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.

PixelCoordinatesOutOfROI

The specified coordinate is outside the ROI/Image

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.

ROIHasZeroArea

The ROI width and height must both be larger than 0 - resize the ROI.

RegionTooSmall

The region is too small.

ERegionHasNotBeenPrepared

The ERegion has not been prepared, please use function ERegion::Prepare().

ERegionImpossibleCopy

Cannot copy non-prepared geometrical region into a base ERegion instance.

CanvasSizeNotSet

Canvas size not set.

RegionOutsideImageOrRoi

ERegion is (partially) outside of the corresponding image/ROI

PixelOutsidePerimeter

Pixel outside perimeter - Check pixel value

PixelInsidePerimeter

Pixel inside perimeter - Check pixel value

IsolatedPixel

Isolated pixel - Check pixel value

MaxPixelInContourReached

Maximum pixels in contour reached

NotAValidContour

Not a valid contour - Initialize using a contouring function

UnableToAccessVectorMemory

Unable to access vector memory - Check proper vector initialization

NotAValidVectorDescriptor

Not a valid vector descriptor

VectorTypeIsNotHist

Vector type is not histogram

NotEnoughGroupsInVector

Not enough groups in vector

InvalidVectorDataSize

Invalid vector data size

InvalidVectorDataType

Invalid vector data type

InvalidVectorType

Invalid vector type

ResultTooBigToFitInVector

Result too big to fit in vector

GroupOutOfRange

Group out of range - Adjust group index

InvalidVectorGroupLength

Invalid vector group length

InvalidNumberOfVectorElements

Invalid number of vector elements - Check proper vector initialization

VectorsNotSameSize

Vectors not of the same size - Adjust vector size(s)

UnableToAccessKernelMemory

Unable to access kernel memory - Check proper kernel initialization

NotAValidKernelDescriptor

Not a valid kernel descriptor

InvalidKernel

Invalid kernel

KernelInvalidSize

Invalid kernel size - Check proper kernel initialization

KernelNotAllocated

Kernel not allocated - Check proper kernel initialization

BadListPosition

Bad list position - Restart list traversal

ListIsEmpty

List is empty

TopOfList

Top of list - Do not traverse backwards

BotOfList

Bottom of list - Do not traverse forwards

ListError

List error

LicenseMissing

The license for this library is not granted - Launch License Manager

EasyImageLicenseMissing

The license for EasyImage is not granted - Launch License Manager

EasyColorLicenseMissing

The license for EasyColor is not granted - Launch License Manager

EasyObjectLicenseMissing

The license for EasyObject is not granted - Launch License Manager

EasyMatchLicenseMissing

The license for EasyMatch is not granted - Launch License Manager

EasyGaugeLicenseMissing

The license for EasyGauge is not granted - Launch License Manager

EasyFindLicenseMissing

The license for EasyFind is not granted - Launch License Manager

EasyOcrLicenseMissing

The license for EasyOCR is not granted - Launch License Manager

EasyOcvLicenseMissing

The license for EasyOCV is not granted - Launch License Manager

EasyBarCodeLicenseMissing

The license for EasyBarCode is not granted - Launch License Manager

EasyMatrixCodeLicenseMissing

The license for EasyMatrixCode is not granted - Launch License Manager

EasyMatchAlignementModeLicenseMissing

The license for EasyMatch Alignment mode is not granted - Launch License Manager

EvisionStudioLicenseMissing

The license for eVison Studio is not granted - Launch License Manager

InvalidDongleIndex

The index do not match any available dongle

CannotWriteOEMKey

The OEM key cannot be set

OEMKeyIndexNotSupported

key Indexes are not supported by the selected DongleType

OEMKeyInvalidSize

The size of the OEM key is invalid, it should be between 8 and 64 chars

OEMKeyInvalidIndex

The index of the OEM key is invalid, it should be between 0 and 11

NoGradingComputed

This EBarCode was not graded

WarpImagesTooSmall

Warp images too small - Increase image size

UnsupportedImageSize

Unknown error code

InvalidThresholdValue

The threshold value is not supported

ImagesSizeIncompatible

The sizes of the images parameters is not compatible.

ThresholdNotSet

The threshold is not set.

UnknownFeature

Unknown feature - Check parameters

InvalidSelectionArgument

Invalid selection argument - Check parameters

SortListTooLong

Sort list too long

NotAValidOperationCode

Not a valid operation code

TooManyObjectsDetected

Too many objects detected - Increase MaxObjects

InvalidFeature

Invalid feature - Check parameters

FeatureNotCalculated

Feature not calculated - Call AnalyseObjects method

BadObjectNumber

Bad object number - Check parameters

NoObjectSelected

No object selected - Blob list is empty

LowThresholdHigherThanHighThreshold

Low threshold higher than high threshold - Adjust thresholds

InvalidThresholdMode

Invalid threshold mode - Use appropriate threshold setting method

NoImageAttached

No image attached to the selection - Use Attach()

OutOfContinuousMode

Invalid call out of continuous mode

InvalidImageTypeForSegmenter

The current segmenter can not cope with this type of image

LayersOverlapping

Two different layers are associated with the same layer index

EndOfIterator

The iterator has reached the end of the enumeration

NoThresholdComputedYet

The threshold valued has not been computed yet - First encode an image

FeatureNotDrawable

This kind of feature cannot be drawn

OnlyApplicableToObjectSelection

This kind of feature cannot be used out of EObjectSelection

MoreThanOneLayerEncoded

Please specify the layer index (several layers are encoded)

CodedElementNotSelected

The coded element is not present in the selection

NoPatternLearnt

No pattern learnt - Load from file or train pattern

PatternTooLarge

Pattern too large - Use a smaller one

PatternTooSmall

Pattern too small - Use a larger one

NotAnEasyMatchFile

Not an EasyMatch file - Check file source

UnsupportedEasyMatchFileVersion

Unsupported EasyMatch file version - Upgrade to a newer release

NoImageLearnt

No image learnt - Call LearnImage() first

WrongNumberOfDegreesOfFreedom

The number of degrees of freedom must be at least one, and no more than five - Use a value in this range

InsufficientDiscriminantFeaturesInPattern

There is not enough discriminant features in the selected region to learn a pattern

Unknown_Pattern_Style

The pattern style is not recognized

GrabCutNoImageSpecified

No image was specified to the GrabCut algorihtm. Set an image with SetImage().

GrabcutNotEnoughSamples

There is not enough background and/or foreground pixels to build a model and apply the GrabCut algorithm.

InsufficientContrast

Not enough feature points - Use a more contrasted pattern or reduce the Don't Care mask

PatternTooCloseToImageBorder

Pattern is too close to image border - Leave a margin around the pattern

IncompatibleModes

Incompatible modes (CoarseToFineAnalysisMode and PatternType)

AllowancesAndPatterntypeNotCompatible

Angle and Scale allowances can not be used with the current pattern type

ModelNotSuitedForConsistentedges

The model is unsuitable for ConsistentEdges pattern type - Try another pattern type or increase the model surface

OnlyConsistentedgesForVectorLearning

Learning using a vector model is only possible with the ConsistentEdges pattern type - Try ConsistentEdges pattern type

LoadedPatternCallsForContrastingRegions

The loaded pattern calls for Contrasting Regions pattern type, but Contrasting Regions pattern type is deprecated since Open eVision 23.08.

EmptyVectorModelHierarchy

The hierarchy of the EVectorModel is empty

LearntWithoutERegion

The pattern was learnt without an ERegion, thus there is no ERegion to draw.

AnisotropicScale

The pattern's scale is anisotropic.

NoFeaturePointsToDraw

The pattern comes from an EMatcher instance, there are no feature points to draw.

NoPatternsLoaded

No patterns loaded - Load font file or train

NoPatternsInTheseClasses

No patterns in these classes - Check pattern and text class assignments

CharacterTooSmall

Character too small - Enlarge to font size

CharacterCodeTooBig8

Character code too big to fit in a string, use ReadTextWide instead

CharacterCodeTooBig16

Character code too big to fit in a wide string, use GetFirstCharCode instead

InvalidTextStructure

Text parameter doesn't fit the text topology

InvalidFontFile

The specified font file couldn't be loaded

InvalidTopology

The specified topology is invalid

InvalidEOCR2File

The file-type and structure could not be verified

EOCR2InvalidCharWidth

Character widths must be larger than 0

EOCR2InvalidCharWidthTolerance

Character width tolerance must be between 0 and 1

EOCR2InvalidCharHeight

Character height must be larger than 0

EOCR2InvalidMaxVariation

The 'maximum variation' parameter must be between 0 and 1.

EOCR2InvalidDetectionDelta

The 'detection delta' parameter must be between 0 and 128.

EOCR2InvalidMaxFragmentation

The 'maximum fragmentation' parameter must be between 0 and 1.

EOCR2InvalidSpaceWidth

Space widths must be larger than or equal to 0.

EOCR2InvalidNumDetectionPasses

NumDetectionPasses must be either 1 or 2.

EOCR2CharCodeNotSet

Character code not set

EOCR2CharHeightNotSet

Character height not set

EOCR2CharWidthNotSet

Character width not set

EOCR2TopologyNotSet

Topology not set

EOCR2RangedTopologyNotSupported

Ranged topology is not supported with this method of detection.

EOCR2InvalidRelativeSpaceWidth

Relative space width must be larger than 0

EOCR2ClassiferNotFound

OCR2 Pre-trained classifier not found.

EOCR2ClassiferInvalid

OCR2 Pre-trained classifier is valid.

EOCR2TopologyNotSupported

OCR2 Topology not supported by the deep-learning classifier

EOCR2DetectionFailed

The given topology and parameters could not be fitted to the detected blobs.

EDOStringParsingError

String Parsing error

EDOTopologyError

Topology error

EDOTopologyError_Parsing

Topology simplified format parsing error

EDOSampleError

Sample error

EDOReaderError

Reader error

EDOReaderError_NotInitialized

Initialization error

EDOReaderError_ExecutionSettings_NotSet

Execution settings error (not set)

EDOReaderError_Topology_NotSet

Topology error (not set)

EDOReaderError_Optimize

EasyDeepOCR::Reader::Optimize error

EDOReaderError_Optimize_Failure

EasyDeepOCR::Reader::Optimize failure error

EDOReaderError_Optimize_InvalidSamples

EasyDeepOCR::Reader::Optimize error. Invalid Sample.

EDOReaderError_SetTopology_EmptyTopology

EasyDeepOCR::Reader::SetTopology error. Empty ETopology.

MismatchingColorSystem

Mismatching color system - Check transform compatibility

ColorLookupMustBeInitialized

Color lookup must be initialized - Use initialization method

UnsupportedColorTransform

Unsupported color transform

UnknownSymbolSize

Unknown symbol size - Check size initialization

UnknownEccFamily

Unknown ECC family (ECC 000/050/080/100/140/200 only)

UncorrectableErrors

Too many errors, cannot correct contents - See Reference

CouldNotLocateSymbol

Could not locate the dot matrix symbol (no good candidate object) - See Reference

UnknownFormatId

Unknown Format ID in ECC 000-140 symbol (Base 11/27/41/37 and ASCII 7/8 only) - See Reference

InvalidCrc

Invalid CRC after error correction in ECC 000-140 symbol - See Reference

NoCodeFound

Could not find any codes in the image

TimeoutReachedAndNoCodeFound

Could not find any codes in the image within the timeout

CouldNotDecodeSymbol

Could not decode symbol - Try to improve image quality

CouldNotGrade

Could not grade symbol - Quiet zone out of bounds

CouldNotLocateBarcode

Could not locate bar code symbol - Improve contrast, avoid clutter

UnrecognizedSignature

Unrecognized signature - Check enabled symbologies

InvalidNumberOfBars

Invalid number of bars - Improve bar/space contrast

ExtraEdgesFound

Extra edges found - Improve bar/space contrast or uniformity

IncoherentBarSpaceThickness

Incoherent bar/space thickness sequence - Check enabled symbologies

InvalidCheckCharacter

Invalid checksum character - Check enabled symbologies

SymbologyNotEnabled

Symbology not enabled - Invoke method SetSymbologies()

NoEdgesFound

No edges found - Adjust location or improve bar/space contrast

InvalidEMailBarcodeReaderFile

The file-type and structure could not be verified

InvalidGS1String

The given string could not be parsed as a GS1 machine readable string

NotAnEasyOcvFile

Not an EasyOCV file - Check file source

UnsupportedEasyOcvFileVersion

Unsupported EasyOCV file version - Upgrade Open eVision

NotEnoughSampleImages

Not enough sample images - Use AddToStatistics

NotAnEcheckerFile

Not an EChecker file - Check file source

UnsupportedEcheckerFileVersion

Unsupported EChecker file version - Upgrade Open eVision

NotEnoughSamplesLearnt

Not enough samples learnt - Use UpdateStatistics

InvalidNormalizationMode

Invalid normalization mode - Check SetNormalize call

ImageNotRegistered

Image not registered - Use method Register before Learn

InvalidLearningSequence

Invalid learning sequence - Use AVERAGE followed by ABS_DEVIATION, or RMS_DEVIATION, then READY

E_ERROR_CONTRAST_TOO_LOW

Image contrast is too low

MotherAlreadyHasThisDaughter

Mother already has this daughter - Detach daughter first

ShapeAlreadyHasDaughters

Shape already has daughters - Detach daughters first

NoValidPointFound

No valid point found in the transition computation.

UnsupportedShapeVersion

Unsupported shape version - Upgrade Open eVision

RawCalibrationMode

Raw calibration mode - Cannot be used for this operation

BadLandmarkLayout

The layout of supplied landmarks makes the calibration impossible - Check landmarks positions

IncompatibleCalibrationModes

Incompatible calibration modes - Check calibration mode categories

NotEnoughLandmarks

Not enough landmarks to calibrate - Add landmarks or check calibration mode categories

UnexpectedShapeTypeInFile

Unexpected shape type in file - Check target shape against file model root

UnsupportedModelFileVersion

Unsupported model file version - Upgrade Open eVision

CannotAttachDetachWorldShapes

Cannot Attach or Detach World shape - World shapes never have a mother

UnexpectedWorldShapeInFile

Unexpected World Shape in file - Check target shape against file model root

UnexpectedFrameShapeInFile

Unexpected Frame Shape in file - Check target shape against file model root

UnexpectedPointShapeInFile

Unexpected Point Shape in file - Check target shape against file model root

UnexpectedLineShapeInFile

Unexpected Line Shape in file - Check target shape against file model root

UnexpectedCircleShapeInFile

Unexpected Circle Shape in file - Check target shape against file model root

UnexpectedRectangleShapeInFile

Unexpected Rectangle Shape in file - Check target shape against file model root

UnexpectedWedgeShapeInFile

Unexpected Wedge Shape in file - Check target shape against file model root

UnexpectedPointGaugeInFile

Unexpected Point Gauge in file - Check target shape against file model root

UnexpectedLineGaugeInFile

Unexpected Line Gauge in file - Check target shape against file model root

UnexpectedCircleGaugeInFile

Unexpected Circle Gauge in file - Check target shape against file model root

UnexpectedRectangleGaugeInFile

Unexpected Rectangle Gauge in file - Check target shape against file model root

UnexpectedWedgeGaugeInFile

Unexpected Wedge Gauge in file - Check target shape against file model root

UnexpectedPolygonGaugeInFile

Unexpected Polygon Gauge in file - Check target shape against file model root

UnexpectedBarCodeInFile

Unexpected Bar Code model in file - Check target shape against file model root

OverrideDeserializedEShape

Cannot override a deserialized EShape having daughters. Use a new variable in C#/Python or a unique_ptr in C++.

AttachAllocatedShape

Cannot Attach an allocated EShape.

AnActiveCurvedEdgeIsRequired

At least one curved edge must be active - Activate r and/or R edges

BrokenWedgeShapeConstraints

Constraints between the geometric and the tolerance of the wedge are broken

NotEnoughVertices

The polygon is missing one or several vertices to be valid.

InvalidGrid

The detected grid is invalid

InvalidSymbolSize

The detected symbol size is invalid

InvalidFixedPattern

The fixed pattern of the detected code is invalid

LearnInvalidImageSize

The dimensions of the images should be the same after a learn.

InvalidDimensionRangeLearned

No valid datamatrices dimensions have been learned.

QRECIByteInterpretationTableNotSupported

The byte interpretation is dictated by the ECI coding mode.

QRByteEncodingUnknownInterpretationMode

The byte interpretation is dictated by the ECI coding mode.

QRByteInterpretationModeParameterNotCompatibleWithContent

The byte interpretation is dictated by the ECI coding mode.

CalibrationModelNotDefined

A 3D calibration model is required to perform the conversion

InvalidE3DModelFile

The file-type and structure could not be verified

EmptyPointCloud

The point cloud should not be empty

WrongOrientationVector

The supplied orientation vector is not correct

InvalidE3DCalibrationGeneratorFile

The file-type and structure could not be verified

CalibrationModelNotInitialized

A 3D calibration model is not Initialized

InvalidE3DConverterFile

The file-type and structure of the E3D converter file could not be verified

InvalidE3DCalibrationFile

The file-type and structure of the E3D calibration file could not be verified

UnknownCalibrationObjectType

The calibration object type is not set

ResultOutOfTolerances

Result out of tolerances

MalformedTriangleIndexes

The triangle indexes are not correct in E3DObject

FitFailed

The 3D fit operation failed

ParamNotSet

Trying to get a parameter value that has not been set

UndefinedPixelValue

The pixel has undefined value

FindFailed

The 3D find operation failed

AlignFailed

The 3D align operation failed

WrongCalibrationParameters

Wrong calibration parameters

WrongNormalVector

Wrong normal vector

WrongNormalTolerance

Wrong normal angle tolerance

CalibrationModelNotFound

A 3D calibration model is not found

AxesNotNormal

The axis system is not normed

AxesNotRightHanded

The axis system is not righthanded

AxesNotOrthogonal

The axis system is not orthogonal

MatrixNotRigid

A matrix is not rigid

AxisSystemNotRigid

An axis system is not rigid

CoordinatesOutOfMap

The coordinates are out of the map

InvalidAxisSystem

Axis system is invalid

InvalidPointCloud

The point cloud is not valid

PointCloudOutOfRange

The point cloud is out of range

DepthMapNotCompatibleWithCalibration

The depth map point is not compatible with the calibration model (wrong association)

InvalidE3DObjectFile

The file-type and structure of the E3D object file could not be verified

Map3DConversionModeMustBeInitialized

Conversion mode must be initialized

InvalidE3DBoxFile

The file-type and structure of the E3DBox file could not be verified

NoE3DPointFound

No 3D point found.

OutOffSpacePartition

The point or the index is not in the range of space partition.

NoIntersectionFound

No intersection found.

AttributeBufferNotInitialized

The attribute buffer is not initialized.

IncompatibleAttributeTypeConversion

The attribute type can not be converted to the destination type.

PhotometricStereoImagerNotInitialized

The PhotometricStereoImager is not initialized.

SphereDetectionFailed

The sphere detection failed

InvalidLightDirections

The light directions given or deduced from calibration are coplanar. Photometric stereo cannot be performed with such lights.

PhotometricStereoImagerNoComputationDone

The PhotometricStereoImager has not done any computation on new images since last calibration.

PhotometricStereoImagerLightingCorrectionNotConfigured

The non uniform lightning correction must be configured before being enabled.

PhotometricStereoImagerLightingCorrectionBadImageSize

The flat images size must be the same as the object image size.

SphereOutsideOfROI

The sphere is outside of the ROI

E3DViewerNotInitialized

The 3D viewer is not initialized

E3DMatchNoReferenceModel

E3DMatch class was not provided a reference model

E3DMatchEmptyModel

E3DMatch class was provided an empty model

E3DMatchMatchFailed

E3DMatch class could not find a match

EEmptyZMap

EZMap provided does not contain any defined pixel

E3DMatchNoReferencePose

E3DMatch class was not provided a reference pose

InvalidEColorRampMode

The EColorRampMode is not valid with an attribute buffer id.

E3DMatchNoReferencePlane

E3DMatch class was not provided a reference plane

IncompatibleAttribute

The attribute type can not be used for the operation.

E3DMatchNoDistanceComputed

There is no distance computed.

RenderSourceNameUnknown

The render source name is unknown

RenderSourceAlreadyExists

The render source name already exists

EPointCloudMergerCalibrationFailed

EPointCloudMerger's calibration failed

EPointCloudMergerCalibrationModelNotFound

EPointCloudMerger calibration model's file not found

E3DViewerPickingCallBackException

An exception occurred while calling the callback function after having picked a point.

ColorRampFixBoundSDisabled

The fix bounds cannot be retrieved from the color ramp because it is disabled.

E3DPointCloudInvalidSegment

The given line segment is invalid, for example, because the start and end points are the same.

ESphereFitterNotEnoughPointsSupplied

ESphereFitter does not have enough points to generate a sphere

ESphereFitterAllPointsCoplanar

ESphereFitter does not have enough points to generate a sphere

FeatureNotComputed

The requested feature has not been computed.

RadiusShouldBePositive

The radius of a E3DSphere cannot be negative.

ESphereFitterCouldNotFit

The radius of the fitted sphere is negative.

NoColorRampForShapes

Color ramp cannot be used as source color mode for primitives such as boxes, planes and spheres.

OpenGLError

OpenGL Error.

E3DMatchModelTooCoarse

The model given to the E3DMatch class does not contain enough points for it to work properly, try with a denser model.

OpenGLInitError

Failed to initialize OpenGL. Your platform is not able to use the class E3DViewer.

OpenGLESNotSupported

E3DViewer doesn't support OpenGL ES.

IncompatibleZMapTypes

The types of the ZMaps are not compatible together.

MapZResolutionTooSmall

The ZMap's Z resolution (world space unit per grey scale) is too small to represent some data. Increase MapZResolution.

DataAugmentationFailed

Data augmentation failed for an unknown reason.

InvalidInputSpecification

Invalid input specification.

LabelDoesNotExist

The label does not exist in the dataset.

ImageIsNotAPath

The image was not given as a path.

ImageDoesNotConformToInputFormat

The images do not conform to the input format of the deep learning tool.

CannotDisableAutoreshape

The automatic procedure to make every image conform to the input specification cannot be disabled because there already are images in the dataset that do not conform to the input specification.

NotEnoughImagesToSplitDataset

There are not enough images in the dataset to perform a split such that each part has at least one image from each label of the original dataset.

NotAvailableIn32Bits

This method is not available for the 32 bits binaries of Open eVision.

DatasetIncompatibleWithDeepLearningTool

The dataset is incompatible with this deep learning tool. A trained tool can add constraints on some of the properties of the tool.

DeepLearningToolCurrentlyTraining

This operation is impossible because this deep learning tool is currently training.

DeepLearningToolNotTraining

Cannot wait because this deep learning tool is not training.

CannotChangeInputSpecification

A pre-trained classifier comes with some input specifications that can't be changed.

TrainingAndValidationDatasetIncompatible

The training and validation dataset have incompatible image format.

TrainingAndValidationLabelsIncompatible

The training and validation dataset have incompatible labels.

ClassifierTrainedWithIncompatibleLabels

The classifier was previously trained with incompatible labels.

CannotChangeClassifierType

The type of classifier can't be changed once the classifier is trained.

UnknownClassifierType

Unknown classifier type.

DeepLearningToolNotTrained

This deep learning tool is not trained.

NoGPUFound

No GPU was found.

InvalidMetrics

The metrics are not valid.

MetricsIncompatibleWithResult

The metrics are incompatible with the given result.

InvalidResult

The classification result is invalid.

HeatmapGenerationFailure

Can not generate Heatmap.

NotEnoughMemoryForTraining

There is not enough free memory on the CPU or GPU to perform the training.

NotEnoughMemoryForPrediction

There is not enough free memory on the CPU or GPU to perform a prediction.

NotEnoughMemoryForBatchPrediction

There is not enough free memory on the CPU or GPU to perform a batch prediction.

LayerOutputDisabled

The layer has its output disabled.

NotEnoughMemoryForCache

There is not enough free memory on the CPU for storing the dataset images in the cache.

DeepLearningToolTrained

This operation is impossible because this deep learning tool is already trained.

DeepLearningToolCannotStartTraining

There was an error while starting the training thread.

LabelAlreadyExists

The label already exists in the dataset.

LabelCannotBeChangedOrRemoved

The label can't be changed or removed from the dataset.

IncompatibleLabels

The labels are not compatible with each other.

InvalidLabelWeight

The label weight is invalid. It must be bigger than 0.

ImageHasNoSegmentation

The image has no segmentation.

ImageHasNoLabel

The image has no classification label.

ResultHasNoGroundtruth

The result doesn't have any groundtruth associated with it.

DeepLearningModelError

There was an error in the deep learning model.

ImageNotLabelledForObjectDetection

The image is not labelled for object detection (see ELocator).

InvalidLocatorObject

The locator object is invalid (no label or empty region).

RectangleRegionNotAxisAligned

The rectangle region is not axis aligned.

CapacityNotAvailable

The rectangle region is not axis aligned.

NoInferenceModel

No inference model is present in the tool.

NoTrainingModel

No training model is present in the tool.

PretrainedModelError

Pretrained model could not be loaded.

HeatmapNotAvailable

The heatmap is not available.

UndefinedDeepLearningProject

The deep learning project is undefined. Cannot save or load.

DeepLearningProjectDirectoryError

Directory doesn't exist or cannot be created.

IncompatibleDeepLearningToolType

The tool type is not compatible with the operation.

DatasetTypeLocked

The dataset type for this image is locked.

CannotChangeLayerParameter

This parameter of the layer cannot be changed once the layer is initialized.

LocatorObjectHasNoSize

The locator object has no size.

CannotSetAnchorsForEasyLocateInterestPoint

TCannot manually set anchors the EasyLocate Interest Point.

LocatorObjectHasNoPosition

The locator object has no position.

CannotParseOnnxFile

This onnx file cannot be parsed.

OnnxModelDoesNotHaveGraph

This onnx model does not have a graph.

OnnxModelIsNotAClassifier

This onnx model is not a classifier.

OnnxModelDoesNotTakeOneInput

This onnx model does not take one input.

OnnxModelAttributeNotDefined

A mandatory attribute is not defined.

OnnxOperatorNotSupported

This onnx model is using an unsupported operator.

OnnxLastLayerIsNotSoftmax

The last layer of the model is not a softmax.

OnnxNumlabelsUndefined

The number of labels is undefined.

OnnxUnknownArgument

Unknown argument

ModelNotFound

The specified neural network model was not found.

CudaError

An error occurred in a NVIDIA CUDA library.

DeepLearningEngineError

An error occurred when executing the model with a Deep Learning engine.

InferenceError

There was an unknown error during inference (e.g. not enough memory).

AlignmentFailed

Alignment failed, please check AlignmentArea and AlignmentTolerance.

InvalidESpotDetectorFile

The file-type and structure of the spot detector file could not be verified.

InvalidESpotFile

The file-type and structure of the spot file could not be verified.

DLClassifierNotSet

The Deep Learning classifier is not set.

PixelHandling

Internal error during image processing

EmptyMorphologicalKernel

Use of a morphological kernel without any element set

MatrixOperation

Internal error during matrix processing

NonSquareMatrix

The operation is only valid for square matrices

IncompatibleMatrixSizes

The sizes of the matrix are incompatible for the operation

UnderdeterminedMatrix

Unsupported operation: The matrix has less rows than columns

OverdeterminedMatrix

Unsupported operation: The matrix has more rows than columns

PointAtInfinity

Unable to apply this operation to points at infinity

NotEnoughCalibrationPoints

Not enough points for the calibration process to succeed

LineAtInfinity

Unable to apply this operation to lines at infinity

UndeterminedGeometricEntity

Undetermined geometric entity in projective geometry

NotANumber

Not a number

MetadataAlreadyExists

Metadata already exists in the metadata store

MetadataDoesNotExist

Metadata does not exist in the metadata store

NotUTF8Compatible

The source is not UTF-8 compatible.

InvalidTrainingMode

The chosen training mode is invalid.

InvalidState

"The object is not in the correct state."

FiducialNotFound

"One of the fiducials has not been found."

InvalidModelFile

"Invalid Model File."

InternalError_000

Internal error 0

InternalError_001

Internal error 1

InternalError_002

Internal error 2

InternalError_003

Internal error 3

InternalError_004

Internal error 4

InternalError_005

Internal error 5

InternalError_006

Internal error 6

InternalError_007

Internal error 7

InternalError_008

Internal error 8

InternalError_009

Internal error 9

InternalError_010

Internal error 10

InternalError_011

Internal error 11

InternalError_012

Internal error 12

InternalError_013

Internal error 13

InternalError_014

Internal error 14

InternalError_015

Internal error 15

InternalError_016

Internal error 16

InternalError_017

Internal error 17

InternalError_018

Internal error 18

InternalError_019

Internal error 19

InternalError_020

Internal error 20

InternalError_021

Internal error 21

InternalError_022

Internal error 22

InternalError_023

Internal error 23

InternalError_024

Internal error 24

InternalError_025

Internal error 25

InternalError_026

Internal error 26

InternalError_027

Internal error 27

InternalError_028

Internal error 28

InternalError_029

Internal error 29

InternalError_030

Internal error 30

InternalError_031

Internal error 31

InternalError_032

Internal error 32

InternalError_033

Internal error 33

InternalError_034

Internal error 34

InternalError_035

Internal error 35

InternalError_036

Internal error 36

InternalError_037

Internal error 37

InternalError_038

Internal error 38

InternalError_039

Internal error 39

InternalError_040

Internal error 40

InternalError_041

Internal error 41

InternalError_042

Internal error 42

InternalError_043

Internal error 43

InternalError_044

Internal error 44

InternalError_045

Internal error 45

InternalError_046

Internal error 46

InternalError_047

Internal error 47

InternalError_048

Internal error 48

InternalError_049

Internal error 49

InternalError_050

Internal error 50

InternalError_051

Internal error 51

InternalError_052

Internal error 52

InternalError_053

Internal error 53

InternalError_054

Internal error 54

InternalError_055

Internal error 55

InternalError_056

Internal error 56

InternalError_057

Internal error 57

InternalError_058

Internal error 58

InternalError_059

Internal error 59

InternalError_060

Internal error 60

InternalError_061

Internal error 61

InternalError_062

Internal error 62

InternalError_063

Internal error 63

InternalError_064

Internal error 64

InternalError_065

Internal error 65

InternalError_066

Internal error 66

InternalError_067

Internal error 67

InternalError_068

Internal error 68

InternalError_069

Internal error 69

InternalError_070

Internal error 70

InternalError_071

Internal error 71

InternalError_072

Internal error 72

InternalError_073

Internal error 73

InternalError_074

Internal error 74

InternalError_075

Internal error 75

InternalError_076

Internal error 76

InternalError_077

Internal error 77

InternalError_078

Internal error 78

InternalError_079

Internal error 79

InternalError_080

Internal error 80

InternalError_081

Internal error 81

InternalError_082

Internal error 82

InternalError_083

Internal error 83

InternalError_084

Internal error 84

InternalError_085

Internal error 85

InternalError_086

Internal error 86

InternalError_087

Internal error 87

InternalError_088

Internal error 88

InternalError_089

Internal error 89

InternalError_090

Internal error 90

InternalError_091

Internal error 91

InternalError_092

Internal error 92

InternalError_093

Internal error 93

InternalError_094

Internal error 94

InternalError_095

Internal error 95

InternalError_096

Internal error 96

InternalError_097

Internal error 97

InternalError_098

Internal error 98

InternalError_099

Internal error 99

InternalError_100

Internal error 100

CannotTraceErrors

Cannot trace errors because of a system failure

NotImplemented

Feature not implemented

NullPointer

The supplied pointer is NULL

InvalidTimeout

The current timeout value is 0

InvalidTimeoutReentrancy

Cannot Stop a timeout that has not been started. Cannot Pop a timeout that has not been pushed

InvalidTimeoutState

Cannot Start a timeout that has been reached Cannot Pop a timeout that is Active

PixelBufferSizeIncompatible

Attempt to perform operation on two pixel buffers with incompatible size

RoiParametersBelowZero

Attempt to assign ROI parameters with values below 0

SharedLibraryLoadingError

Error during load of Open eVision shared library

SharedLibraryFunctionLoadingError

Error during load of a function in the Open eVision shared library

RegistryLookup

Error during load of Open eVision shared library

LibraryHashFailed

Error indicating incompatibility between the current wrapper and the targeted library

LibraryNotInitialized

Error indicating that a call to one of Open eVision's shared library functions was attempted without properly initializing the library.

SharedLibraryCloseError

Error during close of Open eVision shared library

ImageShiftInvalid

Error indicating that a shift operation has been applied to an already shifted image. Error indicating that a inverse shift operation has been applied to an image that isn't shifted.

InvalidUTF8Encoding

Error indicating that a string containing invalid UTF8 byte sequences was detected.

Unknown

Unknown error

EError Enum

Possible Open eVision error codes.

Module: open_evision

Ok

Success

EndOfImageSequence

End of image sequence

UserDialogFailed

User dialog failed

ImageLimitsReached

Image limits reached

InvalidAsciiPadding

Invalid ASCII padding

InvalidOperation

Invalid operation - See Reference

InvalidBitsPerPixel

Invalid depth (bits per pixel) - Check type compatibility

InvalidDataType

Invalid data type - Check type compatibility

InvalidDataSize

Invalid data size - Check type compatibility

ParametersOutOfRange

Parameters out of range - See Reference

InvalidMode

Invalid mode - See Reference

EndSmallerThanStart

End smaller than start - Adjust indices

Parameter1OutOfRange

Parameter 1 out of range - See Reference

Parameter2OutOfRange

Parameter 2 out of range - See Reference

Parameter3OutOfRange

Parameter 3 out of range - See Reference

Parameter4OutOfRange

Parameter 4 out of range - See Reference

Parameter5OutOfRange

Parameter 5 out of range - See Reference

Parameter6OutOfRange

Parameter 6 out of range - See Reference

Parameter7OutOfRange

Parameter 7 out of range - See Reference

Parameter8OutOfRange

Parameter 8 out of range - See Reference

Parameter9OutOfRange

Parameter 9 out of range - See Reference

Parameter10OutOfRange

Parameter 10 out of range - See Reference

WindowsError

Out of GDI handles

InvalidPlanesPerPixel

Invalid planes per pixel - Check image type or file contents

BW1ImageExpected

1 bit black & white (BW1) image expected - Check image type or file contents

BW8ImageExpected

8 bits black & white (BW8) image expected - Check image type or file contents

BW16ImageExpected

16 bits black & white (BW16) image expected - Check image type or file contents

BW32ImageExpected

32 bits black & white (BW32) image expected - Check image type or file contents

TemplateCallNeedsSpecialization

Template call needs specialization

CannotCreateMutex

Cannot create Mutex

CannotLockMutex

Cannot lock Mutex

CannotUnlockMutex

Cannot unlock Mutex

CannotDeleteMutex

Cannot delete Mutex

TimeoutReached

Timeout reached

FunctionNotFound

Function not found

ProcessStopped

Process stopped

CopyNotAllowed

Copy not allowed

SingularMatrix

Internal error (code: 1050)

DivisionByZero

Division by zero - Check parameters

ReadonlyProperty

This property is read-only and cannot be accessed

UndefinedProperty

This property is undefined and cannot be accessed

ItemNotFound

The data structure does not contain the specified item

NextItemNotFound

The specified item has no next sibling

ZeroDimension

Width and height must be different from zero.

StringConvertionFailed

String convertion failed.

FileAccessProblems

File access problems - Check file pathname and device state

FileCouldNotBeOpened

File could not be opened - Check file pathname, troubleshoot disk device

FilwhileReading

File error while reading - Check file integrity, troubleshoot disk device

FilwhileWriting

File error while writing - Check free disk space, troubleshoot disk device

BadFileFormat

Bad file format - Check file source or contents

FileCouldNotBeClosed

File could not be closed - Check free disk space, troubleshoot disk device

UnsupportedFileFormatVersion

Unsupported file format version - Upgrade to newer release

MissingOrUnsupportedFileExtension

Missing or unsupported file extension - Check file name/format match

FileIsReadOnly

File is read-only - Set to read-write or save under another name

UnsupportedObjectTypeInArchive

The archive does not contain the correct object type - Check your archiving routines

UnknownArchiveError

An unexpected error occurred during archive access

SerializerShouldBeInReadMode

Attempting to read with a serializer not open for read access

SerializerShouldBeInWriteMode

Attempting to write with a serializer not open for write access

FileExists

Attempting to overwrite an existing file while not allowed to do so

SerializerNotOpen

Attempting to use a serializer that is not correctly opened

UnrecognizedFileFormat

Unrecognized File Format

WrongColorFormatFileFormatCombination

Wrong Color Format File Format Combination

FileDoesNotExist

Attempting to open a file which doesn't exist

ObjectTooLargeToBeSerialized

Object is too large to be serialized

UnsupportedFileFormat

Unsupported File Format

ResourcesDirectoryNotFound

Resources directory doesn't exist or cannot be opened.

ResourceFileNotFound

Resource doesn't exist or cannot be opened.

FileRecoveryFailed

File recovery failed.

UnsupportedTiffFormat

Unsupported TIFF format - Convert TIFF file

UnsupportedBmpFormat

Unsupported BMP format - Convert BMP file

InvalidPngCompression

Invalid PNG compression level

UnsupportedJpegFormat

Unsupported JPEG format - Convert JPEG file

BilevelImageExpected

Bi-level image expected - Use BW1

GrayLevelImageExpected

Gray-level image expected - Use BW8

ColorImageExpected

Color image expected - Use C24

BilevelFormatExpected

Bi-level format expected - Convert file to black & white

GrayLevelFormatExpected

Gray-level format expected - Convert file to gray shades

ColorFormatExpected

Color format expected - Convert file to true color

CannotReadJpegFile

Cannot read JPEG file - Troubleshoot disk device

CannotWriteJpegFile

Cannot write JPEG file - Troubleshoot disk device

WrongFileExtension

Wrong file extension

UnableToAllocateTemporaryMemory

Unable to allocate temporary memory - Fix memory leaks or release memory

BufferTooSmall

The supplied buffer is too small. Supply a bigger buffer.

UnableToAllocateMemory

Not enough memory for this allocation.

UnableToAccessImageMemory

Unable to access image memory - Load or size image

RoiTooLarge

ROI too large - Fit ROI to image

NotAValidImage

Not a valid image - Check image contents

ImagesNotSameSize

Images not of the same size - Adjust image size(s)

ImagesNotSameBitsPerPixel

Images not of the same depth (bits per pixel) - Choose compatible types

SourceImageTooSmall

Origin image too small - Use a larger image

PixelsMustHaveFiniteSize

Pixels must have finite size - Use non-zero parameters

ConstantIsNull

Constant is NULL - Use non-zero value

PixelNullEncountered

NULL pixel encountered - Avoid division by zero

ImagesMayNotOverlap

Images cannot overlap - Use distinct images

RoiOutOfImageLimits

ROI out of the top parent limits - Resize to fit in image

RoiAlreadyHasAParent

ROI already has a parent - Detach ROI first

RoiHasNoParentImage

There is no image ancestor for this ROI - Attach the ROI or one of its ancestor to an image

CannotApplyToAnImage

Cannot apply to an image - Apply to a ROI instead

UnsupportedImageType

Unsupported image type - Check type compatibility

InvalidImageType

Invalid image type - Check type compatibility

UnsupportedXserverDepth

Unsupported X server depth

InconsistentRoiHierarchy

The hierarchy of ROI has been corrupted (inconsistent parent/daughters relationship)

SourceImageTooBig

Original image too big - Use a smaller image

BW1RoiNotAligned

First bit index of an aligned ROI must be 0 - Use an aligned ROI

WrongRoiType

Wrong ROI or image type

CyclingParenthoodNotAllowed

Cycling Parenthood not allowed

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.

MisalignedImagePtr

The supplied image pointer must be aligned to 4 bytes.

UnsupportedImageTypeConversion

Unsupported image type conversion

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.

PixelCoordinatesOutOfROI

The specified coordinate is outside the ROI/Image

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.

ROIHasZeroArea

The ROI width and height must both be larger than 0 - resize the ROI.

RegionTooSmall

The region is too small.

ERegionHasNotBeenPrepared

The ERegion has not been prepared, please use function ERegion::Prepare().

ERegionImpossibleCopy

Cannot copy non-prepared geometrical region into a base ERegion instance.

CanvasSizeNotSet

Canvas size not set.

RegionOutsideImageOrRoi

ERegion is (partially) outside of the corresponding image/ROI

PixelOutsidePerimeter

Pixel outside perimeter - Check pixel value

PixelInsidePerimeter

Pixel inside perimeter - Check pixel value

IsolatedPixel

Isolated pixel - Check pixel value

MaxPixelInContourReached

Maximum pixels in contour reached

NotAValidContour

Not a valid contour - Initialize using a contouring function

UnableToAccessVectorMemory

Unable to access vector memory - Check proper vector initialization

NotAValidVectorDescriptor

Not a valid vector descriptor

VectorTypeIsNotHist

Vector type is not histogram

NotEnoughGroupsInVector

Not enough groups in vector

InvalidVectorDataSize

Invalid vector data size

InvalidVectorDataType

Invalid vector data type

InvalidVectorType

Invalid vector type

ResultTooBigToFitInVector

Result too big to fit in vector

GroupOutOfRange

Group out of range - Adjust group index

InvalidVectorGroupLength

Invalid vector group length

InvalidNumberOfVectorElements

Invalid number of vector elements - Check proper vector initialization

VectorsNotSameSize

Vectors not of the same size - Adjust vector size(s)

UnableToAccessKernelMemory

Unable to access kernel memory - Check proper kernel initialization

NotAValidKernelDescriptor

Not a valid kernel descriptor

InvalidKernel

Invalid kernel

KernelInvalidSize

Invalid kernel size - Check proper kernel initialization

KernelNotAllocated

Kernel not allocated - Check proper kernel initialization

BadListPosition

Bad list position - Restart list traversal

ListIsEmpty

List is empty

TopOfList

Top of list - Do not traverse backwards

BotOfList

Bottom of list - Do not traverse forwards

ListError

List error

LicenseMissing

The license for this library is not granted - Launch License Manager

EasyImageLicenseMissing

The license for EasyImage is not granted - Launch License Manager

EasyColorLicenseMissing

The license for EasyColor is not granted - Launch License Manager

EasyObjectLicenseMissing

The license for EasyObject is not granted - Launch License Manager

EasyMatchLicenseMissing

The license for EasyMatch is not granted - Launch License Manager

EasyGaugeLicenseMissing

The license for EasyGauge is not granted - Launch License Manager

EasyFindLicenseMissing

The license for EasyFind is not granted - Launch License Manager

EasyOcrLicenseMissing

The license for EasyOCR is not granted - Launch License Manager

EasyOcvLicenseMissing

The license for EasyOCV is not granted - Launch License Manager

EasyBarCodeLicenseMissing

The license for EasyBarCode is not granted - Launch License Manager

EasyMatrixCodeLicenseMissing

The license for EasyMatrixCode is not granted - Launch License Manager

EasyMatchAlignementModeLicenseMissing

The license for EasyMatch Alignment mode is not granted - Launch License Manager

EvisionStudioLicenseMissing

The license for eVison Studio is not granted - Launch License Manager

InvalidDongleIndex

The index do not match any available dongle

CannotWriteOEMKey

The OEM key cannot be set

OEMKeyIndexNotSupported

key Indexes are not supported by the selected DongleType

OEMKeyInvalidSize

The size of the OEM key is invalid, it should be between 8 and 64 chars

OEMKeyInvalidIndex

The index of the OEM key is invalid, it should be between 0 and 11

NoGradingComputed

This EBarCode was not graded

WarpImagesTooSmall

Warp images too small - Increase image size

UnsupportedImageSize

Unknown error code

InvalidThresholdValue

The threshold value is not supported

ImagesSizeIncompatible

The sizes of the images parameters is not compatible.

ThresholdNotSet

The threshold is not set.

UnknownFeature

Unknown feature - Check parameters

InvalidSelectionArgument

Invalid selection argument - Check parameters

SortListTooLong

Sort list too long

NotAValidOperationCode

Not a valid operation code

TooManyObjectsDetected

Too many objects detected - Increase MaxObjects

InvalidFeature

Invalid feature - Check parameters

FeatureNotCalculated

Feature not calculated - Call AnalyseObjects method

BadObjectNumber

Bad object number - Check parameters

NoObjectSelected

No object selected - Blob list is empty

LowThresholdHigherThanHighThreshold

Low threshold higher than high threshold - Adjust thresholds

InvalidThresholdMode

Invalid threshold mode - Use appropriate threshold setting method

NoImageAttached

No image attached to the selection - Use Attach()

OutOfContinuousMode

Invalid call out of continuous mode

InvalidImageTypeForSegmenter

The current segmenter can not cope with this type of image

LayersOverlapping

Two different layers are associated with the same layer index

EndOfIterator

The iterator has reached the end of the enumeration

NoThresholdComputedYet

The threshold valued has not been computed yet - First encode an image

FeatureNotDrawable

This kind of feature cannot be drawn

OnlyApplicableToObjectSelection

This kind of feature cannot be used out of EObjectSelection

MoreThanOneLayerEncoded

Please specify the layer index (several layers are encoded)

CodedElementNotSelected

The coded element is not present in the selection

NoPatternLearnt

No pattern learnt - Load from file or train pattern

PatternTooLarge

Pattern too large - Use a smaller one

PatternTooSmall

Pattern too small - Use a larger one

NotAnEasyMatchFile

Not an EasyMatch file - Check file source

UnsupportedEasyMatchFileVersion

Unsupported EasyMatch file version - Upgrade to a newer release

NoImageLearnt

No image learnt - Call LearnImage() first

WrongNumberOfDegreesOfFreedom

The number of degrees of freedom must be at least one, and no more than five - Use a value in this range

InsufficientDiscriminantFeaturesInPattern

There is not enough discriminant features in the selected region to learn a pattern

Unknown_Pattern_Style

The pattern style is not recognized

GrabCutNoImageSpecified

No image was specified to the GrabCut algorihtm. Set an image with SetImage().

GrabcutNotEnoughSamples

There is not enough background and/or foreground pixels to build a model and apply the GrabCut algorithm.

InsufficientContrast

Not enough feature points - Use a more contrasted pattern or reduce the Don't Care mask

PatternTooCloseToImageBorder

Pattern is too close to image border - Leave a margin around the pattern

IncompatibleModes

Incompatible modes (CoarseToFineAnalysisMode and PatternType)

AllowancesAndPatterntypeNotCompatible

Angle and Scale allowances can not be used with the current pattern type

ModelNotSuitedForConsistentedges

The model is unsuitable for ConsistentEdges pattern type - Try another pattern type or increase the model surface

OnlyConsistentedgesForVectorLearning

Learning using a vector model is only possible with the ConsistentEdges pattern type - Try ConsistentEdges pattern type

LoadedPatternCallsForContrastingRegions

The loaded pattern calls for Contrasting Regions pattern type, but Contrasting Regions pattern type is deprecated since Open eVision 23.08.

EmptyVectorModelHierarchy

The hierarchy of the EVectorModel is empty

LearntWithoutERegion

The pattern was learnt without an ERegion, thus there is no ERegion to draw.

AnisotropicScale

The pattern's scale is anisotropic.

NoFeaturePointsToDraw

The pattern comes from an EMatcher instance, there are no feature points to draw.

NoPatternsLoaded

No patterns loaded - Load font file or train

NoPatternsInTheseClasses

No patterns in these classes - Check pattern and text class assignments

CharacterTooSmall

Character too small - Enlarge to font size

CharacterCodeTooBig8

Character code too big to fit in a string, use ReadTextWide instead

CharacterCodeTooBig16

Character code too big to fit in a wide string, use GetFirstCharCode instead

InvalidTextStructure

Text parameter doesn't fit the text topology

InvalidFontFile

The specified font file couldn't be loaded

InvalidTopology

The specified topology is invalid

InvalidEOCR2File

The file-type and structure could not be verified

EOCR2InvalidCharWidth

Character widths must be larger than 0

EOCR2InvalidCharWidthTolerance

Character width tolerance must be between 0 and 1

EOCR2InvalidCharHeight

Character height must be larger than 0

EOCR2InvalidMaxVariation

The 'maximum variation' parameter must be between 0 and 1.

EOCR2InvalidDetectionDelta

The 'detection delta' parameter must be between 0 and 128.

EOCR2InvalidMaxFragmentation

The 'maximum fragmentation' parameter must be between 0 and 1.

EOCR2InvalidSpaceWidth

Space widths must be larger than or equal to 0.

EOCR2InvalidNumDetectionPasses

NumDetectionPasses must be either 1 or 2.

EOCR2CharCodeNotSet

Character code not set

EOCR2CharHeightNotSet

Character height not set

EOCR2CharWidthNotSet

Character width not set

EOCR2TopologyNotSet

Topology not set

EOCR2RangedTopologyNotSupported

Ranged topology is not supported with this method of detection.

EOCR2InvalidRelativeSpaceWidth

Relative space width must be larger than 0

EOCR2ClassiferNotFound

OCR2 Pre-trained classifier not found.

EOCR2ClassiferInvalid

OCR2 Pre-trained classifier is valid.

EOCR2TopologyNotSupported

OCR2 Topology not supported by the deep-learning classifier

EOCR2DetectionFailed

The given topology and parameters could not be fitted to the detected blobs.

EDOStringParsingError

String Parsing error

EDOTopologyError

Topology error

EDOTopologyError_Parsing

Topology simplified format parsing error

EDOSampleError

Sample error

EDOReaderError

Reader error

EDOReaderError_NotInitialized

Initialization error

EDOReaderError_ExecutionSettings_NotSet

Execution settings error (not set)

EDOReaderError_Topology_NotSet

Topology error (not set)

EDOReaderError_Optimize

EasyDeepOCR::Reader::Optimize error

EDOReaderError_Optimize_Failure

EasyDeepOCR::Reader::Optimize failure error

EDOReaderError_Optimize_InvalidSamples

EasyDeepOCR::Reader::Optimize error. Invalid Sample.

EDOReaderError_SetTopology_EmptyTopology

EasyDeepOCR::Reader::SetTopology error. Empty ETopology.

MismatchingColorSystem

Mismatching color system - Check transform compatibility

ColorLookupMustBeInitialized

Color lookup must be initialized - Use initialization method

UnsupportedColorTransform

Unsupported color transform

UnknownSymbolSize

Unknown symbol size - Check size initialization

UnknownEccFamily

Unknown ECC family (ECC 000/050/080/100/140/200 only)

UncorrectableErrors

Too many errors, cannot correct contents - See Reference

CouldNotLocateSymbol

Could not locate the dot matrix symbol (no good candidate object) - See Reference

UnknownFormatId

Unknown Format ID in ECC 000-140 symbol (Base 11/27/41/37 and ASCII 7/8 only) - See Reference

InvalidCrc

Invalid CRC after error correction in ECC 000-140 symbol - See Reference

NoCodeFound

Could not find any codes in the image

TimeoutReachedAndNoCodeFound

Could not find any codes in the image within the timeout

CouldNotDecodeSymbol

Could not decode symbol - Try to improve image quality

CouldNotGrade

Could not grade symbol - Quiet zone out of bounds

CouldNotLocateBarcode

Could not locate bar code symbol - Improve contrast, avoid clutter

UnrecognizedSignature

Unrecognized signature - Check enabled symbologies

InvalidNumberOfBars

Invalid number of bars - Improve bar/space contrast

ExtraEdgesFound

Extra edges found - Improve bar/space contrast or uniformity

IncoherentBarSpaceThickness

Incoherent bar/space thickness sequence - Check enabled symbologies

InvalidCheckCharacter

Invalid checksum character - Check enabled symbologies

SymbologyNotEnabled

Symbology not enabled - Invoke method SetSymbologies()

NoEdgesFound

No edges found - Adjust location or improve bar/space contrast

InvalidEMailBarcodeReaderFile

The file-type and structure could not be verified

InvalidGS1String

The given string could not be parsed as a GS1 machine readable string

NotAnEasyOcvFile

Not an EasyOCV file - Check file source

UnsupportedEasyOcvFileVersion

Unsupported EasyOCV file version - Upgrade Open eVision

NotEnoughSampleImages

Not enough sample images - Use AddToStatistics

NotAnEcheckerFile

Not an EChecker file - Check file source

UnsupportedEcheckerFileVersion

Unsupported EChecker file version - Upgrade Open eVision

NotEnoughSamplesLearnt

Not enough samples learnt - Use UpdateStatistics

InvalidNormalizationMode

Invalid normalization mode - Check SetNormalize call

ImageNotRegistered

Image not registered - Use method Register before Learn

InvalidLearningSequence

Invalid learning sequence - Use AVERAGE followed by ABS_DEVIATION, or RMS_DEVIATION, then READY

E_ERROR_CONTRAST_TOO_LOW

Image contrast is too low

MotherAlreadyHasThisDaughter

Mother already has this daughter - Detach daughter first

ShapeAlreadyHasDaughters

Shape already has daughters - Detach daughters first

NoValidPointFound

No valid point found in the transition computation.

UnsupportedShapeVersion

Unsupported shape version - Upgrade Open eVision

RawCalibrationMode

Raw calibration mode - Cannot be used for this operation

BadLandmarkLayout

The layout of supplied landmarks makes the calibration impossible - Check landmarks positions

IncompatibleCalibrationModes

Incompatible calibration modes - Check calibration mode categories

NotEnoughLandmarks

Not enough landmarks to calibrate - Add landmarks or check calibration mode categories

UnexpectedShapeTypeInFile

Unexpected shape type in file - Check target shape against file model root

UnsupportedModelFileVersion

Unsupported model file version - Upgrade Open eVision

CannotAttachDetachWorldShapes

Cannot Attach or Detach World shape - World shapes never have a mother

UnexpectedWorldShapeInFile

Unexpected World Shape in file - Check target shape against file model root

UnexpectedFrameShapeInFile

Unexpected Frame Shape in file - Check target shape against file model root

UnexpectedPointShapeInFile

Unexpected Point Shape in file - Check target shape against file model root

UnexpectedLineShapeInFile

Unexpected Line Shape in file - Check target shape against file model root

UnexpectedCircleShapeInFile

Unexpected Circle Shape in file - Check target shape against file model root

UnexpectedRectangleShapeInFile

Unexpected Rectangle Shape in file - Check target shape against file model root

UnexpectedWedgeShapeInFile

Unexpected Wedge Shape in file - Check target shape against file model root

UnexpectedPointGaugeInFile

Unexpected Point Gauge in file - Check target shape against file model root

UnexpectedLineGaugeInFile

Unexpected Line Gauge in file - Check target shape against file model root

UnexpectedCircleGaugeInFile

Unexpected Circle Gauge in file - Check target shape against file model root

UnexpectedRectangleGaugeInFile

Unexpected Rectangle Gauge in file - Check target shape against file model root

UnexpectedWedgeGaugeInFile

Unexpected Wedge Gauge in file - Check target shape against file model root

UnexpectedPolygonGaugeInFile

Unexpected Polygon Gauge in file - Check target shape against file model root

UnexpectedBarCodeInFile

Unexpected Bar Code model in file - Check target shape against file model root

OverrideDeserializedEShape

Cannot override a deserialized EShape having daughters. Use a new variable in C#/Python or a unique_ptr in C++.

AttachAllocatedShape

Cannot Attach an allocated EShape.

AnActiveCurvedEdgeIsRequired

At least one curved edge must be active - Activate r and/or R edges

BrokenWedgeShapeConstraints

Constraints between the geometric and the tolerance of the wedge are broken

NotEnoughVertices

The polygon is missing one or several vertices to be valid.

InvalidGrid

The detected grid is invalid

InvalidSymbolSize

The detected symbol size is invalid

InvalidFixedPattern

The fixed pattern of the detected code is invalid

LearnInvalidImageSize

The dimensions of the images should be the same after a learn.

InvalidDimensionRangeLearned

No valid datamatrices dimensions have been learned.

QRECIByteInterpretationTableNotSupported

The byte interpretation is dictated by the ECI coding mode.

QRByteEncodingUnknownInterpretationMode

The byte interpretation is dictated by the ECI coding mode.

QRByteInterpretationModeParameterNotCompatibleWithContent

The byte interpretation is dictated by the ECI coding mode.

CalibrationModelNotDefined

A 3D calibration model is required to perform the conversion

InvalidE3DModelFile

The file-type and structure could not be verified

EmptyPointCloud

The point cloud should not be empty

WrongOrientationVector

The supplied orientation vector is not correct

InvalidE3DCalibrationGeneratorFile

The file-type and structure could not be verified

CalibrationModelNotInitialized

A 3D calibration model is not Initialized

InvalidE3DConverterFile

The file-type and structure of the E3D converter file could not be verified

InvalidE3DCalibrationFile

The file-type and structure of the E3D calibration file could not be verified

UnknownCalibrationObjectType

The calibration object type is not set

ResultOutOfTolerances

Result out of tolerances

MalformedTriangleIndexes

The triangle indexes are not correct in E3DObject

FitFailed

The 3D fit operation failed

ParamNotSet

Trying to get a parameter value that has not been set

UndefinedPixelValue

The pixel has undefined value

FindFailed

The 3D find operation failed

AlignFailed

The 3D align operation failed

WrongCalibrationParameters

Wrong calibration parameters

WrongNormalVector

Wrong normal vector

WrongNormalTolerance

Wrong normal angle tolerance

CalibrationModelNotFound

A 3D calibration model is not found

AxesNotNormal

The axis system is not normed

AxesNotRightHanded

The axis system is not righthanded

AxesNotOrthogonal

The axis system is not orthogonal

MatrixNotRigid

A matrix is not rigid

AxisSystemNotRigid

An axis system is not rigid

CoordinatesOutOfMap

The coordinates are out of the map

InvalidAxisSystem

Axis system is invalid

InvalidPointCloud

The point cloud is not valid

PointCloudOutOfRange

The point cloud is out of range

DepthMapNotCompatibleWithCalibration

The depth map point is not compatible with the calibration model (wrong association)

InvalidE3DObjectFile

The file-type and structure of the E3D object file could not be verified

Map3DConversionModeMustBeInitialized

Conversion mode must be initialized

InvalidE3DBoxFile

The file-type and structure of the E3DBox file could not be verified

NoE3DPointFound

No 3D point found.

OutOffSpacePartition

The point or the index is not in the range of space partition.

NoIntersectionFound

No intersection found.

AttributeBufferNotInitialized

The attribute buffer is not initialized.

IncompatibleAttributeTypeConversion

The attribute type can not be converted to the destination type.

PhotometricStereoImagerNotInitialized

The PhotometricStereoImager is not initialized.

SphereDetectionFailed

The sphere detection failed

InvalidLightDirections

The light directions given or deduced from calibration are coplanar. Photometric stereo cannot be performed with such lights.

PhotometricStereoImagerNoComputationDone

The PhotometricStereoImager has not done any computation on new images since last calibration.

PhotometricStereoImagerLightingCorrectionNotConfigured

The non uniform lightning correction must be configured before being enabled.

PhotometricStereoImagerLightingCorrectionBadImageSize

The flat images size must be the same as the object image size.

SphereOutsideOfROI

The sphere is outside of the ROI

E3DViewerNotInitialized

The 3D viewer is not initialized

E3DMatchNoReferenceModel

E3DMatch class was not provided a reference model

E3DMatchEmptyModel

E3DMatch class was provided an empty model

E3DMatchMatchFailed

E3DMatch class could not find a match

EEmptyZMap

EZMap provided does not contain any defined pixel

E3DMatchNoReferencePose

E3DMatch class was not provided a reference pose

InvalidEColorRampMode

The EColorRampMode is not valid with an attribute buffer id.

E3DMatchNoReferencePlane

E3DMatch class was not provided a reference plane

IncompatibleAttribute

The attribute type can not be used for the operation.

E3DMatchNoDistanceComputed

There is no distance computed.

RenderSourceNameUnknown

The render source name is unknown

RenderSourceAlreadyExists

The render source name already exists

EPointCloudMergerCalibrationFailed

EPointCloudMerger's calibration failed

EPointCloudMergerCalibrationModelNotFound

EPointCloudMerger calibration model's file not found

E3DViewerPickingCallBackException

An exception occurred while calling the callback function after having picked a point.

ColorRampFixBoundSDisabled

The fix bounds cannot be retrieved from the color ramp because it is disabled.

E3DPointCloudInvalidSegment

The given line segment is invalid, for example, because the start and end points are the same.

ESphereFitterNotEnoughPointsSupplied

ESphereFitter does not have enough points to generate a sphere

ESphereFitterAllPointsCoplanar

ESphereFitter does not have enough points to generate a sphere

FeatureNotComputed

The requested feature has not been computed.

RadiusShouldBePositive

The radius of a E3DSphere cannot be negative.

ESphereFitterCouldNotFit

The radius of the fitted sphere is negative.

NoColorRampForShapes

Color ramp cannot be used as source color mode for primitives such as boxes, planes and spheres.

OpenGLError

OpenGL Error.

E3DMatchModelTooCoarse

The model given to the E3DMatch class does not contain enough points for it to work properly, try with a denser model.

OpenGLInitError

Failed to initialize OpenGL. Your platform is not able to use the class E3DViewer.

OpenGLESNotSupported

E3DViewer doesn't support OpenGL ES.

IncompatibleZMapTypes

The types of the ZMaps are not compatible together.

MapZResolutionTooSmall

The ZMap's Z resolution (world space unit per grey scale) is too small to represent some data. Increase MapZResolution.

DataAugmentationFailed

Data augmentation failed for an unknown reason.

InvalidInputSpecification

Invalid input specification.

LabelDoesNotExist

The label does not exist in the dataset.

ImageIsNotAPath

The image was not given as a path.

ImageDoesNotConformToInputFormat

The images do not conform to the input format of the deep learning tool.

CannotDisableAutoreshape

The automatic procedure to make every image conform to the input specification cannot be disabled because there already are images in the dataset that do not conform to the input specification.

NotEnoughImagesToSplitDataset

There are not enough images in the dataset to perform a split such that each part has at least one image from each label of the original dataset.

NotAvailableIn32Bits

This method is not available for the 32 bits binaries of Open eVision.

DatasetIncompatibleWithDeepLearningTool

The dataset is incompatible with this deep learning tool. A trained tool can add constraints on some of the properties of the tool.

DeepLearningToolCurrentlyTraining

This operation is impossible because this deep learning tool is currently training.

DeepLearningToolNotTraining

Cannot wait because this deep learning tool is not training.

CannotChangeInputSpecification

A pre-trained classifier comes with some input specifications that can't be changed.

TrainingAndValidationDatasetIncompatible

The training and validation dataset have incompatible image format.

TrainingAndValidationLabelsIncompatible

The training and validation dataset have incompatible labels.

ClassifierTrainedWithIncompatibleLabels

The classifier was previously trained with incompatible labels.

CannotChangeClassifierType

The type of classifier can't be changed once the classifier is trained.

UnknownClassifierType

Unknown classifier type.

DeepLearningToolNotTrained

This deep learning tool is not trained.

NoGPUFound

No GPU was found.

InvalidMetrics

The metrics are not valid.

MetricsIncompatibleWithResult

The metrics are incompatible with the given result.

InvalidResult

The classification result is invalid.

HeatmapGenerationFailure

Can not generate Heatmap.

NotEnoughMemoryForTraining

There is not enough free memory on the CPU or GPU to perform the training.

NotEnoughMemoryForPrediction

There is not enough free memory on the CPU or GPU to perform a prediction.

NotEnoughMemoryForBatchPrediction

There is not enough free memory on the CPU or GPU to perform a batch prediction.

LayerOutputDisabled

The layer has its output disabled.

NotEnoughMemoryForCache

There is not enough free memory on the CPU for storing the dataset images in the cache.

DeepLearningToolTrained

This operation is impossible because this deep learning tool is already trained.

DeepLearningToolCannotStartTraining

There was an error while starting the training thread.

LabelAlreadyExists

The label already exists in the dataset.

LabelCannotBeChangedOrRemoved

The label can't be changed or removed from the dataset.

IncompatibleLabels

The labels are not compatible with each other.

InvalidLabelWeight

The label weight is invalid. It must be bigger than 0.

ImageHasNoSegmentation

The image has no segmentation.

ImageHasNoLabel

The image has no classification label.

ResultHasNoGroundtruth

The result doesn't have any groundtruth associated with it.

DeepLearningModelError

There was an error in the deep learning model.

ImageNotLabelledForObjectDetection

The image is not labelled for object detection (see ELocator).

InvalidLocatorObject

The locator object is invalid (no label or empty region).

RectangleRegionNotAxisAligned

The rectangle region is not axis aligned.

CapacityNotAvailable

The rectangle region is not axis aligned.

NoInferenceModel

No inference model is present in the tool.

NoTrainingModel

No training model is present in the tool.

PretrainedModelError

Pretrained model could not be loaded.

HeatmapNotAvailable

The heatmap is not available.

UndefinedDeepLearningProject

The deep learning project is undefined. Cannot save or load.

DeepLearningProjectDirectoryError

Directory doesn't exist or cannot be created.

IncompatibleDeepLearningToolType

The tool type is not compatible with the operation.

DatasetTypeLocked

The dataset type for this image is locked.

CannotChangeLayerParameter

This parameter of the layer cannot be changed once the layer is initialized.

LocatorObjectHasNoSize

The locator object has no size.

CannotSetAnchorsForEasyLocateInterestPoint

TCannot manually set anchors the EasyLocate Interest Point.

LocatorObjectHasNoPosition

The locator object has no position.

CannotParseOnnxFile

This onnx file cannot be parsed.

OnnxModelDoesNotHaveGraph

This onnx model does not have a graph.

OnnxModelIsNotAClassifier

This onnx model is not a classifier.

OnnxModelDoesNotTakeOneInput

This onnx model does not take one input.

OnnxModelAttributeNotDefined

A mandatory attribute is not defined.

OnnxOperatorNotSupported

This onnx model is using an unsupported operator.

OnnxLastLayerIsNotSoftmax

The last layer of the model is not a softmax.

OnnxNumlabelsUndefined

The number of labels is undefined.

OnnxUnknownArgument

Unknown argument

ModelNotFound

The specified neural network model was not found.

CudaError

An error occurred in a NVIDIA CUDA library.

DeepLearningEngineError

An error occurred when executing the model with a Deep Learning engine.

InferenceError

There was an unknown error during inference (e.g. not enough memory).

AlignmentFailed

Alignment failed, please check AlignmentArea and AlignmentTolerance.

InvalidESpotDetectorFile

The file-type and structure of the spot detector file could not be verified.

InvalidESpotFile

The file-type and structure of the spot file could not be verified.

DLClassifierNotSet

The Deep Learning classifier is not set.

PixelHandling

Internal error during image processing

EmptyMorphologicalKernel

Use of a morphological kernel without any element set

MatrixOperation

Internal error during matrix processing

NonSquareMatrix

The operation is only valid for square matrices

IncompatibleMatrixSizes

The sizes of the matrix are incompatible for the operation

UnderdeterminedMatrix

Unsupported operation: The matrix has less rows than columns

OverdeterminedMatrix

Unsupported operation: The matrix has more rows than columns

PointAtInfinity

Unable to apply this operation to points at infinity

NotEnoughCalibrationPoints

Not enough points for the calibration process to succeed

LineAtInfinity

Unable to apply this operation to lines at infinity

UndeterminedGeometricEntity

Undetermined geometric entity in projective geometry

NotANumber

Not a number

MetadataAlreadyExists

Metadata already exists in the metadata store

MetadataDoesNotExist

Metadata does not exist in the metadata store

NotUTF8Compatible

The source is not UTF-8 compatible.

InvalidTrainingMode

The chosen training mode is invalid.

InvalidState

"The object is not in the correct state."

FiducialNotFound

"One of the fiducials has not been found."

InvalidModelFile

"Invalid Model File."

InternalError_000

Internal error 0

InternalError_001

Internal error 1

InternalError_002

Internal error 2

InternalError_003

Internal error 3

InternalError_004

Internal error 4

InternalError_005

Internal error 5

InternalError_006

Internal error 6

InternalError_007

Internal error 7

InternalError_008

Internal error 8

InternalError_009

Internal error 9

InternalError_010

Internal error 10

InternalError_011

Internal error 11

InternalError_012

Internal error 12

InternalError_013

Internal error 13

InternalError_014

Internal error 14

InternalError_015

Internal error 15

InternalError_016

Internal error 16

InternalError_017

Internal error 17

InternalError_018

Internal error 18

InternalError_019

Internal error 19

InternalError_020

Internal error 20

InternalError_021

Internal error 21

InternalError_022

Internal error 22

InternalError_023

Internal error 23

InternalError_024

Internal error 24

InternalError_025

Internal error 25

InternalError_026

Internal error 26

InternalError_027

Internal error 27

InternalError_028

Internal error 28

InternalError_029

Internal error 29

InternalError_030

Internal error 30

InternalError_031

Internal error 31

InternalError_032

Internal error 32

InternalError_033

Internal error 33

InternalError_034

Internal error 34

InternalError_035

Internal error 35

InternalError_036

Internal error 36

InternalError_037

Internal error 37

InternalError_038

Internal error 38

InternalError_039

Internal error 39

InternalError_040

Internal error 40

InternalError_041

Internal error 41

InternalError_042

Internal error 42

InternalError_043

Internal error 43

InternalError_044

Internal error 44

InternalError_045

Internal error 45

InternalError_046

Internal error 46

InternalError_047

Internal error 47

InternalError_048

Internal error 48

InternalError_049

Internal error 49

InternalError_050

Internal error 50

InternalError_051

Internal error 51

InternalError_052

Internal error 52

InternalError_053

Internal error 53

InternalError_054

Internal error 54

InternalError_055

Internal error 55

InternalError_056

Internal error 56

InternalError_057

Internal error 57

InternalError_058

Internal error 58

InternalError_059

Internal error 59

InternalError_060

Internal error 60

InternalError_061

Internal error 61

InternalError_062

Internal error 62

InternalError_063

Internal error 63

InternalError_064

Internal error 64

InternalError_065

Internal error 65

InternalError_066

Internal error 66

InternalError_067

Internal error 67

InternalError_068

Internal error 68

InternalError_069

Internal error 69

InternalError_070

Internal error 70

InternalError_071

Internal error 71

InternalError_072

Internal error 72

InternalError_073

Internal error 73

InternalError_074

Internal error 74

InternalError_075

Internal error 75

InternalError_076

Internal error 76

InternalError_077

Internal error 77

InternalError_078

Internal error 78

InternalError_079

Internal error 79

InternalError_080

Internal error 80

InternalError_081

Internal error 81

InternalError_082

Internal error 82

InternalError_083

Internal error 83

InternalError_084

Internal error 84

InternalError_085

Internal error 85

InternalError_086

Internal error 86

InternalError_087

Internal error 87

InternalError_088

Internal error 88

InternalError_089

Internal error 89

InternalError_090

Internal error 90

InternalError_091

Internal error 91

InternalError_092

Internal error 92

InternalError_093

Internal error 93

InternalError_094

Internal error 94

InternalError_095

Internal error 95

InternalError_096

Internal error 96

InternalError_097

Internal error 97

InternalError_098

Internal error 98

InternalError_099

Internal error 99

InternalError_100

Internal error 100

CannotTraceErrors

Cannot trace errors because of a system failure

NotImplemented

Feature not implemented

NullPointer

The supplied pointer is NULL

InvalidTimeout

The current timeout value is 0

InvalidTimeoutReentrancy

Cannot Stop a timeout that has not been started. Cannot Pop a timeout that has not been pushed

InvalidTimeoutState

Cannot Start a timeout that has been reached Cannot Pop a timeout that is Active

PixelBufferSizeIncompatible

Attempt to perform operation on two pixel buffers with incompatible size

RoiParametersBelowZero

Attempt to assign ROI parameters with values below 0

SharedLibraryLoadingError

Error during load of Open eVision shared library

SharedLibraryFunctionLoadingError

Error during load of a function in the Open eVision shared library

RegistryLookup

Error during load of Open eVision shared library

LibraryHashFailed

Error indicating incompatibility between the current wrapper and the targeted library

LibraryNotInitialized

Error indicating that a call to one of Open eVision's shared library functions was attempted without properly initializing the library.

SharedLibraryCloseError

Error during close of Open eVision shared library

ImageShiftInvalid

Error indicating that a shift operation has been applied to an already shifted image. Error indicating that a inverse shift operation has been applied to an image that isn't shifted.

InvalidUTF8Encoding

Error indicating that a string containing invalid UTF8 byte sequences was detected.

Unknown

Unknown error