C# Class Gif.Components.NeuQuant

Afficher le fichier Open project: angelog/ClipUpload Class Usage Examples

Protected Properties

Свойство Type Description
alphabiasshift int
alphadec int
alpharadbias int
alpharadbshift int
beta int
betagamma int
betashift int
bias int[]
freq int[]
gamma int
gammashift int
initalpha int
initrad int
initradius int
intbias int
intbiasshift int
lengthcount int
maxnetpos int
minpicturebytes int
ncycles int
netbiasshift int
netindex int[]
netsize int
network int[][]
prime1 int
prime2 int
prime3 int
prime4 int
radbias int
radbiasshift int
radiusbias int
radiusbiasshift int
radiusdec int
radpower int[]
samplefac int
thepicture byte[]

Méthodes publiques

Méthode Description
ColorMap ( ) : byte[]
Inxbuild ( ) : void
Learn ( ) : void
Map ( int b, int g, int r ) : int
NeuQuant ( byte thepic, int len, int sample ) : System
Process ( ) : byte[]
Unbiasnet ( ) : void

Méthodes protégées

Méthode Description
Alterneigh ( int rad, int i, int b, int g, int r ) : void
Altersingle ( int alpha, int i, int b, int g, int r ) : void
Contest ( int b, int g, int r ) : int

Method Details

Alterneigh() protected méthode

protected Alterneigh ( int rad, int i, int b, int g, int r ) : void
rad int
i int
b int
g int
r int
Résultat void

Altersingle() protected méthode

protected Altersingle ( int alpha, int i, int b, int g, int r ) : void
alpha int
i int
b int
g int
r int
Résultat void

ColorMap() public méthode

public ColorMap ( ) : byte[]
Résultat byte[]

Contest() protected méthode

protected Contest ( int b, int g, int r ) : int
b int
g int
r int
Résultat int

Inxbuild() public méthode

public Inxbuild ( ) : void
Résultat void

Learn() public méthode

public Learn ( ) : void
Résultat void

Map() public méthode

public Map ( int b, int g, int r ) : int
b int
g int
r int
Résultat int

NeuQuant() public méthode

public NeuQuant ( byte thepic, int len, int sample ) : System
thepic byte
len int
sample int
Résultat System

Process() public méthode

public Process ( ) : byte[]
Résultat byte[]

Unbiasnet() public méthode

public Unbiasnet ( ) : void
Résultat void

Property Details

alphabiasshift protected_oe static_oe property

protected static int alphabiasshift
Résultat int

alphadec protected_oe property

protected int alphadec
Résultat int

alpharadbias protected_oe static_oe property

protected static int alpharadbias
Résultat int

alpharadbshift protected_oe static_oe property

protected static int alpharadbshift
Résultat int

beta protected_oe static_oe property

protected static int beta
Résultat int

betagamma protected_oe static_oe property

protected static int betagamma
Résultat int

betashift protected_oe static_oe property

protected static int betashift
Résultat int

bias protected_oe property

protected int[] bias
Résultat int[]

freq protected_oe property

protected int[] freq
Résultat int[]

gamma protected_oe static_oe property

protected static int gamma
Résultat int

gammashift protected_oe static_oe property

protected static int gammashift
Résultat int

initalpha protected_oe static_oe property

protected static int initalpha
Résultat int

initrad protected_oe static_oe property

protected static int initrad
Résultat int

initradius protected_oe static_oe property

protected static int initradius
Résultat int

intbias protected_oe static_oe property

protected static int intbias
Résultat int

intbiasshift protected_oe static_oe property

protected static int intbiasshift
Résultat int

lengthcount protected_oe property

protected int lengthcount
Résultat int

maxnetpos protected_oe static_oe property

protected static int maxnetpos
Résultat int

minpicturebytes protected_oe static_oe property

protected static int minpicturebytes
Résultat int

ncycles protected_oe static_oe property

protected static int ncycles
Résultat int

netbiasshift protected_oe static_oe property

protected static int netbiasshift
Résultat int

netindex protected_oe property

protected int[] netindex
Résultat int[]

netsize protected_oe static_oe property

protected static int netsize
Résultat int

network protected_oe property

protected int[][] network
Résultat int[][]

prime1 protected_oe static_oe property

protected static int prime1
Résultat int

prime2 protected_oe static_oe property

protected static int prime2
Résultat int

prime3 protected_oe static_oe property

protected static int prime3
Résultat int

prime4 protected_oe static_oe property

protected static int prime4
Résultat int

radbias protected_oe static_oe property

protected static int radbias
Résultat int

radbiasshift protected_oe static_oe property

protected static int radbiasshift
Résultat int

radiusbias protected_oe static_oe property

protected static int radiusbias
Résultat int

radiusbiasshift protected_oe static_oe property

protected static int radiusbiasshift
Résultat int

radiusdec protected_oe static_oe property

protected static int radiusdec
Résultat int

radpower protected_oe property

protected int[] radpower
Résultat int[]

samplefac protected_oe property

protected int samplefac
Résultat int

thepicture protected_oe property

protected byte[] thepicture
Résultat byte[]