| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
swscale.SwsVector |
swscale.SwsFilter.chrH() |
swscale.SwsVector |
swscale.SwsFilter.chrV() |
swscale.SwsVector |
swscale.SwsVector.coeff(DoublePointer coeff) |
swscale.SwsVector |
swscale.SwsVector.length(int length) |
swscale.SwsVector |
swscale.SwsFilter.lumH() |
swscale.SwsVector |
swscale.SwsFilter.lumV() |
swscale.SwsVector |
swscale.SwsVector.position(long position) |
static swscale.SwsVector |
swscale.sws_allocVec(int length)
Allocate and return an uninitialized vector with length coefficients.
|
static swscale.SwsVector |
swscale.sws_cloneVec(swscale.SwsVector a)
Deprecated.
|
static swscale.SwsVector |
swscale.sws_getConstVec(double c,
int length)
Deprecated.
|
static swscale.SwsVector |
swscale.sws_getGaussianVec(double variance,
double quality)
Return a normalized Gaussian curve used to filter stuff
quality = 3 is high quality, lower is lower quality.
|
static swscale.SwsVector |
swscale.sws_getIdentityVec()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
swscale.SwsFilter |
swscale.SwsFilter.chrH(swscale.SwsVector chrH) |
swscale.SwsFilter |
swscale.SwsFilter.chrV(swscale.SwsVector chrV) |
swscale.SwsFilter |
swscale.SwsFilter.lumH(swscale.SwsVector lumH) |
swscale.SwsFilter |
swscale.SwsFilter.lumV(swscale.SwsVector lumV) |
static void |
swscale.sws_addVec(swscale.SwsVector a,
swscale.SwsVector b)
Deprecated.
|
static swscale.SwsVector |
swscale.sws_cloneVec(swscale.SwsVector a)
Deprecated.
|
static void |
swscale.sws_convVec(swscale.SwsVector a,
swscale.SwsVector b)
Deprecated.
|
static void |
swscale.sws_freeVec(swscale.SwsVector a) |
static void |
swscale.sws_normalizeVec(swscale.SwsVector a,
double height)
Scale all the coefficients of a so that their sum equals height.
|
static void |
swscale.sws_printVec2(swscale.SwsVector a,
avutil.AVClass log_ctx,
int log_level)
Deprecated.
|
static void |
swscale.sws_scaleVec(swscale.SwsVector a,
double scalar)
Scale all the coefficients of a by the scalar value.
|
static void |
swscale.sws_shiftVec(swscale.SwsVector a,
int shift)
Deprecated.
|
static void |
swscale.sws_subVec(swscale.SwsVector a,
swscale.SwsVector b)
Deprecated.
|
Copyright © 2016. All rights reserved.