View Source
Class DRR
Inheritance
System.Object
DRR
Namespace:EvilDICOM.CV.RT
Assembly:EvilDICOM.CV.dll
Syntax
public class DRR : object
Properties
View Source
Image
Declaration
public Mat Image { get; }
Property Value
View Source
Iso2D
Declaration
public Point Iso2D { get; }
Property Value
View Source
Label
Declaration
public string Label { get; }
Property Value
| Type |
Description |
| System.String |
|
Methods
View Source
Rotate(Point, Double)
Declaration
public static Point Rotate(Point pt, double collAngleDeg)
Parameters
| Type |
Name |
Description |
| Point |
pt |
|
| System.Double |
collAngleDeg |
|
Returns