Show / Hide Table of Contents
View Source

Interface IMatrix

Namespace:EvilDICOM.CV.Interfaces
Assembly:EvilDICOM.CV.dll
Syntax
public interface IMatrix

Properties

View Source

DimensionX

Declaration
int DimensionX { get; }
Property Value
Type Description
System.Int32
View Source

DimensionY

Declaration
int DimensionY { get; }
Property Value
Type Description
System.Int32
View Source

DimensionZ

Declaration
int DimensionZ { get; }
Property Value
Type Description
System.Int32
View Source

MatType

Declaration
MatType MatType { get; }
Property Value
Type Description
MatType
View Source

Origin

Declaration
Vector3 Origin { get; }
Property Value
Type Description
Vector3
View Source

XMax

Declaration
double XMax { get; }
Property Value
Type Description
System.Double
View Source

XRes

Declaration
double XRes { get; }
Property Value
Type Description
System.Double
View Source

YMax

Declaration
double YMax { get; }
Property Value
Type Description
System.Double
View Source

YRes

Declaration
double YRes { get; }
Property Value
Type Description
System.Double
View Source

ZMax

Declaration
double ZMax { get; }
Property Value
Type Description
System.Double
View Source

ZRes

Declaration
double ZRes { get; }
Property Value
Type Description
System.Double

Methods

View Source

GetXPlaneBySlice(Int32, Double, Double)

Declaration
Mat GetXPlaneBySlice(int x, double xScale = null, double yScale = null)
Parameters
Type Name Description
System.Int32 x
System.Double xScale
System.Double yScale
Returns
Type Description
Mat
View Source

GetYPlaneBySlice(Int32, Double, Double)

Declaration
Mat GetYPlaneBySlice(int y, double xScale = null, double yScale = null)
Parameters
Type Name Description
System.Int32 y
System.Double xScale
System.Double yScale
Returns
Type Description
Mat
View Source

GetZPlaneBySlice(Int32, Double, Double)

Declaration
Mat GetZPlaneBySlice(int z, double xScale = null, double yScale = null)
Parameters
Type Name Description
System.Int32 z
System.Double xScale
System.Double yScale
Returns
Type Description
Mat
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX