C# Класс Strabo.Core.ColorSegmentation.MeanShiftMultiThreads

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

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

Метод Описание
ApplyYIQMT ( Bitmap srcimg, int tnum, int spatial_distance, int color_distance, string outImagePath ) : string
ApplyYIQMT ( string fn, int tnum, int spatial_distance, int color_distance, string outImagePath ) : string
BitmapToArray1DRGB ( Bitmap srcimg ) : void
MeanShiftMultiThreads ( ) : System
RGB2YIQ ( int pos ) : float[]
kernel ( object step ) : void

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

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

public ApplyYIQMT ( Bitmap srcimg, int tnum, int spatial_distance, int color_distance, string outImagePath ) : string
srcimg System.Drawing.Bitmap
tnum int
spatial_distance int
color_distance int
outImagePath string
Результат string

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

public ApplyYIQMT ( string fn, int tnum, int spatial_distance, int color_distance, string outImagePath ) : string
fn string
tnum int
spatial_distance int
color_distance int
outImagePath string
Результат string

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

public BitmapToArray1DRGB ( Bitmap srcimg ) : void
srcimg System.Drawing.Bitmap
Результат void

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

public MeanShiftMultiThreads ( ) : System
Результат System

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

public RGB2YIQ ( int pos ) : float[]
pos int
Результат float[]

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

public kernel ( object step ) : void
step object
Результат void