| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.PointVector[] |
opencv_core.PointVectorVector.get() |
opencv_core.PointVector |
opencv_core.PointVectorVector.Iterator.get() |
opencv_core.PointVector |
opencv_core.PointVectorVector.get(long i) |
opencv_core.PointVector |
opencv_objdetect.DetectionROI.locations()
set of requested locations to be evaluated
|
opencv_core.PointVector |
opencv_core.PointVectorVector.pop_back() |
opencv_core.PointVector |
opencv_core.PointVector.push_back(opencv_core.Point value) |
opencv_core.PointVector |
opencv_core.PointVector.put(long i,
opencv_core.Point value) |
opencv_core.PointVector |
opencv_core.PointVector.put(opencv_core.Point... array) |
opencv_core.PointVector |
opencv_core.PointVector.put(opencv_core.Point value) |
opencv_core.PointVector |
opencv_core.PointVector.put(opencv_core.PointVector x) |
| Modifier and Type | Method and Description |
|---|---|
void |
opencv_objdetect.HOGDescriptor.compute(opencv_core.GpuMat img,
float[] descriptors,
opencv_core.Size winStride,
opencv_core.Size padding,
opencv_core.PointVector locations) |
void |
opencv_objdetect.HOGDescriptor.compute(opencv_core.GpuMat img,
FloatBuffer descriptors,
opencv_core.Size winStride,
opencv_core.Size padding,
opencv_core.PointVector locations) |
void |
opencv_objdetect.HOGDescriptor.compute(opencv_core.GpuMat img,
org.bytedeco.javacpp.FloatPointer descriptors,
opencv_core.Size winStride,
opencv_core.Size padding,
opencv_core.PointVector locations) |
void |
opencv_objdetect.HOGDescriptor.compute(opencv_core.Mat img,
float[] descriptors,
opencv_core.Size winStride,
opencv_core.Size padding,
opencv_core.PointVector locations) |
void |
opencv_objdetect.HOGDescriptor.compute(opencv_core.Mat img,
FloatBuffer descriptors,
opencv_core.Size winStride,
opencv_core.Size padding,
opencv_core.PointVector locations) |
void |
opencv_objdetect.HOGDescriptor.compute(opencv_core.Mat img,
org.bytedeco.javacpp.FloatPointer descriptors,
opencv_core.Size winStride,
opencv_core.Size padding,
opencv_core.PointVector locations)
\brief Computes HOG descriptors of given image.
|
void |
opencv_objdetect.HOGDescriptor.compute(opencv_core.UMat img,
float[] descriptors,
opencv_core.Size winStride,
opencv_core.Size padding,
opencv_core.PointVector locations) |
void |
opencv_objdetect.HOGDescriptor.compute(opencv_core.UMat img,
FloatBuffer descriptors,
opencv_core.Size winStride,
opencv_core.Size padding,
opencv_core.PointVector locations) |
void |
opencv_objdetect.HOGDescriptor.compute(opencv_core.UMat img,
org.bytedeco.javacpp.FloatPointer descriptors,
opencv_core.Size winStride,
opencv_core.Size padding,
opencv_core.PointVector locations) |
opencv_core.Rect |
opencv_stitching.FeatherBlender.createWeightMaps(opencv_core.UMatVector masks,
opencv_core.PointVector corners,
opencv_core.UMatVector weight_maps)
Creates weight maps for fixed set of source images by their masks and top-left corners.
|
void |
opencv_cudaobjdetect.HOG.detect(opencv_core.GpuMat img,
opencv_core.PointVector found_locations) |
void |
opencv_cudaobjdetect.HOG.detect(opencv_core.GpuMat img,
opencv_core.PointVector found_locations,
double[] confidences) |
void |
opencv_cudaobjdetect.HOG.detect(opencv_core.GpuMat img,
opencv_core.PointVector found_locations,
DoubleBuffer confidences) |
void |
opencv_cudaobjdetect.HOG.detect(opencv_core.GpuMat img,
opencv_core.PointVector found_locations,
org.bytedeco.javacpp.DoublePointer confidences) |
void |
opencv_objdetect.HOGDescriptor.detect(opencv_core.Mat img,
opencv_core.PointVector foundLocations) |
void |
opencv_cudaobjdetect.HOG.detect(opencv_core.Mat img,
opencv_core.PointVector found_locations) |
void |
opencv_objdetect.HOGDescriptor.detect(opencv_core.Mat img,
opencv_core.PointVector foundLocations,
double[] weights) |
void |
opencv_cudaobjdetect.HOG.detect(opencv_core.Mat img,
opencv_core.PointVector found_locations,
double[] confidences) |
void |
opencv_objdetect.HOGDescriptor.detect(opencv_core.Mat img,
opencv_core.PointVector foundLocations,
double[] weights,
double hitThreshold,
opencv_core.Size winStride,
opencv_core.Size padding,
opencv_core.PointVector searchLocations) |
void |
opencv_objdetect.HOGDescriptor.detect(opencv_core.Mat img,
opencv_core.PointVector foundLocations,
DoubleBuffer weights) |
void |
opencv_cudaobjdetect.HOG.detect(opencv_core.Mat img,
opencv_core.PointVector found_locations,
DoubleBuffer confidences) |
void |
opencv_objdetect.HOGDescriptor.detect(opencv_core.Mat img,
opencv_core.PointVector foundLocations,
DoubleBuffer weights,
double hitThreshold,
opencv_core.Size winStride,
opencv_core.Size padding,
opencv_core.PointVector searchLocations) |
void |
opencv_objdetect.HOGDescriptor.detect(opencv_core.Mat img,
opencv_core.PointVector foundLocations,
double hitThreshold,
opencv_core.Size winStride,
opencv_core.Size padding,
opencv_core.PointVector searchLocations)
\brief Performs object detection without a multi-scale window.
|
void |
opencv_objdetect.HOGDescriptor.detect(opencv_core.Mat img,
opencv_core.PointVector foundLocations,
org.bytedeco.javacpp.DoublePointer weights) |
void |
opencv_cudaobjdetect.HOG.detect(opencv_core.Mat img,
opencv_core.PointVector found_locations,
org.bytedeco.javacpp.DoublePointer confidences)
\brief Performs object detection without a multi-scale window.
|
void |
opencv_objdetect.HOGDescriptor.detect(opencv_core.Mat img,
opencv_core.PointVector foundLocations,
org.bytedeco.javacpp.DoublePointer weights,
double hitThreshold,
opencv_core.Size winStride,
opencv_core.Size padding,
opencv_core.PointVector searchLocations)
\brief Performs object detection without a multi-scale window.
|
void |
opencv_cudaobjdetect.HOG.detect(opencv_core.UMat img,
opencv_core.PointVector found_locations) |
void |
opencv_cudaobjdetect.HOG.detect(opencv_core.UMat img,
opencv_core.PointVector found_locations,
double[] confidences) |
void |
opencv_cudaobjdetect.HOG.detect(opencv_core.UMat img,
opencv_core.PointVector found_locations,
DoubleBuffer confidences) |
void |
opencv_cudaobjdetect.HOG.detect(opencv_core.UMat img,
opencv_core.PointVector found_locations,
org.bytedeco.javacpp.DoublePointer confidences) |
static boolean |
opencv_objdetect.detectQRCode(opencv_core.GpuMat in,
opencv_core.PointVector points) |
static boolean |
opencv_objdetect.detectQRCode(opencv_core.GpuMat in,
opencv_core.PointVector points,
double eps_x,
double eps_y) |
static boolean |
opencv_objdetect.detectQRCode(opencv_core.Mat in,
opencv_core.PointVector points) |
static boolean |
opencv_objdetect.detectQRCode(opencv_core.Mat in,
opencv_core.PointVector points,
double eps_x,
double eps_y)
\brief Detect QR code in image and return minimum area of quadrangle that describes QR code.
|
static boolean |
opencv_objdetect.detectQRCode(opencv_core.UMat in,
opencv_core.PointVector points) |
static boolean |
opencv_objdetect.detectQRCode(opencv_core.UMat in,
opencv_core.PointVector points,
double eps_x,
double eps_y) |
void |
opencv_objdetect.HOGDescriptor.detectROI(opencv_core.Mat img,
opencv_core.PointVector locations,
opencv_core.PointVector foundLocations,
double[] confidences) |
void |
opencv_objdetect.HOGDescriptor.detectROI(opencv_core.Mat img,
opencv_core.PointVector locations,
opencv_core.PointVector foundLocations,
double[] confidences,
double hitThreshold,
opencv_core.Size winStride,
opencv_core.Size padding) |
void |
opencv_objdetect.HOGDescriptor.detectROI(opencv_core.Mat img,
opencv_core.PointVector locations,
opencv_core.PointVector foundLocations,
DoubleBuffer confidences) |
void |
opencv_objdetect.HOGDescriptor.detectROI(opencv_core.Mat img,
opencv_core.PointVector locations,
opencv_core.PointVector foundLocations,
DoubleBuffer confidences,
double hitThreshold,
opencv_core.Size winStride,
opencv_core.Size padding) |
void |
opencv_objdetect.HOGDescriptor.detectROI(opencv_core.Mat img,
opencv_core.PointVector locations,
opencv_core.PointVector foundLocations,
org.bytedeco.javacpp.DoublePointer confidences) |
void |
opencv_objdetect.HOGDescriptor.detectROI(opencv_core.Mat img,
opencv_core.PointVector locations,
opencv_core.PointVector foundLocations,
org.bytedeco.javacpp.DoublePointer confidences,
double hitThreshold,
opencv_core.Size winStride,
opencv_core.Size padding)
\brief evaluate specified ROI and return confidence value for each location
|
static void |
opencv_imgproc.ellipse2Poly(opencv_core.Point center,
opencv_core.Size axes,
int angle,
int arcStart,
int arcEnd,
int delta,
opencv_core.PointVector pts)
\brief Approximates an elliptic arc with a polyline.
|
void |
opencv_stitching.ExposureCompensator.feed(opencv_core.PointVector corners,
opencv_core.UMatVector images,
opencv_core.UMatBytePairVector masks)
\overload
|
void |
opencv_stitching.NoExposureCompensator.feed(opencv_core.PointVector arg0,
opencv_core.UMatVector arg1,
opencv_core.UMatBytePairVector arg2) |
void |
opencv_stitching.GainCompensator.feed(opencv_core.PointVector corners,
opencv_core.UMatVector images,
opencv_core.UMatBytePairVector masks) |
void |
opencv_stitching.BlocksGainCompensator.feed(opencv_core.PointVector corners,
opencv_core.UMatVector images,
opencv_core.UMatBytePairVector masks) |
void |
opencv_stitching.ExposureCompensator.feed(opencv_core.PointVector corners,
opencv_core.UMatVector images,
opencv_core.UMatVector masks) |
void |
opencv_stitching.VoronoiSeamFinder.find(opencv_core.SizeVector size,
opencv_core.PointVector corners,
opencv_core.UMatVector masks) |
void |
opencv_stitching.SeamFinder.find(opencv_core.UMatVector src,
opencv_core.PointVector corners,
opencv_core.UMatVector masks)
\brief Estimates seams.
|
void |
opencv_stitching.NoSeamFinder.find(opencv_core.UMatVector arg0,
opencv_core.PointVector arg1,
opencv_core.UMatVector arg2) |
void |
opencv_stitching.PairwiseSeamFinder.find(opencv_core.UMatVector src,
opencv_core.PointVector corners,
opencv_core.UMatVector masks) |
void |
opencv_stitching.VoronoiSeamFinder.find(opencv_core.UMatVector src,
opencv_core.PointVector corners,
opencv_core.UMatVector masks) |
void |
opencv_stitching.DpSeamFinder.find(opencv_core.UMatVector src,
opencv_core.PointVector corners,
opencv_core.UMatVector masks) |
void |
opencv_stitching.GraphCutSeamFinder.find(opencv_core.UMatVector src,
opencv_core.PointVector corners,
opencv_core.UMatVector masks) |
void |
opencv_stitching.Timelapser.initialize(opencv_core.PointVector corners,
opencv_core.SizeVector sizes) |
void |
opencv_stitching.TimelapserCrop.initialize(opencv_core.PointVector corners,
opencv_core.SizeVector sizes) |
opencv_core.PointVectorVector.Iterator |
opencv_core.PointVectorVector.insert(opencv_core.PointVectorVector.Iterator pos,
opencv_core.PointVector value) |
opencv_objdetect.DetectionROI |
opencv_objdetect.DetectionROI.locations(opencv_core.PointVector locations) |
void |
opencv_stitching.Blender.prepare(opencv_core.PointVector corners,
opencv_core.SizeVector sizes)
\brief Prepares the blender for blending.
|
opencv_core.PointVectorVector |
opencv_core.PointVectorVector.push_back(opencv_core.PointVector value) |
opencv_core.PointVectorVector |
opencv_core.PointVectorVector.put(long i,
opencv_core.PointVector value) |
opencv_core.PointVectorVector |
opencv_core.PointVectorVector.put(opencv_core.PointVector... array) |
opencv_core.PointVector |
opencv_core.PointVector.put(opencv_core.PointVector x) |
opencv_core.PointVectorVector |
opencv_core.PointVectorVector.put(opencv_core.PointVector value) |
static opencv_core.Rect |
opencv_stitching.resultRoi(opencv_core.PointVector corners,
opencv_core.SizeVector sizes) |
static opencv_core.Rect |
opencv_stitching.resultRoi(opencv_core.PointVector corners,
opencv_core.UMatVector images) |
static opencv_core.Rect |
opencv_stitching.resultRoiIntersection(opencv_core.PointVector corners,
opencv_core.SizeVector sizes) |
static opencv_core.Point |
opencv_stitching.resultTl(opencv_core.PointVector corners) |
| Constructor and Description |
|---|
PointVectorVector(opencv_core.PointVector... array) |
PointVectorVector(opencv_core.PointVector value) |
Copyright © 2018. All rights reserved.