PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
List of all members | Public Attributes
vtkPlusUsScanConvertCurvilinear::InterpolatedPoint Struct Reference

#include <src/PlusImageProcessing/vtkPlusUsScanConvertCurvilinear.h>

Public Attributes

int inputPixelIndex
 
int outputPixelIndex
 
double weightCoefficients [4]
 

Detailed Description

Definition at line 39 of file vtkPlusUsScanConvertCurvilinear.h.

Member Data Documentation

◆ inputPixelIndex

int vtkPlusUsScanConvertCurvilinear::InterpolatedPoint::inputPixelIndex

Position of the first input pixel that is used to construct the output point (in the sample line matrix). The 3 others are one row/column away.

Definition at line 44 of file vtkPlusUsScanConvertCurvilinear.h.

◆ outputPixelIndex

int vtkPlusUsScanConvertCurvilinear::InterpolatedPoint::outputPixelIndex

Definition at line 46 of file vtkPlusUsScanConvertCurvilinear.h.

◆ weightCoefficients

double vtkPlusUsScanConvertCurvilinear::InterpolatedPoint::weightCoefficients[4]

Weighting coefficients that used to construct the output pixel from 4 input pixels

Definition at line 42 of file vtkPlusUsScanConvertCurvilinear.h.


The documentation for this struct was generated from the following file: