| Package | Description |
|---|---|
| org.bytedeco.javacpp | |
| org.bytedeco.javacpp.helper |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvPoint |
opencv_core.Point.asCvPoint()
conversion to the old-style C structures
|
opencv_core.CvPoint |
opencv_core.Point2f.asCvPoint()
conversion to the old-style C structures
|
opencv_core.CvPoint |
opencv_core.Point2d.asCvPoint()
conversion to the old-style C structures
|
static opencv_core.CvPoint |
opencv_core.cvPoint(int x,
int y) |
static opencv_core.CvPoint |
opencv_core.cvPointFrom32f(opencv_core.CvPoint2D32f point) |
static opencv_core.CvPoint |
opencv_imgproc.cvReadChainPoint(opencv_imgproc.CvChainPtReader reader) |
opencv_core.CvPoint |
opencv_imgproc.CvConvexityDefect.depth_point() |
opencv_core.CvPoint |
opencv_imgproc.CvConvexityDefect.end() |
opencv_core.CvPoint |
opencv_legacy.OneWayDescriptor.GetCenter() |
opencv_core.CvPoint |
opencv_core.CvChain.origin() |
opencv_core.CvPoint |
opencv_legacy.CvContourTree.p1() |
opencv_core.CvPoint |
opencv_legacy.CvContourTree.p2() |
opencv_core.CvPoint |
opencv_core.CvPoint.position(int position) |
opencv_core.CvPoint |
opencv_imgproc.CvChainPtReader.pt() |
opencv_core.CvPoint |
opencv_legacy.CvStarKeypoint.pt() |
opencv_core.CvPoint |
opencv_imgproc.CvConvexityDefect.start() |
opencv_core.CvPoint |
opencv_core.CvPoint.x(int x) |
opencv_core.CvPoint |
opencv_core.CvPoint.y(int y) |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_highgui.cvAddText(opencv_core.CvArr img,
BytePointer text,
opencv_core.CvPoint org,
opencv_core.CvFont arg2) |
static void |
opencv_highgui.cvAddText(opencv_core.CvArr img,
String text,
opencv_core.CvPoint org,
opencv_core.CvFont arg2) |
static void |
opencv_core.cvCircle(opencv_core.CvArr img,
opencv_core.CvPoint center,
int radius,
opencv_core.CvScalar color) |
static void |
opencv_core.cvCircle(opencv_core.CvArr img,
opencv_core.CvPoint center,
int radius,
opencv_core.CvScalar color,
int thickness,
int line_type,
int shift) |
static void |
opencv_legacy.cvCircleAA(opencv_core.CvArr img,
opencv_core.CvPoint center,
int radius,
double color) |
static void |
opencv_legacy.cvCircleAA(opencv_core.CvArr img,
opencv_core.CvPoint center,
int radius,
double color,
int scale) |
static int |
opencv_core.cvClipLine(opencv_core.CvSize img_size,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2) |
static void |
opencv_legacy.cvConvexHull(opencv_core.CvPoint points,
int num_points,
opencv_core.CvRect bound_rect,
int orientation,
IntPointer hull,
IntPointer hullsize) |
static void |
opencv_imgproc.cvCopyMakeBorder(opencv_core.CvArr src,
opencv_core.CvArr dst,
opencv_core.CvPoint offset,
int bordertype) |
static void |
opencv_imgproc.cvCopyMakeBorder(opencv_core.CvArr src,
opencv_core.CvArr dst,
opencv_core.CvPoint offset,
int bordertype,
opencv_core.CvScalar value)
\
Image Processing *
\
|
static void |
opencv_core.cvDrawCircle(opencv_core.CvArr arg1,
opencv_core.CvPoint arg2,
int arg3,
opencv_core.CvScalar arg4,
int arg5,
int arg6,
int arg7) |
static void |
opencv_core.cvDrawContours(opencv_core.CvArr img,
opencv_core.CvSeq contour,
opencv_core.CvScalar external_color,
opencv_core.CvScalar hole_color,
int max_level,
int thickness,
int line_type,
opencv_core.CvPoint offset) |
static void |
opencv_core.cvDrawEllipse(opencv_core.CvArr arg1,
opencv_core.CvPoint arg2,
opencv_core.CvSize arg3,
double arg4,
double arg5,
double arg6,
opencv_core.CvScalar arg7,
int arg8,
int arg9,
int arg10) |
static void |
opencv_core.cvDrawLine(opencv_core.CvArr arg1,
opencv_core.CvPoint arg2,
opencv_core.CvPoint arg3,
opencv_core.CvScalar arg4,
int arg5,
int arg6,
int arg7) |
static void |
opencv_core.cvDrawPolyLine(opencv_core.CvArr arg1,
opencv_core.CvPoint arg2,
IntPointer arg3,
int arg4,
int arg5,
opencv_core.CvScalar arg6,
int arg7,
int arg8,
int arg9) |
static void |
opencv_core.cvDrawRect(opencv_core.CvArr arg1,
opencv_core.CvPoint arg2,
opencv_core.CvPoint arg3,
opencv_core.CvScalar arg4,
int arg5,
int arg6,
int arg7) |
static void |
opencv_core.cvEllipse(opencv_core.CvArr img,
opencv_core.CvPoint center,
opencv_core.CvSize axes,
double angle,
double start_angle,
double end_angle,
opencv_core.CvScalar color) |
static void |
opencv_core.cvEllipse(opencv_core.CvArr img,
opencv_core.CvPoint center,
opencv_core.CvSize axes,
double angle,
double start_angle,
double end_angle,
opencv_core.CvScalar color,
int thickness,
int line_type,
int shift) |
static int |
opencv_core.cvEllipse2Poly(opencv_core.CvPoint center,
opencv_core.CvSize axes,
int angle,
int arc_start,
int arc_end,
opencv_core.CvPoint pts,
int delta) |
static void |
opencv_legacy.cvEllipseAA(opencv_core.CvArr img,
opencv_core.CvPoint center,
opencv_core.CvSize axes,
double angle,
double start_angle,
double end_angle,
double color) |
static void |
opencv_legacy.cvEllipseAA(opencv_core.CvArr img,
opencv_core.CvPoint center,
opencv_core.CvSize axes,
double angle,
double start_angle,
double end_angle,
double color,
int scale) |
static void |
opencv_core.cvFillConvexPoly(opencv_core.CvArr img,
opencv_core.CvPoint pts,
int npts,
opencv_core.CvScalar color) |
static void |
opencv_core.cvFillConvexPoly(opencv_core.CvArr img,
opencv_core.CvPoint pts,
int npts,
opencv_core.CvScalar color,
int line_type,
int shift) |
static void |
opencv_core.cvFillPoly(opencv_core.CvArr img,
opencv_core.CvPoint pts,
IntPointer npts,
int contours,
opencv_core.CvScalar color) |
static void |
opencv_core.cvFillPoly(opencv_core.CvArr img,
opencv_core.CvPoint pts,
IntPointer npts,
int contours,
opencv_core.CvScalar color,
int line_type,
int shift) |
static void |
opencv_imgproc.cvFilter2D(opencv_core.CvArr src,
opencv_core.CvArr dst,
opencv_core.CvMat kernel,
opencv_core.CvPoint anchor) |
static int |
opencv_imgproc.cvFindContours(opencv_core.CvArr image,
opencv_core.CvMemStorage storage,
opencv_core.CvSeq first_contour,
int header_size,
int mode,
int method,
opencv_core.CvPoint offset) |
static int |
opencv_imgproc.cvFindContours(opencv_core.CvArr image,
opencv_core.CvMemStorage storage,
PointerPointer first_contour,
int header_size,
int mode,
int method,
opencv_core.CvPoint offset)
\
Contours retrieving *
\
|
static void |
opencv_imgproc.cvFloodFill(opencv_core.CvArr image,
opencv_core.CvPoint seed_point,
opencv_core.CvScalar new_val) |
static void |
opencv_imgproc.cvFloodFill(opencv_core.CvArr image,
opencv_core.CvPoint seed_point,
opencv_core.CvScalar new_val,
opencv_core.CvScalar lo_diff,
opencv_core.CvScalar up_diff,
opencv_imgproc.CvConnectedComp comp,
int flags,
opencv_core.CvArr mask) |
static int |
opencv_core.cvInitLineIterator(opencv_core.CvArr image,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2,
opencv_core.CvLineIterator line_iterator) |
static int |
opencv_core.cvInitLineIterator(opencv_core.CvArr image,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2,
opencv_core.CvLineIterator line_iterator,
int connectivity,
int left_to_right) |
static void |
opencv_core.cvLine(opencv_core.CvArr img,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2,
opencv_core.CvScalar color) |
static void |
opencv_core.cvLine(opencv_core.CvArr img,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2,
opencv_core.CvScalar color,
int thickness,
int line_type,
int shift) |
static void |
opencv_legacy.cvLineAA(opencv_core.CvArr img,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2,
double color) |
static void |
opencv_legacy.cvLineAA(opencv_core.CvArr img,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2,
double color,
int scale) |
static void |
opencv_legacy.cvMinAreaRect(opencv_core.CvPoint points,
int n,
int left,
int bottom,
int right,
int top,
opencv_core.CvPoint2D32f anchor,
opencv_core.CvPoint2D32f vect1,
opencv_core.CvPoint2D32f vect2) |
static void |
opencv_core.cvMinMaxLoc(opencv_core.CvArr arr,
DoublePointer min_val,
DoublePointer max_val,
opencv_core.CvPoint min_loc,
opencv_core.CvPoint max_loc,
opencv_core.CvArr mask) |
static opencv_core.CvPoint2D32f |
opencv_core.cvPointTo32f(opencv_core.CvPoint point) |
static void |
opencv_core.cvPolyLine(opencv_core.CvArr img,
opencv_core.CvPoint pts,
IntPointer npts,
int contours,
int is_closed,
opencv_core.CvScalar color) |
static void |
opencv_core.cvPolyLine(opencv_core.CvArr img,
opencv_core.CvPoint pts,
IntPointer npts,
int contours,
int is_closed,
opencv_core.CvScalar color,
int thickness,
int line_type,
int shift) |
static void |
opencv_legacy.cvPolyLineAA(opencv_core.CvArr img,
opencv_core.CvPoint pts,
IntPointer npts,
int contours,
int is_closed,
double color) |
static void |
opencv_legacy.cvPolyLineAA(opencv_core.CvArr img,
opencv_core.CvPoint pts,
IntPointer npts,
int contours,
int is_closed,
double color,
int scale) |
static void |
opencv_core.cvPutText(opencv_core.CvArr img,
BytePointer text,
opencv_core.CvPoint org,
opencv_core.CvFont font,
opencv_core.CvScalar color) |
static void |
opencv_core.cvPutText(opencv_core.CvArr img,
String text,
opencv_core.CvPoint org,
opencv_core.CvFont font,
opencv_core.CvScalar color) |
static void |
opencv_core.cvRectangle(opencv_core.CvArr img,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2,
opencv_core.CvScalar color) |
static void |
opencv_core.cvRectangle(opencv_core.CvArr img,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2,
opencv_core.CvScalar color,
int thickness,
int line_type,
int shift) |
static int |
opencv_objdetect.cvRunHaarClassifierCascade(opencv_objdetect.CvHaarClassifierCascade cascade,
opencv_core.CvPoint pt) |
static int |
opencv_objdetect.cvRunHaarClassifierCascade(opencv_objdetect.CvHaarClassifierCascade cascade,
opencv_core.CvPoint pt,
int start_stage) |
static int |
opencv_imgproc.cvSampleLine(opencv_core.CvArr image,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2,
Pointer buffer) |
static int |
opencv_imgproc.cvSampleLine(opencv_core.CvArr image,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2,
Pointer buffer,
int connectivity)
data sampling
|
static opencv_core.CvSeq |
opencv_legacy.cvSegmentFGMask(opencv_core.CvArr fgmask,
int poly1Hull0,
float perimScale,
opencv_core.CvMemStorage storage,
opencv_core.CvPoint offset) |
static void |
opencv_legacy.cvSnakeImage(opencv_core.IplImage image,
opencv_core.CvPoint points,
int length,
FloatPointer alpha,
FloatPointer beta,
FloatPointer gamma,
int coeff_usage,
opencv_core.CvSize win,
opencv_core.CvTermCriteria criteria) |
static void |
opencv_legacy.cvSnakeImage(opencv_core.IplImage image,
opencv_core.CvPoint points,
int length,
FloatPointer alpha,
FloatPointer beta,
FloatPointer gamma,
int coeff_usage,
opencv_core.CvSize win,
opencv_core.CvTermCriteria criteria,
int calc_gradient) |
static opencv_legacy.CvStarKeypoint |
opencv_legacy.cvStarKeypoint(opencv_core.CvPoint pt,
int size,
float response) |
static opencv_imgproc.CvContourScanner |
opencv_imgproc.cvStartFindContours(opencv_core.CvArr image,
opencv_core.CvMemStorage storage,
int header_size,
int mode,
int method,
opencv_core.CvPoint offset) |
static int |
opencv_legacy.cvTrackFace(opencv_legacy.CvFaceTracker pFaceTracker,
opencv_core.IplImage imgGray,
opencv_core.CvRect pRects,
int nRects,
opencv_core.CvPoint ptRotate,
DoublePointer dbAngleRotate) |
opencv_imgproc.CvConvexityDefect |
opencv_imgproc.CvConvexityDefect.depth_point(opencv_core.CvPoint depth_point) |
opencv_imgproc.CvConvexityDefect |
opencv_imgproc.CvConvexityDefect.end(opencv_core.CvPoint end) |
int |
opencv_legacy.OneWayDescriptorObject.MatchPointToPart(opencv_core.CvPoint pt) |
opencv_core.CvChain |
opencv_core.CvChain.origin(opencv_core.CvPoint origin) |
opencv_legacy.CvContourTree |
opencv_legacy.CvContourTree.p1(opencv_core.CvPoint p1) |
opencv_legacy.CvContourTree |
opencv_legacy.CvContourTree.p2(opencv_core.CvPoint p2) |
opencv_imgproc.CvChainPtReader |
opencv_imgproc.CvChainPtReader.pt(opencv_core.CvPoint pt) |
opencv_legacy.CvStarKeypoint |
opencv_legacy.CvStarKeypoint.pt(opencv_core.CvPoint pt) |
opencv_imgproc.CvConvexityDefect |
opencv_imgproc.CvConvexityDefect.start(opencv_core.CvPoint start) |
| Constructor and Description |
|---|
opencv_core.Point(opencv_core.CvPoint pt) |
opencv_core.Point2d(opencv_core.CvPoint pt) |
opencv_core.Point2f(opencv_core.CvPoint pt) |
| Modifier and Type | Field and Description |
|---|---|
static opencv_core.CvPoint |
opencv_core.AbstractCvPoint.ZERO |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvPoint |
opencv_core.AbstractCvPoint.get(int[] pts) |
opencv_core.CvPoint |
opencv_core.AbstractCvPoint.get(int[] pts,
int offset,
int length) |
opencv_core.CvPoint |
opencv_core.AbstractCvPoint.put(byte shift,
double... pts) |
opencv_core.CvPoint |
opencv_core.AbstractCvPoint.put(byte shift,
double[] pts,
int offset,
int length) |
opencv_core.CvPoint |
opencv_core.AbstractCvPoint.put(byte shift,
opencv_core.CvPoint2D32f o) |
opencv_core.CvPoint |
opencv_core.AbstractCvPoint.put(byte shift,
opencv_core.CvPoint2D64f o) |
opencv_core.CvPoint |
opencv_core.AbstractCvPoint.put(int... pts) |
opencv_core.CvPoint |
opencv_core.AbstractCvPoint.put(int[] pts,
int offset,
int length) |
opencv_core.CvPoint |
opencv_core.AbstractCvPoint.put(int x,
int y) |
opencv_core.CvPoint |
opencv_core.AbstractCvPoint.put(opencv_core.CvPoint o) |
abstract opencv_core.CvPoint |
opencv_core.AbstractCvPoint.x(int x) |
abstract opencv_core.CvPoint |
opencv_core.AbstractCvPoint.y(int y) |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_core.cvDrawPolyLine(opencv_core.CvArr img,
opencv_core.CvPoint[] pts,
int[] npts,
int contours,
int is_closed,
opencv_core.CvScalar color,
int thickness,
int line_type,
int shift) |
static void |
opencv_core.cvFillPoly(opencv_core.CvArr img,
opencv_core.CvPoint[] pts,
int[] npts,
int contours,
opencv_core.CvScalar color,
int line_type,
int shift) |
static void |
opencv_core.cvPolyLine(opencv_core.CvArr img,
opencv_core.CvPoint[] pts,
int[] npts,
int contours,
int is_closed,
opencv_core.CvScalar color,
int thickness,
int line_type,
int shift) |
opencv_core.CvPoint |
opencv_core.AbstractCvPoint.put(opencv_core.CvPoint o) |
opencv_core.CvPoint2D32f |
opencv_core.AbstractCvPoint2D32f.put(opencv_core.CvPoint o) |
opencv_core.CvPoint3D32f |
opencv_core.AbstractCvPoint3D32f.put(opencv_core.CvPoint o) |
opencv_core.CvPoint2D64f |
opencv_core.AbstractCvPoint2D64f.put(opencv_core.CvPoint o) |
opencv_core.CvPoint3D64f |
opencv_core.AbstractCvPoint3D64f.put(opencv_core.CvPoint o) |
Copyright © 2014. All Rights Reserved.