IScanner.h
Go to the documentation of this file.
54 enumerateScanners(IArrayScannerId **scannersList, int deviceTypeMask = -1, const wchar_t* pathToConfig = NULL);
79 virtual ErrorCode createFrameProcessor( IFrameProcessor** processor, FrameProcessorDesc* desc = NULL ) = 0;
133 virtual ErrorCode convertTextureFull( IImage** fullTexture, const IImage* rawTexture ) const = 0;
137 virtual ErrorCode convertTextureHalf( IImage** halfTexture , const IImage* rawTexture ) const = 0;
ErrorCode ACAPTURESDK_LINK_SPEC enumerateScanners(IArrayScannerId **scannersList, int deviceTypeMask=-1, const wchar_t *pathToConfig=NULL)
This namespace is auto-generated from internal event code list.
Definition: Errors.h:55
double maxAngle
Maximal angle between plane of polygon and camera direction(in degrees)
Definition: IScanner.h:71
Definition: AlgorithmWorkset.h:17
Definition: IImage.h:122
ErrorCode ACAPTURESDK_LINK_SPEC forceIpForGigECameras()
double maxInterpolatedLength
Maximum size of holes to be interpolated (in mm)
Definition: IScanner.h:70
Definition: IFrameMesh.h:30
ErrorCode ACAPTURESDK_LINK_SPEC createScanner(IScanner **scanner, const ScannerId *id, int scannerIndex=0)
Definition: ScannerInfo.h:31
Definition: IFrame.h:21
double edgeLengthThreshold
Threshold for filtering triangles by edge length (in mm)
Definition: IScanner.h:68
ErrorCode ACAPTURESDK_LINK_SPEC enumerateCameras(IArrayString **camerasList, int deviceTypeMask=-1)
Definition: IScanner.h:74
real-time decoding and triangulation settings
Definition: IScanner.h:62
Definition: IArray.h:145
Definition: IRef.h:17