C# Класс OpenCvSharp.SimpleBlobDetector

Class for extracting blobs from an image.
Наследование: Feature2D
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
Create ( Params parameters = null ) : SimpleBlobDetector

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Releases the resources

SimpleBlobDetector ( IntPtr p ) : System

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

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

public static Create ( Params parameters = null ) : SimpleBlobDetector
parameters Params
Результат SimpleBlobDetector

Dispose() защищенный Метод

Releases the resources
protected Dispose ( bool disposing ) : void
disposing bool /// If disposing equals true, the method has been called directly or indirectly by a user's code. Managed and unmanaged resources can be disposed. /// If false, the method has been called by the runtime from inside the finalizer and you should not reference other objects. Only unmanaged resources can be disposed. ///
Результат void

SimpleBlobDetector() защищенный Метод

protected SimpleBlobDetector ( IntPtr p ) : System
p System.IntPtr
Результат System