| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
Point2fVector |
Point2fVector.push_back(Point2f value) |
Point2fVector |
Point2fVector.put(long i,
Point2f value) |
Point2fVector |
Point2fVector.put(Point2f... array) |
Point2fVector |
Point2fVector.put(Point2f value) |
Point2fVector |
Point2fVector.put(Point2fVector x) |
Point2fVector |
RawImageManipConfig.ResizeConfig.warpFourPoints() |
| Modifier and Type | Method and Description |
|---|---|
Point2fVector |
Point2fVector.put(Point2fVector x) |
void |
Warp.setWarpMesh(Point2fVector meshData,
int width,
int height)
Set a custom warp mesh
|
void |
ImageManip.setWarpMesh(Point2fVector meshData,
int width,
int height)
Set a custom warp mesh
|
ImageManipConfig |
ImageManipConfig.setWarpTransformFourPoints(Point2fVector pt,
boolean normalizedCoords)
Specifies warp by supplying 4 points in either absolute or normalized coordinates
|
RawImageManipConfig.ResizeConfig |
RawImageManipConfig.ResizeConfig.warpFourPoints(Point2fVector setter) |
Copyright © 2023. All rights reserved.