| Package | Description |
|---|---|
| org.bytedeco.opencv.opencv_core | |
| org.bytedeco.opencv.opencv_objdetect | |
| org.bytedeco.opencv.opencv_videostab |
| Modifier and Type | Method and Description |
|---|---|
IntIntPair |
IntIntPair.first(int first) |
IntIntPair |
IntIntPair.put(int firstValue,
int secondValue) |
IntIntPair |
IntIntPair.put(IntIntPair x) |
IntIntPair |
IntIntPair.second(int second) |
| Modifier and Type | Method and Description |
|---|---|
IntIntPair |
IntIntPair.put(IntIntPair x) |
| Modifier and Type | Method and Description |
|---|---|
void |
DetectionBasedTracker.getObjects(IntIntPair result) |
| Modifier and Type | Method and Description |
|---|---|
Mat |
MotionFilterBase.stabilize(int idx,
MatVector motions,
IntIntPair range) |
Mat |
GaussianMotionFilter.stabilize(int idx,
MatVector motions,
IntIntPair range) |
void |
MotionStabilizationPipeline.stabilize(int size,
MatVector motions,
IntIntPair range,
Mat stabilizationMotions) |
void |
MotionFilterBase.stabilize(int size,
MatVector motions,
IntIntPair range,
Mat stabilizationMotions) |
void |
LpMotionStabilizer.stabilize(int size,
MatVector motions,
IntIntPair range,
Mat stabilizationMotions) |
void |
IMotionStabilizer.stabilize(int size,
MatVector motions,
IntIntPair range,
Mat stabilizationMotions)
assumes that [0, size-1) is in or equals to [range.first, range.second)
|
Copyright © 2019. All rights reserved.