FLImaging 6.5.8.1
FLImagingCLR Namespace Reference

Namespaces

namespace  AdvancedFunctions
 
namespace  AI
 
namespace  Base
 
namespace  Devices
 
namespace  Foundation
 
namespace  GUI
 
namespace  ImageProcessing
 
namespace  ThreeDim
 

Classes

class  CResult
 FLImaging module execution result object. More...
 

Enumerations

enum class  EResult {
  UnknownError = -1 , OK = 0 , PartialOK , FailedToInitialize ,
  FailedToTerminate , NeedToInitialize , NeedToTerminate , FailedToCreateThread ,
  FailedToSuspendThread , FailedToResumeThread , FailedToCreateDevice , FailedToCreateKernelObject ,
  FailedToCreateObject , InvalidParameter , NullPointer , NotEnoughMemory ,
  BufferDoesNotExist , NoData , OutOfRange , NoResult ,
  EmptyElement , InvalidHandle , FailedToModify , InvalidItem ,
  LackOfBasicData , ZeroSize , CountMismatch , InvalidData ,
  FailedToOpen , FailedToRead , FailedToWrite , InvalidFile ,
  FailedToSend , FailedToReceive , FailedToBind , FailedToListen ,
  FailedToConnect , FailedToSetParam , FailedToProcess , UnsupportedDepth ,
  UnsupportedChannels , Timeout , UnsupportedVersion , InvalidObject ,
  DifferentChannel , DifferentDepth , UnsupportedRegionOfInterest , DidNotImplement ,
  UnsupportedFormat , FileNotFound , ClassTypeDoesNotMatch , CouldNotFindLicense ,
  DifferentType , CouldNotFind , UnsupportedFunction , TooSmall ,
  NotEnoughMappingData , CanBeInaccurate , FailedToExecute , FailedToCalculate ,
  UnsupportedType , DifferentTemplate , InvalidElement , NoCollision ,
  FailedToFind , FailedToLoad , FailedToCreate , FailedToSearch ,
  FailedToStop , LearnedImageDoesNotExist , UnsupportedTypeOfROI , ImageDoesNotExist ,
  InvalidROI , DoesNotIntersect , FailedToCreateAlgorithm , FailedToCreateImage ,
  FailedToCopyImage , FailedToLearn , FailedToDecode , FailedToEncode ,
  DifferentFormat , FailedToAutoDetect , NeedToStop , NeedToLoadDLL ,
  NeedToGrabOrLive , FailedToReadFromDevice , FailedToReadParameter , FailedToWriteToDevice ,
  FailedToWriteToParameter , LiveStatus , FailedToGrab , FailedToLive ,
  CouldNotFindModules , GdiObjectCapacityIsFull , AlreadyCreated , DifferentSize ,
  CouldNotFindFunction , CouldNotFindVariable , SyntaxError , InvalidVariable ,
  UnsupportedProcessingUnit , HigherLicenseRequired , CudaVersionMismatched , Cancel ,
  BrokenData , NotCompressedData , NotPlainData , UnsupportedOperatingSystem ,
  Undefined , InvalidLabel , ThereIsNoRegion , FailedToFindView ,
  Stop , Abort , InvalidSize , NeedToLearn ,
  CouldNotFindDevice , NotSquareImage , AlreadyRunning , BroadcastFailure ,
  InvalidShape , ShapeMismatched , InvalidDevice , InvalidComputationalGraph ,
  FailedToMeasure , Busy , FailedToLogIn , DoesNotExist ,
  PermissionDenied , InvalidKey , AlreadyExistence , UndefinedCudaErrorCode ,
  UnsupportedFigure , InvalidFigure , NeedToUpdate , CudaFailure ,
  UnsupportedDevice , AlreadyInitialized , NeedToRun , NeedToExecute ,
  NeedToConnect , NeedToDisconnect , NeedToLoad , NeedToSave ,
  NeedToModify , NeedToValidate , NeedToLogIn , NeedToLogOut ,
  NoUpdate , NotEmpty , NotReady , FailedToDelete ,
  COUNT
}
 Result. More...
 
