@NoOffset
public static class opencv_phase_unwrapping.HistogramPhaseUnwrapping.Params
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
Params() |
Params(long size)
Native array allocator.
|
Params(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
height() |
opencv_phase_unwrapping.HistogramPhaseUnwrapping.Params |
height(int height) |
float |
histThresh() |
opencv_phase_unwrapping.HistogramPhaseUnwrapping.Params |
histThresh(float histThresh) |
int |
nbrOfLargeBins() |
opencv_phase_unwrapping.HistogramPhaseUnwrapping.Params |
nbrOfLargeBins(int nbrOfLargeBins) |
int |
nbrOfSmallBins() |
opencv_phase_unwrapping.HistogramPhaseUnwrapping.Params |
nbrOfSmallBins(int nbrOfSmallBins) |
opencv_phase_unwrapping.HistogramPhaseUnwrapping.Params |
position(long position) |
int |
width() |
opencv_phase_unwrapping.HistogramPhaseUnwrapping.Params |
width(int width) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Params(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public Params(long size)
Pointer.position(long).public Params()
public opencv_phase_unwrapping.HistogramPhaseUnwrapping.Params position(long position)
position in class org.bytedeco.javacpp.Pointerpublic int width()
public opencv_phase_unwrapping.HistogramPhaseUnwrapping.Params width(int width)
public int height()
public opencv_phase_unwrapping.HistogramPhaseUnwrapping.Params height(int height)
public float histThresh()
public opencv_phase_unwrapping.HistogramPhaseUnwrapping.Params histThresh(float histThresh)
public int nbrOfSmallBins()
public opencv_phase_unwrapping.HistogramPhaseUnwrapping.Params nbrOfSmallBins(int nbrOfSmallBins)
public int nbrOfLargeBins()
public opencv_phase_unwrapping.HistogramPhaseUnwrapping.Params nbrOfLargeBins(int nbrOfLargeBins)
Copyright © 2018. All rights reserved.