public static class opencv_ml.SVM.Kernel extends opencv_core.Algorithm
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_ml.SVM.Kernel(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
calc(int vcount,
int n,
float[] vecs,
float[] another,
float[] results) |
void |
calc(int vcount,
int n,
FloatBuffer vecs,
FloatBuffer another,
FloatBuffer results) |
void |
calc(int vcount,
int n,
FloatPointer vecs,
FloatPointer another,
FloatPointer results) |
int |
getType() |
clear, empty, getDefaultName, position, read, save, save, writeaddress, 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_ml.SVM.Kernel(Pointer p)
Pointer.Pointer(Pointer).public int getType()
public void calc(int vcount,
int n,
@Const
FloatPointer vecs,
@Const
FloatPointer another,
FloatPointer results)
public void calc(int vcount,
int n,
@Const
FloatBuffer vecs,
@Const
FloatBuffer another,
FloatBuffer results)
Copyright © 2016. All rights reserved.