| Package | Description |
|---|---|
| org.bytedeco.javacpp | |
| org.bytedeco.javacpp.helper |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.CvPoint |
opencv_core.cvPoint(int x,
int y)
constructs CvPoint structure.
|
static opencv_core.CvPoint |
opencv_core.cvPointFrom32f(opencv_core.CvPoint2D32f point)
converts CvPoint2D32f to CvPoint.
|
static opencv_core.CvPoint |
opencv_imgproc.cvReadChainPoint(opencv_imgproc.CvChainPtReader reader)
\brief Retrieves the next chain point
|
opencv_core.CvPoint |
opencv_imgproc.CvConvexityDefect.depth_point()
the farthest from the convex hull point within the defect
|
opencv_core.CvPoint |
opencv_imgproc.CvConvexityDefect.end()
point of the contour where the defect ends
|
opencv_core.CvPoint |
opencv_core.CvChain.origin() |
opencv_core.CvPoint |
opencv_core.CvPoint.position(long position) |
opencv_core.CvPoint |
opencv_imgproc.CvChainPtReader.pt() |
opencv_core.CvPoint |
opencv_imgproc.CvConvexityDefect.start()
point of the contour where the defect begins
|
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,
org.bytedeco.javacpp.BytePointer text,
opencv_core.CvPoint org,
opencv_imgproc.CvFont arg2) |
static void |
opencv_highgui.cvAddText(opencv_core.CvArr img,
String text,
opencv_core.CvPoint org,
opencv_imgproc.CvFont arg2) |
static void |
opencv_imgproc.cvCircle(opencv_core.CvArr img,
opencv_core.CvPoint center,
int radius,
opencv_core.CvScalar color) |
static void |
opencv_imgproc.cvCircle(opencv_core.CvArr img,
opencv_core.CvPoint center,
int radius,
opencv_core.CvScalar color,
int thickness,
int line_type,
int shift)
\brief Draws a circle with specified center and radius.
|
static int |
opencv_imgproc.cvClipLine(opencv_core.CvSize img_size,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2)
\brief Clips the line segment connecting *pt1 and *pt2
by the rectangular window
|
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)
Copies source 2D array inside of the larger destination array and
makes a border of the specified type (IPL_BORDER_*) around the copied area.
|
static void |
opencv_imgproc.cvDrawCircle(opencv_core.CvArr arg1,
opencv_core.CvPoint arg2,
int arg3,
opencv_core.CvScalar arg4,
int arg5,
int arg6,
int arg7) |
static void |
opencv_imgproc.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)
\brief Draws contour outlines or filled interiors on the image
|
static void |
opencv_imgproc.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_imgproc.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_imgproc.cvDrawPolyLine(opencv_core.CvArr arg1,
opencv_core.CvPoint arg2,
org.bytedeco.javacpp.IntPointer arg3,
int arg4,
int arg5,
opencv_core.CvScalar arg6,
int arg7,
int arg8,
int arg9) |
static void |
opencv_imgproc.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_imgproc.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_imgproc.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)
\brief Draws ellipse outline, filled ellipse, elliptic arc or filled elliptic sector
|
static int |
opencv_imgproc.cvEllipse2Poly(opencv_core.CvPoint center,
opencv_core.CvSize axes,
int angle,
int arc_start,
int arc_end,
opencv_core.CvPoint pts,
int delta)
\brief Returns the polygon points which make up the given ellipse.
|
static void |
opencv_imgproc.cvFillConvexPoly(opencv_core.CvArr img,
opencv_core.CvPoint pts,
int npts,
opencv_core.CvScalar color) |
static void |
opencv_imgproc.cvFillConvexPoly(opencv_core.CvArr img,
opencv_core.CvPoint pts,
int npts,
opencv_core.CvScalar color,
int line_type,
int shift)
\brief Fills convex or monotonous polygon.
|
static void |
opencv_imgproc.cvFillPoly(opencv_core.CvArr img,
opencv_core.CvPoint pts,
org.bytedeco.javacpp.IntPointer npts,
int contours,
opencv_core.CvScalar color) |
static void |
opencv_imgproc.cvFillPoly(opencv_core.CvArr img,
opencv_core.CvPoint pts,
org.bytedeco.javacpp.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)
\brief Convolves an image with the kernel.
|
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,
org.bytedeco.javacpp.PointerPointer first_contour,
int header_size,
int mode,
int method,
opencv_core.CvPoint offset)
\brief Retrieves outer and optionally inner boundaries of white (non-zero) connected
components in the black (zero) background
|
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)
\brief Fills the connected component until the color difference gets large enough
|
static int |
opencv_imgproc.cvInitLineIterator(opencv_core.CvArr image,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2,
opencv_core.CvLineIterator line_iterator) |
static int |
opencv_imgproc.cvInitLineIterator(opencv_core.CvArr image,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2,
opencv_core.CvLineIterator line_iterator,
int connectivity,
int left_to_right)
\brief Initializes line iterator.
|
static void |
opencv_imgproc.cvLine(opencv_core.CvArr img,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2,
opencv_core.CvScalar color) |
static void |
opencv_imgproc.cvLine(opencv_core.CvArr img,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2,
opencv_core.CvScalar color,
int thickness,
int line_type,
int shift)
\brief Draws 4-connected, 8-connected or antialiased line segment connecting two points
|
static void |
opencv_core.cvMinMaxLoc(opencv_core.CvArr arr,
org.bytedeco.javacpp.DoublePointer min_val,
org.bytedeco.javacpp.DoublePointer max_val,
opencv_core.CvPoint min_loc,
opencv_core.CvPoint max_loc,
opencv_core.CvArr mask)
Finds global minimum, maximum and their positions
|
static opencv_core.CvPoint2D32f |
opencv_core.cvPointTo32f(opencv_core.CvPoint point)
converts CvPoint to CvPoint2D32f.
|
static void |
opencv_imgproc.cvPolyLine(opencv_core.CvArr img,
opencv_core.CvPoint pts,
org.bytedeco.javacpp.IntPointer npts,
int contours,
int is_closed,
opencv_core.CvScalar color) |
static void |
opencv_imgproc.cvPolyLine(opencv_core.CvArr img,
opencv_core.CvPoint pts,
org.bytedeco.javacpp.IntPointer npts,
int contours,
int is_closed,
opencv_core.CvScalar color,
int thickness,
int line_type,
int shift) |
static void |
opencv_imgproc.cvPutText(opencv_core.CvArr img,
org.bytedeco.javacpp.BytePointer text,
opencv_core.CvPoint org,
opencv_imgproc.CvFont font,
opencv_core.CvScalar color)
\brief Renders text stroke with specified font and color at specified location.
|
static void |
opencv_imgproc.cvPutText(opencv_core.CvArr img,
String text,
opencv_core.CvPoint org,
opencv_imgproc.CvFont font,
opencv_core.CvScalar color) |
static void |
opencv_imgproc.cvRectangle(opencv_core.CvArr img,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2,
opencv_core.CvScalar color) |
static void |
opencv_imgproc.cvRectangle(opencv_core.CvArr img,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2,
opencv_core.CvScalar color,
int thickness,
int line_type,
int shift)
\brief Draws a rectangle given two opposite corners of the rectangle (pt1 & pt2)
|
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,
org.bytedeco.javacpp.Pointer buffer) |
static int |
opencv_imgproc.cvSampleLine(opencv_core.CvArr image,
opencv_core.CvPoint pt1,
opencv_core.CvPoint pt2,
org.bytedeco.javacpp.Pointer buffer,
int connectivity)
\brief Fetches pixels that belong to the specified line segment and stores them to the buffer.
|
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)
\brief Initializes contour retrieving process.
|
opencv_imgproc.CvConvexityDefect |
opencv_imgproc.CvConvexityDefect.depth_point(opencv_core.CvPoint depth_point) |
opencv_imgproc.CvConvexityDefect |
opencv_imgproc.CvConvexityDefect.end(opencv_core.CvPoint end) |
opencv_core.CvChain |
opencv_core.CvChain.origin(opencv_core.CvPoint origin) |
opencv_imgproc.CvChainPtReader |
opencv_imgproc.CvChainPtReader.pt(opencv_core.CvPoint pt) |
opencv_imgproc.CvConvexityDefect |
opencv_imgproc.CvConvexityDefect.start(opencv_core.CvPoint start) |
| 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_imgproc.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_imgproc.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_imgproc.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 © 2018. All rights reserved.