IScanningProcedureObserver.h
Go to the documentation of this file.
46 FrameState frameState; ///< state of the frame (processing stage, where error occurred: capture/reconstruction/registration)
47 ErrorCode errorCode; ///< type of error, which occurred during processing. ErrorCode_OK if frameState == FrameState_Okay
62 /// This function called in such order, as frame was captured and registered, no additional sorting needed
72 class ScanningProcedureObserverBase : public artec::sdk::base::RefBase<IScanningProcedureObserver>
This namespace is auto-generated from internal event code list.
Definition: Errors.h:55
double registrationError
registration error (negative means registration failed)
Definition: IScanningProcedureObserver.h:43
Definition: AlgorithmWorkset.h:17
Definition: IImage.h:122
Definition: Matrix.h:21
artec::sdk::base::Matrix4x4D transformation
frame's transformation matrix
Definition: IScanningProcedureObserver.h:41
FrameState frameState
state of the frame (processing stage, where error occurred: capture/reconstruction/registration) ...
Definition: IScanningProcedureObserver.h:46
ErrorCode errorCode
type of error, which occurred during processing. ErrorCode_OK if frameState == FrameState_Okay ...
Definition: IScanningProcedureObserver.h:47
Definition: IFrameMesh.h:30
const artec::sdk::base::IFrameMesh * frame
new frame to add
Definition: IScanningProcedureObserver.h:40
int scannerIndex
scanner index in bundle. 0 - when no bundle used
Definition: IScanningProcedureObserver.h:48
const artec::sdk::base::IImage * rawTexture
raw frame texture camera image
Definition: IScanningProcedureObserver.h:42
Definition: IRef.h:17
Definition: RefBase.h:71