Package | Description |
---|---|
org.bytedeco.ffmpeg.global | |
org.bytedeco.ffmpeg.swscale |
Modifier and Type | Method and Description |
---|---|
static SwsVector |
swscale.sws_allocVec(int length)
Allocate and return an uninitialized vector with length coefficients.
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
static void |
swscale.sws_freeVec(SwsVector a) |
static void |
swscale.sws_normalizeVec(SwsVector a,
double height)
Scale all the coefficients of a so that their sum equals height.
|
static void |
swscale.sws_scaleVec(SwsVector a,
double scalar)
Scale all the coefficients of a by the scalar value.
|
Modifier and Type | Method and Description |
---|---|
SwsVector |
SwsFilter.chrH() |
SwsVector |
SwsFilter.chrV() |
SwsVector |
SwsVector.coeff(DoublePointer setter) |
SwsVector |
SwsVector.getPointer(long i) |
SwsVector |
SwsVector.length(int setter) |
SwsVector |
SwsFilter.lumH() |
SwsVector |
SwsFilter.lumV() |
SwsVector |
SwsVector.position(long position) |
Modifier and Type | Method and Description |
---|---|
SwsFilter |
SwsFilter.chrH(SwsVector setter) |
SwsFilter |
SwsFilter.chrV(SwsVector setter) |
SwsFilter |
SwsFilter.lumH(SwsVector setter) |
SwsFilter |
SwsFilter.lumV(SwsVector setter) |
Copyright © 2024. All rights reserved.