PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
#include "PlusConfigure.h"
#include "vtkPlusDataSource.h"
#include "vtkPlusAndorVideoSource.h"
#include "ATMCD32D.h"
#include "igtlOSUtil.h"
#include "opencv2/imgproc.hpp"
#include "opencv2/imgcodecs.hpp"
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, CellIndices > | cellsToCorrect |
cv::Mat | cvBadPixelImage |
cv::Mat | cvBiasDarkCorrection |
cv::Mat | cvCameraIntrinsics |
cv::Mat | cvDistortionCoefficients |
cv::Mat | cvFlatCorrection |
std::map< int, resizedFlatImage > | cvResizedFlatCorrection |
using CellIndices = std::vector<uint> |
Definition at line 28 of file vtkPlusAndorVideoSource.cxx.
using resizedFlatImage = cv::Mat |
Definition at line 30 of file vtkPlusAndorVideoSource.cxx.
vtkStandardNewMacro | ( | vtkPlusAndorVideoSource | ) |
std::map<int, CellIndices> cellsToCorrect |
Definition at line 29 of file vtkPlusAndorVideoSource.cxx.
cv::Mat cvBadPixelImage |
Definition at line 25 of file vtkPlusAndorVideoSource.cxx.
cv::Mat cvBiasDarkCorrection |
Definition at line 27 of file vtkPlusAndorVideoSource.cxx.
cv::Mat cvCameraIntrinsics |
Definition at line 23 of file vtkPlusAndorVideoSource.cxx.
cv::Mat cvDistortionCoefficients |
Definition at line 24 of file vtkPlusAndorVideoSource.cxx.
cv::Mat cvFlatCorrection |
Definition at line 26 of file vtkPlusAndorVideoSource.cxx.
std::map<int, resizedFlatImage> cvResizedFlatCorrection |
Definition at line 31 of file vtkPlusAndorVideoSource.cxx.