enum class  ETilingMode {
  NoTiling = 0 , NoTiling_Fit , SingleAxisTiling_ProportionalFit , BothAxesTiling_NoFit ,
  NoTiling_ProportionalFit
}
 

Detailed Description

FLImaging CLR namespace

FLImagingCLR namespace

FLImaging namespace

Enumeration Type Documentation

◆ EResult

enum class FLImagingCLR::EResult
strong

Result.

Enumerator
UnknownError 

Unknown error.

OK 

OK.

PartialOK 

Partial OK.

FailedToInitialize 

Failed to initialize.

FailedToTerminate 

Failed to terminate.

NeedToInitialize 

Need to initialize.

NeedToTerminate 

Need to terminate.

FailedToCreateThread 

Failed to create thread.

FailedToSuspendThread 

Failed to suspend thread.

FailedToResumeThread 

Failed to resume thread.

FailedToCreateDevice 

Failed to create device.

FailedToCreateKernelObject 

Failed to create kernel object.

FailedToCreateObject 

Failed to create object.

InvalidParameter 

Invalid parameter.

NullPointer 

Null pointer.

NotEnoughMemory 

Not enough memory.

BufferDoesNotExist 

Buffer does not exist.

NoData 

No data.

OutOfRange 

Out of range.

NoResult 

No result.

EmptyElement 

Empty element.

InvalidHandle 

Invalid handle.

FailedToModify 

Failed to modify.

InvalidItem 

Invalid item.

LackOfBasicData 

Lack of basic data.

ZeroSize 

Zero size.

CountMismatch 

Count mismatch.

InvalidData 

Invalid data.

FailedToOpen 

Failed to open.

FailedToRead 

Failed to read.

FailedToWrite 

Failed to write.

InvalidFile 

Invalid file.

FailedToSend 

Failed to send.

FailedToReceive 

Failed to receive.

FailedToBind 

Failed to bind.

FailedToListen 

Failed to listen.

FailedToConnect 

Failed to connect.

FailedToSetParam 

Failed to set param.

FailedToProcess 

Failed to process.

UnsupportedDepth 

Unsupported depth.

UnsupportedChannels 

Unsupported channels.

Timeout 

Timeout.

UnsupportedVersion 

Unsupported version.

InvalidObject 

Invalid object.

DifferentChannel 

Different channel.

DifferentDepth 

Different depth.

UnsupportedRegionOfInterest 

Unsupported region of interest.

DidNotImplement 

Did not implement.

UnsupportedFormat 

Unsupported format.

FileNotFound 

File not found.

ClassTypeDoesNotMatch 

Class type does not match.

CouldNotFindLicense 

Could not find license.

DifferentType 

Different type.

CouldNotFind 

Could not find.

UnsupportedFunction 

Unsupported function.

TooSmall 

Too small.

NotEnoughMappingData 

Not enough mapping data.

CanBeInaccurate 

Can be inaccurate.

FailedToExecute 

Failed to execute.

FailedToCalculate 

Failed to calculate.

UnsupportedType 

Unsupported type.

DifferentTemplate 

Different template.

InvalidElement 

Invalid element.

NoCollision 

No collision.

FailedToFind 

Failed to find.

FailedToLoad 

Failed to load.

FailedToCreate 

Failed to create.

FailedToSearch 

Failed to search.

FailedToStop 

Failed to stop.

LearnedImageDoesNotExist 

Learned image does not exist.

UnsupportedTypeOfROI 

Unsupported type of ROI.

ImageDoesNotExist 

Image does not exist.

InvalidROI 

Invalid ROI.

DoesNotIntersect 

Does not intersect.

FailedToCreateAlgorithm 

Failed to create algorithm.

FailedToCreateImage 

Failed to create image.

FailedToCopyImage 

