Show / Hide Table of Contents
View Source

Class MatExtensions

Inheritance
System.Object
MatExtensions
Namespace:EvilDICOM.CV.Extensions
Assembly:EvilDICOM.CV.dll
Syntax
public static class MatExtensions : object

Methods

View Source

Show(Mat, String)

Declaration
public static void Show(this Mat mat, string windowName = "CV Window")
Parameters
Type Name Description
Mat mat
System.String windowName
View Source

TransformPoint3d(Mat, Point3d)

Declaration
public static Point3d TransformPoint3d(this Mat pose, Point3d point)
Parameters
Type Name Description
Mat pose
Point3d point
Returns
Type Description
Point3d
View Source

TransformPoint3f(Mat, Point3f)

Declaration
public static Point3f TransformPoint3f(this Mat pose, Point3f point)
Parameters
Type Name Description
Mat pose
Point3f point
Returns
Type Description
Point3f
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX