| Package | Description |
|---|---|
| org.bytedeco.javacpp | |
| org.bytedeco.javacpp.helper |
| Modifier and Type | Method and Description |
|---|---|
static BytePointer |
opencv_core.add(byte lhs,
BytePointer rhs) |
static BytePointer |
opencv_core.add(BytePointer lhs,
byte rhs) |
static BytePointer |
opencv_core.add(BytePointer lhs,
BytePointer rhs)
\relates cv::String
/** \{
|
static String |
opencv_core.add(byte lhs,
String rhs) |
static String |
opencv_core.add(String lhs,
byte rhs) |
static String |
opencv_core.add(String lhs,
String rhs) |
BytePointer |
opencv_core.FileNode.asBytePointer()
returns the node content as text string
|
BytePointer |
opencv_core.FileStorage.elname()
the currently written element
|
static BytePointer |
opencv_core.format(BytePointer fmt)
\brief Returns a text string formatted using the printf-like expression.
|
static String |
opencv_core.format(String fmt) |
BytePointer |
opencv_core.StringVector.get(long i) |
static BytePointer |
opencv_core.getBuildInformation()
\brief Returns full configuration time cmake output.
|
BytePointer |
opencv_core.Algorithm.getDefaultName()
Returns the algorithm string identifier.
|
static BytePointer |
opencv_core.FileStorage.getDefaultObjectName(BytePointer filename)
\brief Returns the normalized object name for the specified name of a file.
|
static String |
opencv_core.FileStorage.getDefaultObjectName(String filename) |
static BytePointer |
opencv_core.getIppErrorLocation() |
BytePointer |
opencv_face.FaceRecognizer.getLabelInfo(int label)
\brief Gets string information by label.
|
BytePointer |
opencv_flann.IndexParams.getString(BytePointer key) |
BytePointer |
opencv_flann.IndexParams.getString(BytePointer key,
BytePointer defaultVal) |
String |
opencv_flann.IndexParams.getString(String key) |
String |
opencv_flann.IndexParams.getString(String key,
String defaultVal) |
static BytePointer |
opencv_stitching.matchesGraphAsString(opencv_core.StringVector pathes,
opencv_stitching.MatchesInfo pairwise_matches,
float conf_threshold) |
BytePointer |
opencv_dnn.LayerParams.name()
Name of the layer instance (optional, can be used internal purposes).
|
BytePointer |
opencv_dnn.Layer.name()
Name of the layer instance, can be used for logging or other internal purposes.
|
BytePointer |
opencv_core.FileNode.name()
returns the node name or an empty string if the node is nameless
|
BytePointer |
opencv_core.FileStorage.releaseAndGetString()
\brief Closes the file and releases all the memory buffers.
|
static BytePointer |
opencv_core.shiftLeft(BytePointer out,
opencv_core.Formatted fmtd) |
static BytePointer |
opencv_core.shiftLeft(BytePointer out,
opencv_core.Mat mtx) |
static String |
opencv_core.shiftLeft(String out,
opencv_core.Formatted fmtd) |
static String |
opencv_core.shiftLeft(String out,
opencv_core.Mat mtx) |
static BytePointer |
opencv_core.tempfile() |
static BytePointer |
opencv_core.tempfile(BytePointer suffix) |
static String |
opencv_core.tempfile(String suffix) |
BytePointer |
opencv_dnn.LayerParams.type()
Type name which was used for creating layer by layer factory (optional).
|
BytePointer |
opencv_dnn.Layer.type()
Type name which was used for creating layer by layer factory.
|
BytePointer |
opencv_dnn._LayerStaticRegisterer.type() |
| Modifier and Type | Method and Description |
|---|---|
static BytePointer |
opencv_core.add(byte lhs,
BytePointer rhs) |
static BytePointer |
opencv_core.add(BytePointer lhs,
byte rhs) |
static BytePointer |
opencv_core.add(BytePointer lhs,
BytePointer rhs)
\relates cv::String
/** \{
|
static BytePointer |
opencv_core.add(BytePointer lhs,
BytePointer rhs)
\relates cv::String
/** \{
|
static String |
opencv_core.add(byte lhs,
String rhs) |
static String |
opencv_core.add(String lhs,
byte rhs) |
static String |
opencv_core.add(String lhs,
String rhs) |
static String |
opencv_core.add(String lhs,
String rhs) |
int |
opencv_dnn.Net.addLayer(BytePointer name,
BytePointer type,
opencv_dnn.LayerParams params)
\brief Adds new layer to the net.
|
int |
opencv_dnn.Net.addLayer(BytePointer name,
BytePointer type,
opencv_dnn.LayerParams params)
\brief Adds new layer to the net.
|
int |
opencv_dnn.Net.addLayer(String name,
String type,
opencv_dnn.LayerParams params) |
int |
opencv_dnn.Net.addLayer(String name,
String type,
opencv_dnn.LayerParams params) |
int |
opencv_dnn.Net.addLayerToPrev(BytePointer name,
BytePointer type,
opencv_dnn.LayerParams params)
\brief Adds new layer and connects its first input to the first output of previously added layer.
|
int |
opencv_dnn.Net.addLayerToPrev(BytePointer name,
BytePointer type,
opencv_dnn.LayerParams params)
\brief Adds new layer and connects its first input to the first output of previously added layer.
|
int |
opencv_dnn.Net.addLayerToPrev(String name,
String type,
opencv_dnn.LayerParams params) |
int |
opencv_dnn.Net.addLayerToPrev(String name,
String type,
opencv_dnn.LayerParams params) |
static void |
opencv_highgui.addText(opencv_core.Mat img,
BytePointer text,
opencv_core.Point org,
opencv_highgui.QtFont font)
\brief Draws a text on the image.
|
static void |
opencv_highgui.addText(opencv_core.Mat img,
String text,
opencv_core.Point org,
opencv_highgui.QtFont font) |
void |
opencv_dnn.Net.connect(BytePointer outPin,
BytePointer inpPin)
\brief Connects output of the first layer to input of the second layer.
|
void |
opencv_dnn.Net.connect(BytePointer outPin,
BytePointer inpPin)
\brief Connects output of the first layer to input of the second layer.
|
void |
opencv_dnn.Net.connect(String outPin,
String inpPin) |
void |
opencv_dnn.Net.connect(String outPin,
String inpPin) |
static boolean |
opencv_objdetect.CascadeClassifier.convert(BytePointer oldcascade,
BytePointer newcascade) |
static boolean |
opencv_objdetect.CascadeClassifier.convert(BytePointer oldcascade,
BytePointer newcascade) |
static boolean |
opencv_objdetect.CascadeClassifier.convert(String oldcascade,
String newcascade) |
static boolean |
opencv_objdetect.CascadeClassifier.convert(String oldcascade,
String newcascade) |
static opencv_features2d.DescriptorMatcher |
opencv_features2d.DescriptorMatcher.create(BytePointer descriptorMatcherType)
\brief Creates a descriptor matcher of a given type with the default parameters (using default
constructor).
|
static opencv_features2d.DescriptorMatcher |
opencv_features2d.DescriptorMatcher.create(String descriptorMatcherType) |
static int |
opencv_highgui.createButton(BytePointer bar_name,
opencv_highgui.ButtonCallback on_change) |
static int |
opencv_highgui.createButton(BytePointer bar_name,
opencv_highgui.ButtonCallback on_change,
Pointer userdata,
int type,
boolean initial_button_state)
\brief Attaches a button to the control panel.
|
static int |
opencv_highgui.createButton(String bar_name,
opencv_highgui.ButtonCallback on_change) |
static int |
opencv_highgui.createButton(String bar_name,
opencv_highgui.ButtonCallback on_change,
Pointer userdata,
int type,
boolean initial_button_state) |
static opencv_dnn.Importer |
opencv_dnn.createCaffeImporter(BytePointer prototxt) |
static opencv_dnn.Importer |
opencv_dnn.createCaffeImporter(BytePointer prototxt,
BytePointer caffeModel)
\brief Creates the importer of Caffe framework network.
|
static opencv_dnn.Importer |
opencv_dnn.createCaffeImporter(BytePointer prototxt,
BytePointer caffeModel)
\brief Creates the importer of Caffe framework network.
|
static opencv_dnn.Importer |
opencv_dnn.createCaffeImporter(String prototxt) |
static opencv_dnn.Importer |
opencv_dnn.createCaffeImporter(String prototxt,
String caffeModel) |
static opencv_dnn.Importer |
opencv_dnn.createCaffeImporter(String prototxt,
String caffeModel) |
static opencv_superres.FrameSource |
opencv_superres.createFrameSource_Video_CUDA(BytePointer fileName) |
static opencv_superres.FrameSource |
opencv_superres.createFrameSource_Video_CUDA(String fileName) |
static opencv_superres.FrameSource |
opencv_superres.createFrameSource_Video(BytePointer fileName) |
static opencv_superres.FrameSource |
opencv_superres.createFrameSource_Video(String fileName) |
static opencv_dnn.Layer |
opencv_dnn.LayerFactory.createLayerInstance(BytePointer type,
opencv_dnn.LayerParams params)
\brief Creates instance of registered layer.
|
static opencv_dnn.Layer |
opencv_dnn.LayerFactory.createLayerInstance(String type,
opencv_dnn.LayerParams params) |
static opencv_ximgproc.StructuredEdgeDetection |
opencv_ximgproc.createStructuredEdgeDetection(BytePointer model) |
static opencv_ximgproc.StructuredEdgeDetection |
opencv_ximgproc.createStructuredEdgeDetection(BytePointer model,
opencv_ximgproc.RFFeatureGetter howToGetFeatures)
The only constructor
|
static opencv_ximgproc.StructuredEdgeDetection |
opencv_ximgproc.createStructuredEdgeDetection(String model) |
static opencv_ximgproc.StructuredEdgeDetection |
opencv_ximgproc.createStructuredEdgeDetection(String model,
opencv_ximgproc.RFFeatureGetter howToGetFeatures) |
static opencv_dnn.Importer |
opencv_dnn.createTorchImporter(BytePointer filename) |
static opencv_dnn.Importer |
opencv_dnn.createTorchImporter(BytePointer filename,
boolean isBinary)
\brief Creates the importer of Torch7 framework network.
|
static opencv_dnn.Importer |
opencv_dnn.createTorchImporter(String filename) |
static opencv_dnn.Importer |
opencv_dnn.createTorchImporter(String filename,
boolean isBinary) |
static int |
opencv_highgui.createTrackbar(BytePointer trackbarname,
BytePointer winname,
int[] value,
int count) |
static int |
opencv_highgui.createTrackbar(BytePointer trackbarname,
BytePointer winname,
int[] value,
int count) |
static int |
opencv_highgui.createTrackbar(BytePointer trackbarname,
BytePointer winname,
int[] value,
int count,
opencv_highgui.TrackbarCallback onChange,
Pointer userdata) |
static int |
opencv_highgui.createTrackbar(BytePointer trackbarname,
BytePointer winname,
int[] value,
int count,
opencv_highgui.TrackbarCallback onChange,
Pointer userdata) |
static int |
opencv_highgui.createTrackbar(BytePointer trackbarname,
BytePointer winname,
IntBuffer value,
int count) |
static int |
opencv_highgui.createTrackbar(BytePointer trackbarname,
BytePointer winname,
IntBuffer value,
int count) |
static int |
opencv_highgui.createTrackbar(BytePointer trackbarname,
BytePointer winname,
IntBuffer value,
int count,
opencv_highgui.TrackbarCallback onChange,
Pointer userdata) |
static int |
opencv_highgui.createTrackbar(BytePointer trackbarname,
BytePointer winname,
IntBuffer value,
int count,
opencv_highgui.TrackbarCallback onChange,
Pointer userdata) |
static int |
opencv_highgui.createTrackbar(BytePointer trackbarname,
BytePointer winname,
IntPointer value,
int count) |
static int |
opencv_highgui.createTrackbar(BytePointer trackbarname,
BytePointer winname,
IntPointer value,
int count) |
static int |
opencv_highgui.createTrackbar(BytePointer trackbarname,
BytePointer winname,
IntPointer value,
int count,
opencv_highgui.TrackbarCallback onChange,
Pointer userdata)
\brief Creates a trackbar and attaches it to the specified window.
|
static int |
opencv_highgui.createTrackbar(BytePointer trackbarname,
BytePointer winname,
IntPointer value,
int count,
opencv_highgui.TrackbarCallback onChange,
Pointer userdata)
\brief Creates a trackbar and attaches it to the specified window.
|
static int |
opencv_highgui.createTrackbar(String trackbarname,
String winname,
int[] value,
int count) |
static int |
opencv_highgui.createTrackbar(String trackbarname,
String winname,
int[] value,
int count) |
static int |
opencv_highgui.createTrackbar(String trackbarname,
String winname,
int[] value,
int count,
opencv_highgui.TrackbarCallback onChange,
Pointer userdata) |
static int |
opencv_highgui.createTrackbar(String trackbarname,
String winname,
int[] value,
int count,
opencv_highgui.TrackbarCallback onChange,
Pointer userdata) |
static int |
opencv_highgui.createTrackbar(String trackbarname,
String winname,
IntBuffer value,
int count) |
static int |
opencv_highgui.createTrackbar(String trackbarname,
String winname,
IntBuffer value,
int count) |
static int |
opencv_highgui.createTrackbar(String trackbarname,
String winname,
IntBuffer value,
int count,
opencv_highgui.TrackbarCallback onChange,
Pointer userdata) |
static int |
opencv_highgui.createTrackbar(String trackbarname,
String winname,
IntBuffer value,
int count,
opencv_highgui.TrackbarCallback onChange,
Pointer userdata) |
static int |
opencv_highgui.createTrackbar(String trackbarname,
String winname,
IntPointer value,
int count) |
static int |
opencv_highgui.createTrackbar(String trackbarname,
String winname,
IntPointer value,
int count) |
static int |
opencv_highgui.createTrackbar(String trackbarname,
String winname,
IntPointer value,
int count,
opencv_highgui.TrackbarCallback onChange,
Pointer userdata) |
static int |
opencv_highgui.createTrackbar(String trackbarname,
String winname,
IntPointer value,
int count,
opencv_highgui.TrackbarCallback onChange,
Pointer userdata) |
static void |
opencv_highgui.destroyWindow(BytePointer winname)
\brief Destroys the specified window.
|
static void |
opencv_highgui.destroyWindow(String winname) |
static void |
opencv_highgui.displayOverlay(BytePointer winname,
BytePointer text) |
static void |
opencv_highgui.displayOverlay(BytePointer winname,
BytePointer text) |
static void |
opencv_highgui.displayOverlay(BytePointer winname,
BytePointer text,
int delayms)
\brief Displays a text on a window image as an overlay for a specified duration.
|
static void |
opencv_highgui.displayOverlay(BytePointer winname,
BytePointer text,
int delayms)
\brief Displays a text on a window image as an overlay for a specified duration.
|
static void |
opencv_highgui.displayOverlay(String winname,
String text) |
static void |
opencv_highgui.displayOverlay(String winname,
String text) |
static void |
opencv_highgui.displayOverlay(String winname,
String text,
int delayms) |
static void |
opencv_highgui.displayOverlay(String winname,
String text,
int delayms) |
static void |
opencv_highgui.displayStatusBar(BytePointer winname,
BytePointer text) |
static void |
opencv_highgui.displayStatusBar(BytePointer winname,
BytePointer text) |
static void |
opencv_highgui.displayStatusBar(BytePointer winname,
BytePointer text,
int delayms)
\brief Displays a text on the window statusbar during the specified period of time.
|
static void |
opencv_highgui.displayStatusBar(BytePointer winname,
BytePointer text,
int delayms)
\brief Displays a text on the window statusbar during the specified period of time.
|
static void |
opencv_highgui.displayStatusBar(String winname,
String text) |
static void |
opencv_highgui.displayStatusBar(String winname,
String text) |
static void |
opencv_highgui.displayStatusBar(String winname,
String text,
int delayms) |
static void |
opencv_highgui.displayStatusBar(String winname,
String text,
int delayms) |
static boolean |
opencv_core.equals(BytePointer lhs,
BytePointer rhs) |
static boolean |
opencv_core.equals(BytePointer lhs,
BytePointer rhs) |
static boolean |
opencv_core.equals(String lhs,
String rhs) |
static boolean |
opencv_core.equals(String lhs,
String rhs) |
static void |
opencv_core.error(int _code,
BytePointer _err,
BytePointer _func,
BytePointer _file,
int _line)
\endcond
|
static void |
opencv_core.error(int _code,
String _err,
String _func,
String _file,
int _line) |
static void |
opencv_core.errorNoReturn(int _code,
BytePointer _err,
BytePointer _func,
BytePointer _file,
int _line)
same as cv::error, but does not return
|
static void |
opencv_core.errorNoReturn(int _code,
String _err,
String _func,
String _file,
int _line) |
static opencv_highgui.QtFont |
opencv_highgui.fontQt(BytePointer nameFont) |
static opencv_highgui.QtFont |
opencv_highgui.fontQt(BytePointer nameFont,
int pointSize,
opencv_core.Scalar color,
int weight,
int style,
int spacing)
\brief Creates the font to draw a text on an image.
|
static opencv_highgui.QtFont |
opencv_highgui.fontQt(String nameFont) |
static opencv_highgui.QtFont |
opencv_highgui.fontQt(String nameFont,
int pointSize,
opencv_core.Scalar color,
int weight,
int style,
int spacing) |
opencv_dnn.DictValue |
opencv_dnn.Dict.get(BytePointer key)
If the \p key in the dictionary then returns its value, else an error will be generated.
|
opencv_core.FileNode |
opencv_core.FileStorage.get(BytePointer nodename)
\brief Returns the specified element of the top-level mapping.
|
opencv_core.FileNode |
opencv_core.FileNode.get(BytePointer nodename)
\brief Returns element of a mapping node or a sequence node.
|
opencv_dnn.DictValue |
opencv_dnn.Dict.get(String key) |
opencv_core.FileNode |
opencv_core.FileStorage.get(String nodename) |
opencv_core.FileNode |
opencv_core.FileNode.get(String nodename) |
opencv_dnn.Blob |
opencv_dnn.Net.getBlob(BytePointer outputName)
\brief Returns the layer output blob.
|
opencv_dnn.Blob |
opencv_dnn.Net.getBlob(String outputName) |
static BytePointer |
opencv_core.FileStorage.getDefaultObjectName(BytePointer filename)
\brief Returns the normalized object name for the specified name of a file.
|
static String |
opencv_core.FileStorage.getDefaultObjectName(String filename) |
double |
opencv_flann.IndexParams.getDouble(BytePointer key) |
double |
opencv_flann.IndexParams.getDouble(BytePointer key,
double defaultVal) |
double |
opencv_flann.IndexParams.getDouble(String key) |
double |
opencv_flann.IndexParams.getDouble(String key,
double defaultVal) |
int |
opencv_flann.IndexParams.getInt(BytePointer key) |
int |
opencv_flann.IndexParams.getInt(BytePointer key,
int defaultVal) |
int |
opencv_flann.IndexParams.getInt(String key) |
int |
opencv_flann.IndexParams.getInt(String key,
int defaultVal) |
IntPointer |
opencv_face.FaceRecognizer.getLabelsByString(BytePointer str)
\brief Gets vector of labels by string.
|
IntBuffer |
opencv_face.FaceRecognizer.getLabelsByString(String str) |
int |
opencv_dnn.Net.getLayerId(BytePointer layer)
\brief Converts string name of the layer to the integer identifier.
|
int |
opencv_dnn.Net.getLayerId(String layer) |
BytePointer |
opencv_flann.IndexParams.getString(BytePointer key) |
BytePointer |
opencv_flann.IndexParams.getString(BytePointer key,
BytePointer defaultVal) |
BytePointer |
opencv_flann.IndexParams.getString(BytePointer key,
BytePointer defaultVal) |
String |
opencv_flann.IndexParams.getString(String key) |
String |
opencv_flann.IndexParams.getString(String key,
String defaultVal) |
String |
opencv_flann.IndexParams.getString(String key,
String defaultVal) |
static opencv_core.Size |
opencv_imgproc.getTextSize(BytePointer text,
int fontFace,
double fontScale,
int thickness,
int[] baseLine) |
static opencv_core.Size |
opencv_imgproc.getTextSize(BytePointer text,
int fontFace,
double fontScale,
int thickness,
IntBuffer baseLine) |
static opencv_core.Size |
opencv_imgproc.getTextSize(BytePointer text,
int fontFace,
double fontScale,
int thickness,
IntPointer baseLine)
\brief Calculates the width and height of a text string.
|
static opencv_core.Size |
opencv_imgproc.getTextSize(String text,
int fontFace,
double fontScale,
int thickness,
int[] baseLine) |
static opencv_core.Size |
opencv_imgproc.getTextSize(String text,
int fontFace,
double fontScale,
int thickness,
IntBuffer baseLine) |
static opencv_core.Size |
opencv_imgproc.getTextSize(String text,
int fontFace,
double fontScale,
int thickness,
IntPointer baseLine) |
static int |
opencv_highgui.getTrackbarPos(BytePointer trackbarname,
BytePointer winname)
\brief Returns the trackbar position.
|
static int |
opencv_highgui.getTrackbarPos(BytePointer trackbarname,
BytePointer winname)
\brief Returns the trackbar position.
|
static int |
opencv_highgui.getTrackbarPos(String trackbarname,
String winname) |
static int |
opencv_highgui.getTrackbarPos(String trackbarname,
String winname) |
static double |
opencv_highgui.getWindowProperty(BytePointer winname,
int prop_id)
\brief Provides parameters of a window.
|
static double |
opencv_highgui.getWindowProperty(String winname,
int prop_id) |
static void |
opencv_core.glob(BytePointer pattern,
opencv_core.StringVector result) |
static void |
opencv_core.glob(BytePointer pattern,
opencv_core.StringVector result,
boolean recursive) |
static void |
opencv_core.glob(String pattern,
opencv_core.StringVector result) |
static void |
opencv_core.glob(String pattern,
opencv_core.StringVector result,
boolean recursive) |
static boolean |
opencv_core.greaterThan(BytePointer lhs,
BytePointer rhs) |
static boolean |
opencv_core.greaterThan(BytePointer lhs,
BytePointer rhs) |
static boolean |
opencv_core.greaterThan(String lhs,
String rhs) |
static boolean |
opencv_core.greaterThan(String lhs,
String rhs) |
static boolean |
opencv_core.greaterThanEquals(BytePointer lhs,
BytePointer rhs) |
static boolean |
opencv_core.greaterThanEquals(BytePointer lhs,
BytePointer rhs) |
static boolean |
opencv_core.greaterThanEquals(String lhs,
String rhs) |
static boolean |
opencv_core.greaterThanEquals(String lhs,
String rhs) |
boolean |
opencv_dnn.Dict.has(BytePointer key)
Checks a presence of the \p key in the dictionary.
|
boolean |
opencv_dnn.Dict.has(String key) |
static boolean |
opencv_imgcodecs.imencode(BytePointer ext,
opencv_core.Mat img,
byte[] buf) |
static boolean |
opencv_imgcodecs.imencode(BytePointer ext,
opencv_core.Mat img,
byte[] buf,
int[] params) |
static boolean |
opencv_imgcodecs.imencode(BytePointer ext,
opencv_core.Mat img,
ByteBuffer buf) |
static boolean |
opencv_imgcodecs.imencode(BytePointer ext,
opencv_core.Mat img,
ByteBuffer buf,
IntBuffer params) |
static boolean |
opencv_imgcodecs.imencode(BytePointer ext,
opencv_core.Mat img,
BytePointer buf) |
static boolean |
opencv_imgcodecs.imencode(BytePointer ext,
opencv_core.Mat img,
BytePointer buf,
IntPointer params)
\brief Encodes an image into a memory buffer.
|
static boolean |
opencv_imgcodecs.imencode(String ext,
opencv_core.Mat img,
byte[] buf) |
static boolean |
opencv_imgcodecs.imencode(String ext,
opencv_core.Mat img,
byte[] buf,
int[] params) |
static boolean |
opencv_imgcodecs.imencode(String ext,
opencv_core.Mat img,
ByteBuffer buf) |
static boolean |
opencv_imgcodecs.imencode(String ext,
opencv_core.Mat img,
ByteBuffer buf,
IntBuffer params) |
static boolean |
opencv_imgcodecs.imencode(String ext,
opencv_core.Mat img,
BytePointer buf) |
static boolean |
opencv_imgcodecs.imencode(String ext,
opencv_core.Mat img,
BytePointer buf,
IntPointer params) |
static opencv_core.Mat |
opencv_imgcodecs.imread(BytePointer filename) |
static opencv_core.Mat |
opencv_imgcodecs.imread(BytePointer filename,
int flags)
\brief Loads an image from a file.
|
static opencv_core.Mat |
opencv_imgcodecs.imread(String filename) |
static opencv_core.Mat |
opencv_imgcodecs.imread(String filename,
int flags) |
static boolean |
opencv_imgcodecs.imreadmulti(BytePointer filename,
opencv_core.MatVector mats) |
static boolean |
opencv_imgcodecs.imreadmulti(BytePointer filename,
opencv_core.MatVector mats,
int flags)
\brief Loads a multi-page image from a file.
|
static boolean |
opencv_imgcodecs.imreadmulti(String filename,
opencv_core.MatVector mats) |
static boolean |
opencv_imgcodecs.imreadmulti(String filename,
opencv_core.MatVector mats,
int flags) |
static void |
opencv_highgui.imshow(BytePointer winname,
opencv_core.Mat mat)
\brief Displays an image in the specified window.
|
static void |
opencv_highgui.imshow(BytePointer winname,
opencv_core.Texture2D tex)
\addtogroup highgui_opengl OpenGL support
\{
|
static void |
opencv_highgui.imshow(String winname,
opencv_core.Mat mat) |
static void |
opencv_highgui.imshow(String winname,
opencv_core.Texture2D tex) |
static boolean |
opencv_imgcodecs.imwrite(BytePointer filename,
opencv_core.Mat img) |
static boolean |
opencv_imgcodecs.imwrite(BytePointer filename,
opencv_core.Mat img,
int[] params) |
static boolean |
opencv_imgcodecs.imwrite(BytePointer filename,
opencv_core.Mat img,
IntBuffer params) |
static boolean |
opencv_imgcodecs.imwrite(BytePointer filename,
opencv_core.Mat img,
IntPointer params)
\brief Saves an image to a specified file.
|
static boolean |
opencv_imgcodecs.imwrite(String filename,
opencv_core.Mat img) |
static boolean |
opencv_imgcodecs.imwrite(String filename,
opencv_core.Mat img,
int[] params) |
static boolean |
opencv_imgcodecs.imwrite(String filename,
opencv_core.Mat img,
IntBuffer params) |
static boolean |
opencv_imgcodecs.imwrite(String filename,
opencv_core.Mat img,
IntPointer params) |
int |
opencv_dnn.Layer.inputNameToIndex(BytePointer inputName)
\brief Returns index of input blob into the input array.
|
int |
opencv_dnn.Layer.inputNameToIndex(String inputName) |
static boolean |
opencv_core.lessThan(BytePointer lhs,
BytePointer rhs) |
static boolean |
opencv_core.lessThan(BytePointer lhs,
BytePointer rhs) |
static boolean |
opencv_core.lessThan(String lhs,
String rhs) |
static boolean |
opencv_core.lessThan(String lhs,
String rhs) |
static boolean |
opencv_core.lessThanEquals(BytePointer lhs,
BytePointer rhs) |
static boolean |
opencv_core.lessThanEquals(BytePointer lhs,
BytePointer rhs) |
static boolean |
opencv_core.lessThanEquals(String lhs,
String rhs) |
static boolean |
opencv_core.lessThanEquals(String lhs,
String rhs) |
void |
opencv_face.FaceRecognizer.load(BytePointer filename)
\brief Loads a FaceRecognizer and its model state.
|
boolean |
opencv_objdetect.BaseCascadeClassifier.load(BytePointer filename) |
boolean |
opencv_objdetect.CascadeClassifier.load(BytePointer filename)
\brief Loads a classifier from a file.
|
boolean |
opencv_objdetect.HOGDescriptor.load(BytePointer filename) |
void |
opencv_core.LDA.load(BytePointer filename)
Deserializes this object from a given filename.
|
boolean |
opencv_objdetect.HOGDescriptor.load(BytePointer filename,
BytePointer objname) |
boolean |
opencv_objdetect.HOGDescriptor.load(BytePointer filename,
BytePointer objname) |
boolean |
opencv_flann.Index.load(opencv_core.Mat features,
BytePointer filename) |
boolean |
opencv_flann.Index.load(opencv_core.Mat features,
String filename) |
void |
opencv_face.FaceRecognizer.load(String filename) |
boolean |
opencv_objdetect.BaseCascadeClassifier.load(String filename) |
boolean |
opencv_objdetect.CascadeClassifier.load(String filename) |
boolean |
opencv_objdetect.HOGDescriptor.load(String filename) |
void |
opencv_core.LDA.load(String filename) |
boolean |
opencv_objdetect.HOGDescriptor.load(String filename,
String objname) |
boolean |
opencv_objdetect.HOGDescriptor.load(String filename,
String objname) |
static opencv_ml.TrainData |
opencv_ml.TrainData.loadFromCSV(BytePointer filename,
int headerLineCount) |
static opencv_ml.TrainData |
opencv_ml.TrainData.loadFromCSV(BytePointer filename,
int headerLineCount,
int responseStartIdx,
int responseEndIdx,
BytePointer varTypeSpec,
byte delimiter,
byte missch)
\brief Reads the dataset from a .csv file and returns the ready-to-use training data.
|
static opencv_ml.TrainData |
opencv_ml.TrainData.loadFromCSV(BytePointer filename,
int headerLineCount,
int responseStartIdx,
int responseEndIdx,
BytePointer varTypeSpec,
byte delimiter,
byte missch)
\brief Reads the dataset from a .csv file and returns the ready-to-use training data.
|
static opencv_ml.TrainData |
opencv_ml.TrainData.loadFromCSV(String filename,
int headerLineCount) |
static opencv_ml.TrainData |
opencv_ml.TrainData.loadFromCSV(String filename,
int headerLineCount,
int responseStartIdx,
int responseEndIdx,
String varTypeSpec,
byte delimiter,
byte missch) |
static opencv_ml.TrainData |
opencv_ml.TrainData.loadFromCSV(String filename,
int headerLineCount,
int responseStartIdx,
int responseEndIdx,
String varTypeSpec,
byte delimiter,
byte missch) |
static void |
opencv_highgui.loadWindowParameters(BytePointer windowName)
\brief Loads parameters of the specified window.
|
static void |
opencv_highgui.loadWindowParameters(String windowName) |
static void |
opencv_highgui.moveWindow(BytePointer winname,
int x,
int y)
\brief Moves window to the specified position
|
static void |
opencv_highgui.moveWindow(String winname,
int x,
int y) |
static void |
opencv_highgui.namedWindow(BytePointer winname) |
static void |
opencv_highgui.namedWindow(BytePointer winname,
int flags)
\brief Creates a window.
|
static void |
opencv_highgui.namedWindow(String winname) |
static void |
opencv_highgui.namedWindow(String winname,
int flags) |
static boolean |
opencv_core.notEquals(BytePointer lhs,
BytePointer rhs) |
static boolean |
opencv_core.notEquals(BytePointer lhs,
BytePointer rhs) |
static boolean |
opencv_core.notEquals(String lhs,
String rhs) |
static boolean |
opencv_core.notEquals(String lhs,
String rhs) |
boolean |
opencv_videoio.VideoCapture.open(BytePointer filename)
\brief Open video file or a capturing device for video capturing
|
boolean |
opencv_core.FileStorage.open(BytePointer filename,
int flags) |
boolean |
opencv_videoio.VideoCapture.open(BytePointer filename,
int apiPreference)
\overload
|
boolean |
opencv_core.FileStorage.open(BytePointer filename,
int flags,
BytePointer encoding)
\brief Opens a file.
|
boolean |
opencv_core.FileStorage.open(BytePointer filename,
int flags,
BytePointer encoding)
\brief Opens a file.
|
boolean |
opencv_videoio.VideoWriter.open(BytePointer filename,
int fourcc,
double fps,
opencv_core.Size frameSize) |
boolean |
opencv_videoio.VideoWriter.open(BytePointer filename,
int fourcc,
double fps,
opencv_core.Size frameSize,
boolean isColor)
\brief Initializes or reinitializes video writer.
|
boolean |
opencv_videoio.VideoCapture.open(String filename) |
boolean |
opencv_core.FileStorage.open(String filename,
int flags) |
boolean |
opencv_videoio.VideoCapture.open(String filename,
int apiPreference) |
boolean |
opencv_videoio.VideoWriter.open(String filename,
int fourcc,
double fps,
opencv_core.Size frameSize) |
boolean |
opencv_videoio.VideoWriter.open(String filename,
int fourcc,
double fps,
opencv_core.Size frameSize,
boolean isColor) |
boolean |
opencv_core.FileStorage.open(String filename,
int flags,
String encoding) |
boolean |
opencv_core.FileStorage.open(String filename,
int flags,
String encoding) |
int |
opencv_dnn.Layer.outputNameToIndex(BytePointer outputName)
\brief Returns index of output blob in output array.
|
int |
opencv_dnn.Layer.outputNameToIndex(String outputName) |
opencv_dnn.DictValue |
opencv_dnn.Dict.ptr(BytePointer key)
If the \p key in the dictionary then returns pointer to its value, else returns NULL.
|
opencv_dnn.DictValue |
opencv_dnn.Dict.ptr(String key) |
opencv_core.StringVector |
opencv_core.StringVector.put(long i,
String value) |
static void |
opencv_imgproc.putText(opencv_core.Mat img,
BytePointer text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color) |
static void |
opencv_imgproc.putText(opencv_core.Mat img,
BytePointer text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color,
int thickness,
int lineType,
boolean bottomLeftOrigin)
\brief Draws a text string.
|
static void |
opencv_imgproc.putText(opencv_core.Mat img,
String text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color) |
static void |
opencv_imgproc.putText(opencv_core.Mat img,
String text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color,
int thickness,
int lineType,
boolean bottomLeftOrigin) |
static void |
opencv_core.read(opencv_core.FileNode node,
BytePointer value,
BytePointer default_value) |
static void |
opencv_core.read(opencv_core.FileNode node,
BytePointer value,
BytePointer default_value) |
static void |
opencv_core.read(opencv_core.FileNode node,
String value,
String default_value) |
static void |
opencv_core.read(opencv_core.FileNode node,
String value,
String default_value) |
void |
opencv_objdetect.HOGDescriptor.readALTModel(BytePointer modelfile)
read/parse Dalal's alt model file
|
void |
opencv_objdetect.HOGDescriptor.readALTModel(String modelfile) |
static int |
opencv_ximgproc.readGT(BytePointer src_path,
opencv_core.Mat dst)
\brief Function for reading ground truth disparity maps.
|
static int |
opencv_ximgproc.readGT(String src_path,
opencv_core.Mat dst) |
static opencv_core.Mat |
opencv_optflow.readOpticalFlow(BytePointer path)
\brief Read a .flo file
|
static opencv_core.Mat |
opencv_optflow.readOpticalFlow(String path) |
opencv_core.FileNodeIterator |
opencv_core.FileNodeIterator.readRaw(BytePointer fmt,
byte[] vec) |
void |
opencv_core.FileNode.readRaw(BytePointer fmt,
byte[] vec,
long len) |
opencv_core.FileNodeIterator |
opencv_core.FileNodeIterator.readRaw(BytePointer fmt,
byte[] vec,
long maxCount) |
opencv_core.FileNodeIterator |
opencv_core.FileNodeIterator.readRaw(BytePointer fmt,
ByteBuffer vec) |
void |
opencv_core.FileNode.readRaw(BytePointer fmt,
ByteBuffer vec,
long len) |
opencv_core.FileNodeIterator |
opencv_core.FileNodeIterator.readRaw(BytePointer fmt,
ByteBuffer vec,
long maxCount) |
opencv_core.FileNodeIterator |
opencv_core.FileNodeIterator.readRaw(BytePointer fmt,
BytePointer vec) |
void |
opencv_core.FileNode.readRaw(BytePointer fmt,
BytePointer vec,
long len)
\brief Reads node elements to the buffer with the specified format.
|
opencv_core.FileNodeIterator |
opencv_core.FileNodeIterator.readRaw(BytePointer fmt,
BytePointer vec,
long maxCount)
\brief Reads node elements to the buffer with the specified format.
|
opencv_core.FileNodeIterator |
opencv_core.FileNodeIterator.readRaw(String fmt,
byte[] vec) |
void |
opencv_core.FileNode.readRaw(String fmt,
byte[] vec,
long len) |
opencv_core.FileNodeIterator |
opencv_core.FileNodeIterator.readRaw(String fmt,
byte[] vec,
long maxCount) |
opencv_core.FileNodeIterator |
opencv_core.FileNodeIterator.readRaw(String fmt,
ByteBuffer vec) |
void |
opencv_core.FileNode.readRaw(String fmt,
ByteBuffer vec,
long len) |
opencv_core.FileNodeIterator |
opencv_core.FileNodeIterator.readRaw(String fmt,
ByteBuffer vec,
long maxCount) |
opencv_core.FileNodeIterator |
opencv_core.FileNodeIterator.readRaw(String fmt,
BytePointer vec) |
void |
opencv_core.FileNode.readRaw(String fmt,
BytePointer vec,
long len) |
opencv_core.FileNodeIterator |
opencv_core.FileNodeIterator.readRaw(String fmt,
BytePointer vec,
long maxCount) |
static void |
opencv_dnn.LayerFactory.registerLayer(BytePointer type,
opencv_dnn.LayerFactory.Constuctor constructor)
Registers the layer class with typename \p type and specified \p constructor.
|
static void |
opencv_dnn.LayerFactory.registerLayer(String type,
opencv_dnn.LayerFactory.Constuctor constructor) |
static void |
opencv_highgui.resizeWindow(BytePointer winname,
int width,
int height)
\brief Resizes window to the specified size
|
static void |
opencv_highgui.resizeWindow(String winname,
int width,
int height) |
void |
opencv_face.FaceRecognizer.save(BytePointer filename)
\brief Saves a FaceRecognizer and its model state.
|
void |
opencv_objdetect.HOGDescriptor.save(BytePointer filename) |
void |
opencv_flann.Index.save(BytePointer filename) |
void |
opencv_core.LDA.save(BytePointer filename)
Serializes this object to a given filename.
|
void |
opencv_core.Algorithm.save(BytePointer filename)
Saves the algorithm to a file.
|
void |
opencv_objdetect.HOGDescriptor.save(BytePointer filename,
BytePointer objname) |
void |
opencv_objdetect.HOGDescriptor.save(BytePointer filename,
BytePointer objname) |
void |
opencv_face.FaceRecognizer.save(String filename) |
void |
opencv_objdetect.HOGDescriptor.save(String filename) |
void |
opencv_flann.Index.save(String filename) |
void |
opencv_core.LDA.save(String filename) |
void |
opencv_core.Algorithm.save(String filename) |
void |
opencv_objdetect.HOGDescriptor.save(String filename,
String objname) |
void |
opencv_objdetect.HOGDescriptor.save(String filename,
String objname) |
static void |
opencv_highgui.saveWindowParameters(BytePointer windowName)
\brief Saves parameters of the specified window.
|
static void |
opencv_highgui.saveWindowParameters(String windowName) |
void |
opencv_dnn.Net.setBlob(BytePointer outputName,
opencv_dnn.Blob blob)
\brief Sets the new value for the layer output blob
|
void |
opencv_dnn.Net.setBlob(String outputName,
opencv_dnn.Blob blob) |
void |
opencv_flann.IndexParams.setBool(BytePointer key,
boolean value) |
void |
opencv_flann.IndexParams.setBool(String key,
boolean value) |
void |
opencv_flann.IndexParams.setDouble(BytePointer key,
double value) |
void |
opencv_flann.IndexParams.setDouble(String key,
double value) |
void |
opencv_flann.IndexParams.setFloat(BytePointer key,
float value) |
void |
opencv_flann.IndexParams.setFloat(String key,
float value) |
void |
opencv_flann.IndexParams.setInt(BytePointer key,
int value) |
void |
opencv_flann.IndexParams.setInt(String key,
int value) |
void |
opencv_face.FaceRecognizer.setLabelInfo(int label,
BytePointer strInfo)
\brief Sets string info for the specified model's label.
|
void |
opencv_face.FaceRecognizer.setLabelInfo(int label,
String strInfo) |
static void |
opencv_highgui.setMouseCallback(BytePointer winname,
opencv_highgui.MouseCallback onMouse) |
static void |
opencv_highgui.setMouseCallback(BytePointer winname,
opencv_highgui.MouseCallback onMouse,
Pointer userdata)
\brief Sets mouse handler for the specified window
|
static void |
opencv_highgui.setMouseCallback(String winname,
opencv_highgui.MouseCallback onMouse) |
static void |
opencv_highgui.setMouseCallback(String winname,
opencv_highgui.MouseCallback onMouse,
Pointer userdata) |
static void |
opencv_highgui.setOpenGlContext(BytePointer winname)
\brief Sets the specified window as current OpenGL context.
|
static void |
opencv_highgui.setOpenGlContext(String winname) |
static void |
opencv_highgui.setOpenGlDrawCallback(BytePointer winname,
opencv_highgui.OpenGlDrawCallback onOpenGlDraw) |
static void |
opencv_highgui.setOpenGlDrawCallback(BytePointer winname,
opencv_highgui.OpenGlDrawCallback onOpenGlDraw,
Pointer userdata)
\brief Sets a callback function to be called to draw on top of displayed image.
|
static void |
opencv_highgui.setOpenGlDrawCallback(String winname,
opencv_highgui.OpenGlDrawCallback onOpenGlDraw) |
static void |
opencv_highgui.setOpenGlDrawCallback(String winname,
opencv_highgui.OpenGlDrawCallback onOpenGlDraw,
Pointer userdata) |
void |
opencv_flann.IndexParams.setString(BytePointer key,
BytePointer value) |
void |
opencv_flann.IndexParams.setString(BytePointer key,
BytePointer value) |
void |
opencv_flann.IndexParams.setString(String key,
String value) |
void |
opencv_flann.IndexParams.setString(String key,
String value) |
static void |
opencv_highgui.setTrackbarMax(BytePointer trackbarname,
BytePointer winname,
int maxval)
\brief Sets the trackbar maximum position.
|
static void |
opencv_highgui.setTrackbarMax(BytePointer trackbarname,
BytePointer winname,
int maxval)
\brief Sets the trackbar maximum position.
|
static void |
opencv_highgui.setTrackbarMax(String trackbarname,
String winname,
int maxval) |
static void |
opencv_highgui.setTrackbarMax(String trackbarname,
String winname,
int maxval) |
static void |
opencv_highgui.setTrackbarMin(BytePointer trackbarname,
BytePointer winname,
int minval)
\brief Sets the trackbar minimum position.
|
static void |
opencv_highgui.setTrackbarMin(BytePointer trackbarname,
BytePointer winname,
int minval)
\brief Sets the trackbar minimum position.
|
static void |
opencv_highgui.setTrackbarMin(String trackbarname,
String winname,
int minval) |
static void |
opencv_highgui.setTrackbarMin(String trackbarname,
String winname,
int minval) |
static void |
opencv_highgui.setTrackbarPos(BytePointer trackbarname,
BytePointer winname,
int pos)
\brief Sets the trackbar position.
|
static void |
opencv_highgui.setTrackbarPos(BytePointer trackbarname,
BytePointer winname,
int pos)
\brief Sets the trackbar position.
|
static void |
opencv_highgui.setTrackbarPos(String trackbarname,
String winname,
int pos) |
static void |
opencv_highgui.setTrackbarPos(String trackbarname,
String winname,
int pos) |
static void |
opencv_highgui.setWindowProperty(BytePointer winname,
int prop_id,
double prop_value)
\brief Changes parameters of a window dynamically.
|
static void |
opencv_highgui.setWindowProperty(String winname,
int prop_id,
double prop_value) |
static void |
opencv_highgui.setWindowTitle(BytePointer winname,
BytePointer title)
\brief Updates window title
|
static void |
opencv_highgui.setWindowTitle(BytePointer winname,
BytePointer title)
\brief Updates window title
|
static void |
opencv_highgui.setWindowTitle(String winname,
String title) |
static void |
opencv_highgui.setWindowTitle(String winname,
String title) |
static BytePointer |
opencv_core.shiftLeft(BytePointer out,
opencv_core.Formatted fmtd) |
static BytePointer |
opencv_core.shiftLeft(BytePointer out,
opencv_core.Mat mtx) |
static opencv_core.FileStorage |
opencv_core.shiftLeft(opencv_core.FileStorage fs,
BytePointer str)
\}
|
static opencv_core.FileStorage |
opencv_core.shiftLeft(opencv_core.FileStorage fs,
String str) |
static String |
opencv_core.shiftLeft(String out,
opencv_core.Formatted fmtd) |
static String |
opencv_core.shiftLeft(String out,
opencv_core.Mat mtx) |
static void |
opencv_core.swap(BytePointer a,
BytePointer b)
\} relates cv::String
|
static void |
opencv_core.swap(BytePointer a,
BytePointer b)
\} relates cv::String
|
static void |
opencv_core.swap(String a,
String b) |
static void |
opencv_core.swap(String a,
String b) |
static void |
opencv_dnn.LayerFactory.unregisterLayer(BytePointer type)
Unregisters registered layer with specified type name.
|
static void |
opencv_dnn.LayerFactory.unregisterLayer(String type) |
static void |
opencv_highgui.updateWindow(BytePointer winname)
\brief Force window to redraw its context and call draw callback ( See cv::setOpenGlDrawCallback ).
|
static void |
opencv_highgui.updateWindow(String winname) |
void |
opencv_objdetect.HOGDescriptor.write(opencv_core.FileStorage fs,
BytePointer objname) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
BytePointer value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
BytePointer name,
BytePointer value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
BytePointer name,
BytePointer value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
BytePointer name,
double value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
BytePointer name,
float value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
BytePointer name,
int value)
\} core_xml
|
static void |
opencv_core.write(opencv_core.FileStorage fs,
BytePointer name,
opencv_core.DMatchVector value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
BytePointer name,
opencv_core.KeyPointVector value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
BytePointer name,
opencv_core.Mat value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
BytePointer name,
opencv_core.Range r) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
BytePointer name,
opencv_core.SparseMat value) |
void |
opencv_objdetect.HOGDescriptor.write(opencv_core.FileStorage fs,
String objname) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
String value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
String name,
double value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
String name,
float value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
String name,
int value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
String name,
opencv_core.DMatchVector value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
String name,
opencv_core.KeyPointVector value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
String name,
opencv_core.Mat value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
String name,
opencv_core.Range r) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
String name,
opencv_core.SparseMat value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
String name,
String value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
String name,
String value) |
void |
opencv_core.FileStorage.writeObj(BytePointer name,
Pointer obj)
\brief Writes the registered C structure (CvMat, CvMatND, CvSeq).
|
void |
opencv_core.FileStorage.writeObj(String name,
Pointer obj) |
static boolean |
opencv_optflow.writeOpticalFlow(BytePointer path,
opencv_core.Mat flow)
\brief Write a .flo to disk
|
static boolean |
opencv_optflow.writeOpticalFlow(String path,
opencv_core.Mat flow) |
void |
opencv_core.FileStorage.writeRaw(BytePointer fmt,
byte[] vec,
long len) |
void |
opencv_core.FileStorage.writeRaw(BytePointer fmt,
ByteBuffer vec,
long len) |
void |
opencv_core.FileStorage.writeRaw(BytePointer fmt,
BytePointer vec,
long len)
\brief Writes multiple numbers.
|
void |
opencv_core.FileStorage.writeRaw(String fmt,
byte[] vec,
long len) |
void |
opencv_core.FileStorage.writeRaw(String fmt,
ByteBuffer vec,
long len) |
void |
opencv_core.FileStorage.writeRaw(String fmt,
BytePointer vec,
long len) |
static void |
opencv_core.writeScalar(opencv_core.FileStorage fs,
BytePointer value) |
static void |
opencv_core.writeScalar(opencv_core.FileStorage fs,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_ml.ANN_MLP |
opencv_ml.AbstractStatModel.loadANN_MLP(BytePointer filename,
BytePointer objname) |
static opencv_ml.ANN_MLP |
opencv_ml.AbstractStatModel.loadANN_MLP(BytePointer filename,
BytePointer objname) |
static opencv_ml.ANN_MLP |
opencv_ml.AbstractStatModel.loadANN_MLP(String filename,
String objname) |
static opencv_ml.ANN_MLP |
opencv_ml.AbstractStatModel.loadANN_MLP(String filename,
String objname) |
static opencv_ml.Boost |
opencv_ml.AbstractStatModel.loadBoost(BytePointer filename,
BytePointer objname) |
static opencv_ml.Boost |
opencv_ml.AbstractStatModel.loadBoost(BytePointer filename,
BytePointer objname) |
static opencv_ml.Boost |
opencv_ml.AbstractStatModel.loadBoost(String filename,
String objname) |
static opencv_ml.Boost |
opencv_ml.AbstractStatModel.loadBoost(String filename,
String objname) |
static opencv_ml.DTrees |
opencv_ml.AbstractStatModel.loadDTrees(BytePointer filename,
BytePointer objname) |
static opencv_ml.DTrees |
opencv_ml.AbstractStatModel.loadDTrees(BytePointer filename,
BytePointer objname) |
static opencv_ml.DTrees |
opencv_ml.AbstractStatModel.loadDTrees(String filename,
String objname) |
static opencv_ml.DTrees |
opencv_ml.AbstractStatModel.loadDTrees(String filename,
String objname) |
static opencv_ml.EM |
opencv_ml.AbstractStatModel.loadEM(BytePointer filename,
BytePointer objname) |
static opencv_ml.EM |
opencv_ml.AbstractStatModel.loadEM(BytePointer filename,
BytePointer objname) |
static opencv_ml.EM |
opencv_ml.AbstractStatModel.loadEM(String filename,
String objname) |
static opencv_ml.EM |
opencv_ml.AbstractStatModel.loadEM(String filename,
String objname) |
static opencv_ml.KNearest |
opencv_ml.AbstractStatModel.loadKNearest(BytePointer filename,
BytePointer objname) |
static opencv_ml.KNearest |
opencv_ml.AbstractStatModel.loadKNearest(BytePointer filename,
BytePointer objname) |
static opencv_ml.KNearest |
opencv_ml.AbstractStatModel.loadKNearest(String filename,
String objname) |
static opencv_ml.KNearest |
opencv_ml.AbstractStatModel.loadKNearest(String filename,
String objname) |
static opencv_ml.LogisticRegression |
opencv_ml.AbstractStatModel.loadLogisticRegression(BytePointer filename,
BytePointer objname) |
static opencv_ml.LogisticRegression |
opencv_ml.AbstractStatModel.loadLogisticRegression(BytePointer filename,
BytePointer objname) |
static opencv_ml.LogisticRegression |
opencv_ml.AbstractStatModel.loadLogisticRegression(String filename,
String objname) |
static opencv_ml.LogisticRegression |
opencv_ml.AbstractStatModel.loadLogisticRegression(String filename,
String objname) |
static opencv_ml.NormalBayesClassifier |
opencv_ml.AbstractStatModel.loadNormalBayesClassifier(BytePointer filename,
BytePointer objname) |
static opencv_ml.NormalBayesClassifier |
opencv_ml.AbstractStatModel.loadNormalBayesClassifier(BytePointer filename,
BytePointer objname) |
static opencv_ml.NormalBayesClassifier |
opencv_ml.AbstractStatModel.loadNormalBayesClassifier(String filename,
String objname) |
static opencv_ml.NormalBayesClassifier |
opencv_ml.AbstractStatModel.loadNormalBayesClassifier(String filename,
String objname) |
static opencv_ml.RTrees |
opencv_ml.AbstractStatModel.loadRTrees(BytePointer filename,
BytePointer objname) |
static opencv_ml.RTrees |
opencv_ml.AbstractStatModel.loadRTrees(BytePointer filename,
BytePointer objname) |
static opencv_ml.RTrees |
opencv_ml.AbstractStatModel.loadRTrees(String filename,
String objname) |
static opencv_ml.RTrees |
opencv_ml.AbstractStatModel.loadRTrees(String filename,
String objname) |
static opencv_ml.SVM |
opencv_ml.AbstractStatModel.loadSVM(BytePointer filename,
BytePointer objname) |
static opencv_ml.SVM |
opencv_ml.AbstractStatModel.loadSVM(BytePointer filename,
BytePointer objname) |
static opencv_ml.SVM |
opencv_ml.AbstractStatModel.loadSVM(String filename,
String objname) |
static opencv_ml.SVM |
opencv_ml.AbstractStatModel.loadSVM(String filename,
String objname) |
Copyright © 2016. All rights reserved.