@Const public static class opencv_core.MinProblemSolver.Function extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.MinProblemSolver.Function()
Default native constructor.
|
opencv_core.MinProblemSolver.Function(long size)
Native array allocator.
|
opencv_core.MinProblemSolver.Function(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
calc(DoublePointer x) |
int |
getDims() |
void |
getGradient(DoublePointer x,
DoublePointer grad) |
double |
getGradientEps() |
opencv_core.MinProblemSolver.Function |
position(long position) |
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_core.MinProblemSolver.Function()
public opencv_core.MinProblemSolver.Function(long size)
Pointer.position(long).public opencv_core.MinProblemSolver.Function(Pointer p)
Pointer.Pointer(Pointer).public opencv_core.MinProblemSolver.Function position(long position)
@Virtual public double getGradientEps()
@Virtual(value=true) public double calc(@Const DoublePointer x)
@Virtual public void getGradient(@Const DoublePointer x, DoublePointer grad)
Copyright © 2016. All rights reserved.