public static class opencv_features2d.Hamming extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
normType
enum cv::Hamming::
|
| Constructor and Description |
|---|
opencv_features2d.Hamming() |
opencv_features2d.Hamming(int size) |
opencv_features2d.Hamming(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
apply(byte[] a,
byte[] b,
int size) |
int |
apply(ByteBuffer a,
ByteBuffer b,
int size) |
int |
apply(BytePointer a,
BytePointer b,
int size)
this will count the bits in a ^ b
|
opencv_features2d.Hamming |
position(int position) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic static final int normType
public opencv_features2d.Hamming()
public opencv_features2d.Hamming(int size)
public opencv_features2d.Hamming(Pointer p)
public opencv_features2d.Hamming position(int position)
public int apply(BytePointer a, BytePointer b, int size)
public int apply(ByteBuffer a, ByteBuffer b, int size)
public int apply(byte[] a,
byte[] b,
int size)
Copyright © 2014. All Rights Reserved.