PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Typedefs | Functions | Variables
vtkPlusAndorVideoSource.cxx File Reference
#include "PlusConfigure.h"
#include "vtkPlusDataSource.h"
#include "vtkPlusAndorVideoSource.h"
#include "ATMCD32D.h"
#include "igtlOSUtil.h"
#include "opencv2/imgproc.hpp"
#include "opencv2/imgcodecs.hpp"
Include dependency graph for vtkPlusAndorVideoSource.cxx:

Go to the source code of this file.

Typedefs

using CellIndices = std::vector< uint >
 
using resizedFlatImage = cv::Mat
 

Functions

 vtkStandardNewMacro (vtkPlusAndorVideoSource)
 

Variables

std::map< int, CellIndicescellsToCorrect
 
cv::Mat cvBadPixelImage
 
cv::Mat cvBiasDarkCorrection
 
cv::Mat cvCameraIntrinsics
 
cv::Mat cvDistortionCoefficients
 
cv::Mat cvFlatCorrection
 
std::map< int, resizedFlatImagecvResizedFlatCorrection
 

Typedef Documentation

◆ CellIndices

using CellIndices = std::vector<uint>

Definition at line 28 of file vtkPlusAndorVideoSource.cxx.

◆ resizedFlatImage

using resizedFlatImage = cv::Mat

Definition at line 30 of file vtkPlusAndorVideoSource.cxx.

Function Documentation

◆ vtkStandardNewMacro()

vtkStandardNewMacro ( vtkPlusAndorVideoSource  )

Variable Documentation

◆ cellsToCorrect

std::map<int, CellIndices> cellsToCorrect

Definition at line 29 of file vtkPlusAndorVideoSource.cxx.

◆ cvBadPixelImage

cv::Mat cvBadPixelImage

Definition at line 25 of file vtkPlusAndorVideoSource.cxx.

◆ cvBiasDarkCorrection

cv::Mat cvBiasDarkCorrection

Definition at line 27 of file vtkPlusAndorVideoSource.cxx.

◆ cvCameraIntrinsics

cv::Mat cvCameraIntrinsics

Definition at line 23 of file vtkPlusAndorVideoSource.cxx.

◆ cvDistortionCoefficients

cv::Mat cvDistortionCoefficients

Definition at line 24 of file vtkPlusAndorVideoSource.cxx.

◆ cvFlatCorrection

cv::Mat cvFlatCorrection

Definition at line 26 of file vtkPlusAndorVideoSource.cxx.

◆ cvResizedFlatCorrection

std::map<int, resizedFlatImage> cvResizedFlatCorrection

Definition at line 31 of file vtkPlusAndorVideoSource.cxx.