@Properties(inherit=opencv_core.class) public abstract class AbstractScalar extends DoublePointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Modifier and Type | Field and Description |
---|---|
static Scalar |
ALPHA1 |
static Scalar |
ALPHA255 |
static Scalar |
BLACK |
static Scalar |
BLUE |
static Scalar |
CYAN |
static Scalar |
GRAY |
static Scalar |
GREEN |
static Scalar |
MAGENTA |
static Scalar |
ONE |
static Scalar |
ONEHALF |
static Scalar |
RED |
static Scalar |
WHITE |
static Scalar |
YELLOW |
static Scalar |
ZERO |
Constructor and Description |
---|
AbstractScalar(Pointer p) |
Modifier and Type | Method and Description |
---|---|
double |
blue() |
Scalar |
blue(double b) |
double |
green() |
Scalar |
green(double g) |
double |
magnitude() |
double |
red() |
Scalar |
red(double r) |
void |
scale(double s) |
String |
toString() |
asBuffer, capacity, get, get, get, get, limit, position, put, put, put, put, sizeof
address, asByteBuffer, availablePhysicalBytes, calloc, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, totalBytes, totalPhysicalBytes, withDeallocator, zero
public static final Scalar ZERO
public static final Scalar ONE
public static final Scalar ONEHALF
public static final Scalar ALPHA1
public static final Scalar ALPHA255
public static final Scalar WHITE
public static final Scalar GRAY
public static final Scalar BLACK
public static final Scalar RED
public static final Scalar GREEN
public static final Scalar BLUE
public static final Scalar CYAN
public static final Scalar MAGENTA
public static final Scalar YELLOW
public AbstractScalar(Pointer p)
Copyright © 2020. All rights reserved.