Show / Hide Table of Contents
View Source

Class Slicer3D

Inheritance
System.Object
Slicer3D
Namespace:EvilDICOM.CV.Image
Assembly:EvilDICOM.CV.dll
Syntax
public class Slicer3D : object

Methods

View Source

GetXPlane(IMatrix, Double, Double, Double)

Declaration
public static Mat GetXPlane(IMatrix _mat, double xPositionMM, double xiScale = null, double yiScale = null)
Parameters
Type Name Description
IMatrix _mat
System.Double xPositionMM
System.Double xiScale
System.Double yiScale
Returns
Type Description
Mat
View Source

GetYPlane(IMatrix, Double, Double, Double)

Declaration
public static Mat GetYPlane(IMatrix _mat, double yPositionMM, double xiScale = null, double yiScale = null)
Parameters
Type Name Description
IMatrix _mat
System.Double yPositionMM
System.Double xiScale
System.Double yiScale
Returns
Type Description
Mat
View Source

GetZPlane(IMatrix, Double, Double, Double)

Declaration
public static Mat GetZPlane(IMatrix _mat, double z, double xiScale = null, double yiScale = null)
Parameters
Type Name Description
IMatrix _mat
System.Double z
System.Double xiScale
System.Double yiScale
Returns
Type Description
Mat
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX