public static class ObjectFeatureOrderedSet.SlidingWindow
extends java.lang.Object
feature sets
.Modifier and Type | Field and Description |
---|---|
protected int |
height |
protected int |
shiftX |
protected int |
shiftY |
protected int |
width |
Constructor and Description |
---|
ObjectFeatureOrderedSet.SlidingWindow() |
ObjectFeatureOrderedSet.SlidingWindow(int width,
int height,
float percShiftX,
float percShiftY) |
ObjectFeatureOrderedSet.SlidingWindow(int width,
int height,
int shiftX,
int shiftY) |
protected int width
protected int height
protected int shiftX
protected int shiftY
public ObjectFeatureOrderedSet.SlidingWindow()
public ObjectFeatureOrderedSet.SlidingWindow(int width, int height, int shiftX, int shiftY)
public ObjectFeatureOrderedSet.SlidingWindow(int width, int height, float percShiftX, float percShiftY)