| Package | Description |
|---|---|
| org.opencv.core | |
| org.opencv.dnn | |
| org.opencv.features2d | |
| org.opencv.imgcodecs | |
| org.opencv.utils | |
| org.opencv.video |
| Modifier and Type | Method and Description |
|---|---|
static MatOfByte |
MatOfByte.fromNativeAddr(long addr) |
| Modifier and Type | Method and Description |
|---|---|
static Net |
Dnn.readNet(String framework,
MatOfByte bufferModel) |
static Net |
Dnn.readNet(String framework,
MatOfByte bufferModel,
MatOfByte bufferConfig) |
static Net |
Dnn.readNetFromCaffe(MatOfByte bufferProto) |
static Net |
Dnn.readNetFromCaffe(MatOfByte bufferProto,
MatOfByte bufferModel) |
static Net |
Dnn.readNetFromDarknet(MatOfByte bufferCfg) |
static Net |
Dnn.readNetFromDarknet(MatOfByte bufferCfg,
MatOfByte bufferModel) |
static Net |
Dnn.readNetFromTensorflow(MatOfByte bufferModel) |
static Net |
Dnn.readNetFromTensorflow(MatOfByte bufferModel,
MatOfByte bufferConfig) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Features2d.drawMatches(Mat img1,
MatOfKeyPoint keypoints1,
Mat img2,
MatOfKeyPoint keypoints2,
MatOfDMatch matches1to2,
Mat outImg,
Scalar matchColor,
Scalar singlePointColor,
MatOfByte matchesMask) |
static void |
Features2d.drawMatches(Mat img1,
MatOfKeyPoint keypoints1,
Mat img2,
MatOfKeyPoint keypoints2,
MatOfDMatch matches1to2,
Mat outImg,
Scalar matchColor,
Scalar singlePointColor,
MatOfByte matchesMask,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Features2d.drawMatches2(Mat img1,
MatOfKeyPoint keypoints1,
Mat img2,
MatOfKeyPoint keypoints2,
List<MatOfDMatch> matches1to2,
Mat outImg,
Scalar matchColor,
Scalar singlePointColor,
List<MatOfByte> matchesMask) |
static void |
Features2d.drawMatches2(Mat img1,
MatOfKeyPoint keypoints1,
Mat img2,
MatOfKeyPoint keypoints2,
List<MatOfDMatch> matches1to2,
Mat outImg,
Scalar matchColor,
Scalar singlePointColor,
List<MatOfByte> matchesMask,
int flags) |
static void |
Features2d.drawMatchesKnn(Mat img1,
MatOfKeyPoint keypoints1,
Mat img2,
MatOfKeyPoint keypoints2,
List<MatOfDMatch> matches1to2,
Mat outImg,
Scalar matchColor,
Scalar singlePointColor,
List<MatOfByte> matchesMask) |
static void |
Features2d.drawMatchesKnn(Mat img1,
MatOfKeyPoint keypoints1,
Mat img2,
MatOfKeyPoint keypoints2,
List<MatOfDMatch> matches1to2,
Mat outImg,
Scalar matchColor,
Scalar singlePointColor,
List<MatOfByte> matchesMask,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Imgcodecs.imencode(String ext,
Mat img,
MatOfByte buf) |
static boolean |
Imgcodecs.imencode(String ext,
Mat img,
MatOfByte buf,
MatOfInt params) |
| Modifier and Type | Method and Description |
|---|---|
static Mat |
Converters.vector_vector_char_to_Mat(List<MatOfByte> lvb,
List<Mat> mats) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Video.calcOpticalFlowPyrLK(Mat prevImg,
Mat nextImg,
MatOfPoint2f prevPts,
MatOfPoint2f nextPts,
MatOfByte status,
MatOfFloat err) |
static void |
Video.calcOpticalFlowPyrLK(Mat prevImg,
Mat nextImg,
MatOfPoint2f prevPts,
MatOfPoint2f nextPts,
MatOfByte status,
MatOfFloat err,
Size winSize) |
static void |
Video.calcOpticalFlowPyrLK(Mat prevImg,
Mat nextImg,
MatOfPoint2f prevPts,
MatOfPoint2f nextPts,
MatOfByte status,
MatOfFloat err,
Size winSize,
int maxLevel) |
static void |
Video.calcOpticalFlowPyrLK(Mat prevImg,
Mat nextImg,
MatOfPoint2f prevPts,
MatOfPoint2f nextPts,
MatOfByte status,
MatOfFloat err,
Size winSize,
int maxLevel,
TermCriteria criteria) |
static void |
Video.calcOpticalFlowPyrLK(Mat prevImg,
Mat nextImg,
MatOfPoint2f prevPts,
MatOfPoint2f nextPts,
MatOfByte status,
MatOfFloat err,
Size winSize,
int maxLevel,
TermCriteria criteria,
int flags) |
static void |
Video.calcOpticalFlowPyrLK(Mat prevImg,
Mat nextImg,
MatOfPoint2f prevPts,
MatOfPoint2f nextPts,
MatOfByte status,
MatOfFloat err,
Size winSize,
int maxLevel,
TermCriteria criteria,
int flags,
double minEigThreshold) |
Copyright © 2018. All rights reserved.