C# Класс µ.Vision.µImage

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
_image OpenCvSharp.Mat

Открытые методы

Метод Описание
Dilate_Demo ( µImage source, µImage destination ) : void
GetPixelValue ( µImage image, Int32 column, Int32 row ) : Int32
Median_Demo ( µImage source, µImage destination ) : void
Threshold_Demo ( µImage source, µImage destination ) : void
µCopy ( µImage source, µImage destination ) : void
µGetMax ( µImage source ) : double
µGetMin ( µImage source ) : double
µHistogram ( µImage source, Array hist_array ) : void
µImage ( ) : System

Creates a new image.

µImage ( ImageType type ) : System

Creates a new image.

µImage ( ImageType type, Int32 width, Int32 height ) : System
µLineProfile ( µImage source, Point pt1, Point pt2, List &Profile, double &Average ) : void

Computes the profile of a line of pixels. This method returns other information such as pixel averages.

Use this method with U8 and U16 images.

µMinMax ( µImage source, Point pt1, Point pt2, double &minVal, double &maxVal ) : void
µROItoMask ( ROIDescriptor rOI, µImage mask ) : void
µReadFile ( µImage destination, string fileName ) : void

Reads an image file.

Описание методов

Dilate_Demo() публичный статический Метод

public static Dilate_Demo ( µImage source, µImage destination ) : void
source µImage
destination µImage
Результат void

GetPixelValue() публичный статический Метод

public static GetPixelValue ( µImage image, Int32 column, Int32 row ) : Int32
image µImage
column Int32
row Int32
Результат Int32

Median_Demo() публичный статический Метод

public static Median_Demo ( µImage source, µImage destination ) : void
source µImage
destination µImage
Результат void

Threshold_Demo() публичный статический Метод

public static Threshold_Demo ( µImage source, µImage destination ) : void
source µImage
destination µImage
Результат void

µCopy() публичный статический Метод

public static µCopy ( µImage source, µImage destination ) : void
source µImage
destination µImage
Результат void

µGetMax() публичный статический Метод

public static µGetMax ( µImage source ) : double
source µImage
Результат double

µGetMin() публичный статический Метод

public static µGetMin ( µImage source ) : double
source µImage
Результат double

µHistogram() публичный статический Метод

public static µHistogram ( µImage source, Array hist_array ) : void
source µImage
hist_array Array
Результат void

µImage() публичный Метод

Creates a new image.
public µImage ( ) : System
Результат System

µImage() публичный Метод

Creates a new image.
public µImage ( ImageType type ) : System
type ImageType The of the image.
Результат System

µImage() публичный Метод

public µImage ( ImageType type, Int32 width, Int32 height ) : System
type ImageType
width Int32
height Int32
Результат System

µLineProfile() публичный статический Метод

Computes the profile of a line of pixels. This method returns other information such as pixel averages.
Use this method with U8 and U16 images.
public static µLineProfile ( µImage source, Point pt1, Point pt2, List &Profile, double &Average ) : void
source µImage /// The image on which the method computes the line profile. ///
pt1 Point /// The start point the line along which the method computes the profile. ///
pt2 Point /// The end point the line along which the method computes the profile. ///
Profile List
Average double
Результат void

µMinMax() публичный статический Метод

public static µMinMax ( µImage source, Point pt1, Point pt2, double &minVal, double &maxVal ) : void
source µImage
pt1 Point
pt2 Point
minVal double
maxVal double
Результат void

µROItoMask() публичный статический Метод

public static µROItoMask ( ROIDescriptor rOI, µImage mask ) : void
rOI ROIDescriptor
mask µImage
Результат void

µReadFile() публичный статический Метод

Reads an image file.
public static µReadFile ( µImage destination, string fileName ) : void
destination µImage
fileName string The path of the file to read.
Результат void

Описание свойств

_image публичное свойство

public OpenCvSharp.Mat _image
Результат OpenCvSharp.Mat