Failed to copy image.

FailedToLearn 

Failed to learn.

FailedToDecode 

Failed to decode.

FailedToEncode 

Failed to encode.

DifferentFormat 

Different format.

FailedToAutoDetect 

Failed to auot detect.

NeedToStop 

Need to stop.

NeedToLoadDLL 

Need to load dll.

NeedToGrabOrLive 

Need to grab or live.

FailedToReadFromDevice 

Failed to read from device.

FailedToReadParameter 

Failed to read parameter.

FailedToWriteToDevice 

Failed to write to device.

FailedToWriteToParameter 

Failed to write to parameter.

LiveStatus 

Live status.

FailedToGrab 

Failed to grab.

FailedToLive 

Failed to live.

CouldNotFindModules 

Could not find modules.

GdiObjectCapacityIsFull 

Gdi object capacity is full.

AlreadyCreated 

Already created.

DifferentSize 

Different size.

CouldNotFindFunction 

Could not find function.

CouldNotFindVariable 

Could not find variable.

SyntaxError 

Syntax error.

InvalidVariable 

Invalid variable.

UnsupportedProcessingUnit 

Unsupported processing unit.

HigherLicenseRequired 

Higher license required.

CudaVersionMismatched 

Cuda version mismatched.

Cancel 

Cancel.

BrokenData 

Broken data.

NotCompressedData 

Not compressed data.

NotPlainData 

Not plain data.

UnsupportedOperatingSystem 

Unsupported operating system.

Undefined 

Undefined.

InvalidLabel 

Invalid label.

ThereIsNoRegion 

There is no region.

FailedToFindView 

Failed to find view.

Stop 

Stop.

Abort 

Abort.

InvalidSize 

Invalid size.

NeedToLearn 

Need to learn.

CouldNotFindDevice 

Could not find device.

NotSquareImage 

It is not square image.

AlreadyRunning 

Already running.

BroadcastFailure 

Broadcast Failure.

InvalidShape 

Invalid Shape.

ShapeMismatched 

Shape Mismatched.

InvalidDevice 

Invalid Device.

InvalidComputationalGraph 

Invalid Computational Graph.

FailedToMeasure 

Failed to measure.

Busy 

Busy.

FailedToLogIn 

Failed to log in.

DoesNotExist 

Does not exist.

PermissionDenied 

Permission denied.

InvalidKey 

Invalid Key.

AlreadyExistence 

Already Existence.

UndefinedCudaErrorCode 

Cuda error code not defined in the library.

UnsupportedFigure 

Unsupported figure.

InvalidFigure 

Invalid figure.

NeedToUpdate 

Need to update.

CudaFailure 

Cuda failure.

UnsupportedDevice 

Unsupported device.

AlreadyInitialized 

Already Initialized.

NeedToRun 

Need To Run.

NeedToExecute 

Need To Execute.

NeedToConnect 

Need To Connect.

NeedToDisconnect 

Need To Disconnect.

NeedToLoad 

Need To Load.

NeedToSave 

Need To Save.

NeedToModify 

Need To Modify.

NeedToValidate 

Need To Validate.

NeedToLogIn 

Need To Log In.

NeedToLogOut 

Need To Log Out.

NoUpdate 

No Update.

NotEmpty 

Not Empty.

NotReady 

Not Ready.

FailedToDelete 

Failed to delete.

COUNT 

Total result code count.

◆ ETilingMode

enum class FLImagingCLR::ETilingMode
strong

Image Tiling Mode

Enumerator
NoTiling 

The image will be input to the model without resizing.

NoTiling_Fit 

The image will be resized to the model size.

SingleAxisTiling_ProportionalFit 

Split the image into one-directional segments while maintaining a square aspect ratio.

BothAxesTiling_NoFit 

Grid split the image into the model size while maintaining the original dimensions.

NoTiling_ProportionalFit 

The image will be resized to the model size while ensuring that the image is not distorted. (Default)