| Package | Description |
|---|---|
| org.bytedeco.javacpp | |
| org.bytedeco.javacpp.helper |
| Modifier and Type | Method and Description |
|---|---|
static org.bytedeco.javacpp.BytePointer |
opencv_core.add(byte lhs,
org.bytedeco.javacpp.BytePointer rhs) |
static org.bytedeco.javacpp.BytePointer |
opencv_core.add(org.bytedeco.javacpp.BytePointer lhs,
byte rhs) |
static org.bytedeco.javacpp.BytePointer |
opencv_core.add(org.bytedeco.javacpp.BytePointer lhs,
org.bytedeco.javacpp.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) |
org.bytedeco.javacpp.BytePointer |
opencv_core.FileNode.asBytePointer()
returns the node content as text string
|
org.bytedeco.javacpp.BytePointer |
opencv_face.FacemarkLBF.Params.cascade_face()
filename of the face detector model
|
org.bytedeco.javacpp.BytePointer |
opencv_face.CParams.cascade()
the face detector
|
org.bytedeco.javacpp.BytePointer |
opencv_face.FacemarkKazemi.Params.configfile()
configfile stores the name of the file containing the values of training parameters
|
org.bytedeco.javacpp.BytePointer |
opencv_core.Device.driverVersion() |
org.bytedeco.javacpp.BytePointer |
opencv_core.FileStorage.elname()
the currently written element
|
org.bytedeco.javacpp.BytePointer |
opencv_core.Device.extensions() |
org.bytedeco.javacpp.BytePointer |
opencv_tracking.StringTrackerFeaturePairVector.first(long i) |
org.bytedeco.javacpp.BytePointer |
opencv_tracking.StringTrackerSamplerAlgorithmPairVector.first(long i) |
static org.bytedeco.javacpp.BytePointer |
opencv_core.format(org.bytedeco.javacpp.BytePointer fmt)
\brief Returns a text string formatted using the printf-like expression.
|
static String |
opencv_core.format(String fmt) |
org.bytedeco.javacpp.BytePointer |
opencv_core.StringVector.Iterator.get() |
org.bytedeco.javacpp.BytePointer |
opencv_core.StringVector.get(long i) |
static org.bytedeco.javacpp.BytePointer |
opencv_core.getBuildInformation()
\brief Returns full configuration time cmake output.
|
org.bytedeco.javacpp.BytePointer |
opencv_tracking.TrackerFeature.getClassName()
\brief Get the name of the specific TrackerFeature
|
org.bytedeco.javacpp.BytePointer |
opencv_tracking.TrackerSamplerAlgorithm.getClassName()
\brief Get the name of the specific TrackerSamplerAlgorithm
|
org.bytedeco.javacpp.BytePointer |
opencv_tracking.TrackerStateEstimator.getClassName()
\brief Get the name of the specific TrackerStateEstimator
|
org.bytedeco.javacpp.BytePointer |
opencv_core.Algorithm.getDefaultName()
Returns the algorithm string identifier.
|
org.bytedeco.javacpp.BytePointer |
opencv_features2d.Feature2D.getDefaultName() |
org.bytedeco.javacpp.BytePointer |
opencv_features2d.BRISK.getDefaultName() |
org.bytedeco.javacpp.BytePointer |
opencv_features2d.ORB.getDefaultName() |
org.bytedeco.javacpp.BytePointer |
opencv_features2d.MSER.getDefaultName() |
org.bytedeco.javacpp.BytePointer |
opencv_features2d.FastFeatureDetector.getDefaultName() |
org.bytedeco.javacpp.BytePointer |
opencv_features2d.AgastFeatureDetector.getDefaultName() |
org.bytedeco.javacpp.BytePointer |
opencv_features2d.GFTTDetector.getDefaultName() |
org.bytedeco.javacpp.BytePointer |
opencv_features2d.SimpleBlobDetector.getDefaultName() |
org.bytedeco.javacpp.BytePointer |
opencv_features2d.KAZE.getDefaultName() |
org.bytedeco.javacpp.BytePointer |
opencv_features2d.AKAZE.getDefaultName() |
static org.bytedeco.javacpp.BytePointer |
opencv_core.FileStorage.getDefaultObjectName(org.bytedeco.javacpp.BytePointer filename)
\brief Returns the normalized object name for the specified name of a file.
|
static String |
opencv_core.FileStorage.getDefaultObjectName(String filename) |
static org.bytedeco.javacpp.BytePointer |
opencv_core.getHardwareFeatureName(int feature)
\brief Returns feature name by ID
|
static org.bytedeco.javacpp.BytePointer |
opencv_core.getIppErrorLocation() |
static org.bytedeco.javacpp.BytePointer |
opencv_core.getIppVersion() |
org.bytedeco.javacpp.BytePointer |
opencv_face.FaceRecognizer.getLabelInfo(int label)
\brief Gets string information by label.
|
org.bytedeco.javacpp.BytePointer |
opencv_core.Program.getPrefix()
Deprecated.
|
static org.bytedeco.javacpp.BytePointer |
opencv_core.Program.getPrefix(org.bytedeco.javacpp.BytePointer buildflags)
Deprecated.
|
static String |
opencv_core.Program.getPrefix(String buildflags)
Deprecated.
|
org.bytedeco.javacpp.BytePointer |
opencv_flann.IndexParams.getString(org.bytedeco.javacpp.BytePointer key) |
org.bytedeco.javacpp.BytePointer |
opencv_flann.IndexParams.getString(org.bytedeco.javacpp.BytePointer key,
org.bytedeco.javacpp.BytePointer defaultVal) |
String |
opencv_flann.IndexParams.getString(String key) |
String |
opencv_flann.IndexParams.getString(String key,
String defaultVal) |
org.bytedeco.javacpp.BytePointer |
opencv_dnn.DictValue.getStringValue() |
org.bytedeco.javacpp.BytePointer |
opencv_dnn.DictValue.getStringValue(int idx) |
static org.bytedeco.javacpp.BytePointer |
opencv_core.getVersionString()
\brief Returns library version string
|
static org.bytedeco.javacpp.BytePointer |
opencv_core.kernelToStr(opencv_core.GpuMat _kernel) |
static org.bytedeco.javacpp.BytePointer |
opencv_core.kernelToStr(opencv_core.GpuMat _kernel,
int ddepth,
org.bytedeco.javacpp.BytePointer name) |
static String |
opencv_core.kernelToStr(opencv_core.GpuMat _kernel,
int ddepth,
String name) |
static org.bytedeco.javacpp.BytePointer |
opencv_core.kernelToStr(opencv_core.Mat _kernel) |
static org.bytedeco.javacpp.BytePointer |
opencv_core.kernelToStr(opencv_core.Mat _kernel,
int ddepth,
org.bytedeco.javacpp.BytePointer name) |
static String |
opencv_core.kernelToStr(opencv_core.Mat _kernel,
int ddepth,
String name) |
static String |
opencv_core.kernelToStr(opencv_core.UMat _kernel) |
static org.bytedeco.javacpp.BytePointer |
opencv_core.kernelToStr(opencv_core.UMat _kernel,
int ddepth,
org.bytedeco.javacpp.BytePointer name) |
static String |
opencv_core.kernelToStr(opencv_core.UMat _kernel,
int ddepth,
String name) |
org.bytedeco.javacpp.BytePointer |
opencv_core.NodeData.m_funName() |
static org.bytedeco.javacpp.BytePointer |
opencv_stitching.matchesGraphAsString(opencv_core.StringVector pathes,
opencv_stitching.MatchesInfo pairwise_matches,
float conf_threshold) |
org.bytedeco.javacpp.BytePointer |
opencv_core.Device.name() |
org.bytedeco.javacpp.BytePointer |
opencv_core.PlatformInfo.name() |
org.bytedeco.javacpp.BytePointer |
opencv_core.FileNode.name()
returns the node name or an empty string if the node is nameless
|
org.bytedeco.javacpp.BytePointer |
opencv_dnn.LayerParams.name()
Name of the layer instance (optional, can be used internal purposes).
|
org.bytedeco.javacpp.BytePointer |
opencv_dnn.Layer.name()
Name of the layer instance, can be used for logging or other internal purposes.
|
org.bytedeco.javacpp.BytePointer |
opencv_core.Device.OpenCL_C_Version() |
org.bytedeco.javacpp.BytePointer |
opencv_core.Device.OpenCLVersion() |
org.bytedeco.javacpp.BytePointer |
opencv_dnn.BaseConvolutionLayer.padMode() |
org.bytedeco.javacpp.BytePointer |
opencv_dnn.PoolingLayer.padMode() |
org.bytedeco.javacpp.BytePointer |
opencv_bioinspired.Retina.printSetup()
\brief Outputs a string showing the used parameters setup
|
org.bytedeco.javacpp.BytePointer |
opencv_bioinspired.TransientAreasSegmentationModule.printSetup()
\brief parameters setup display method
|
org.bytedeco.javacpp.BytePointer |
opencv_core.FileStorage.releaseAndGetString()
\brief Closes the file and releases all the memory buffers.
|
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRTesseract.run(opencv_core.GpuMat image,
int min_confidence) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRHMMDecoder.run(opencv_core.GpuMat image,
int min_confidence) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRBeamSearchDecoder.run(opencv_core.GpuMat image,
int min_confidence) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRTesseract.run(opencv_core.GpuMat image,
int min_confidence,
int component_level) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRHMMDecoder.run(opencv_core.GpuMat image,
int min_confidence,
int component_level) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRBeamSearchDecoder.run(opencv_core.GpuMat image,
int min_confidence,
int component_level) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRTesseract.run(opencv_core.GpuMat image,
opencv_core.GpuMat mask,
int min_confidence) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRHMMDecoder.run(opencv_core.GpuMat image,
opencv_core.GpuMat mask,
int min_confidence) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRBeamSearchDecoder.run(opencv_core.GpuMat image,
opencv_core.GpuMat mask,
int min_confidence) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRTesseract.run(opencv_core.GpuMat image,
opencv_core.GpuMat mask,
int min_confidence,
int component_level) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRHMMDecoder.run(opencv_core.GpuMat image,
opencv_core.GpuMat mask,
int min_confidence,
int component_level) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRBeamSearchDecoder.run(opencv_core.GpuMat image,
opencv_core.GpuMat mask,
int min_confidence,
int component_level) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRTesseract.run(opencv_core.Mat image,
int min_confidence) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRHMMDecoder.run(opencv_core.Mat image,
int min_confidence) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRBeamSearchDecoder.run(opencv_core.Mat image,
int min_confidence) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRTesseract.run(opencv_core.Mat image,
int min_confidence,
int component_level) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRHMMDecoder.run(opencv_core.Mat image,
int min_confidence,
int component_level) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRBeamSearchDecoder.run(opencv_core.Mat image,
int min_confidence,
int component_level) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRTesseract.run(opencv_core.Mat image,
opencv_core.Mat mask,
int min_confidence) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRHMMDecoder.run(opencv_core.Mat image,
opencv_core.Mat mask,
int min_confidence) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRBeamSearchDecoder.run(opencv_core.Mat image,
opencv_core.Mat mask,
int min_confidence) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRTesseract.run(opencv_core.Mat image,
opencv_core.Mat mask,
int min_confidence,
int component_level) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRHMMDecoder.run(opencv_core.Mat image,
opencv_core.Mat mask,
int min_confidence,
int component_level) |
org.bytedeco.javacpp.BytePointer |
opencv_text.OCRBeamSearchDecoder.run(opencv_core.Mat image,
opencv_core.Mat mask,
int min_confidence,
int component_level) |
String |
opencv_text.OCRTesseract.run(opencv_core.UMat image,
int min_confidence) |
String |
opencv_text.OCRHMMDecoder.run(opencv_core.UMat image,
int min_confidence) |
String |
opencv_text.OCRBeamSearchDecoder.run(opencv_core.UMat image,
int min_confidence) |
String |
opencv_text.OCRTesseract.run(opencv_core.UMat image,
int min_confidence,
int component_level) |
String |
opencv_text.OCRHMMDecoder.run(opencv_core.UMat image,
int min_confidence,
int component_level) |
String |
opencv_text.OCRBeamSearchDecoder.run(opencv_core.UMat image,
int min_confidence,
int component_level) |
String |
opencv_text.OCRTesseract.run(opencv_core.UMat image,
opencv_core.UMat mask,
int min_confidence) |
String |
opencv_text.OCRHMMDecoder.run(opencv_core.UMat image,
opencv_core.UMat mask,
int min_confidence) |
String |
opencv_text.OCRBeamSearchDecoder.run(opencv_core.UMat image,
opencv_core.UMat mask,
int min_confidence) |
String |
opencv_text.OCRTesseract.run(opencv_core.UMat image,
opencv_core.UMat mask,
int min_confidence,
int component_level) |
String |
opencv_text.OCRHMMDecoder.run(opencv_core.UMat image,
opencv_core.UMat mask,
int min_confidence,
int component_level) |
String |
opencv_text.OCRBeamSearchDecoder.run(opencv_core.UMat image,
opencv_core.UMat mask,
int min_confidence,
int component_level) |
static org.bytedeco.javacpp.BytePointer |
opencv_core.shiftLeft(org.bytedeco.javacpp.BytePointer out,
opencv_core.Formatted fmtd) |
static org.bytedeco.javacpp.BytePointer |
opencv_core.shiftLeft(org.bytedeco.javacpp.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) |
org.bytedeco.javacpp.BytePointer |
opencv_core.ProgramSource.source() |
org.bytedeco.javacpp.BytePointer |
opencv_core.FileNode.string()
Simplified reading API to use with bindings.
|
static org.bytedeco.javacpp.BytePointer |
opencv_core.tempfile() |
static org.bytedeco.javacpp.BytePointer |
opencv_core.tempfile(org.bytedeco.javacpp.BytePointer suffix) |
static String |
opencv_core.tempfile(String suffix) |
static org.bytedeco.javacpp.BytePointer |
opencv_tracking.tld_getNextDatasetFrame() |
org.bytedeco.javacpp.BytePointer |
opencv_dnn.LayerParams.type()
Type name which was used for creating layer by layer factory (optional).
|
org.bytedeco.javacpp.BytePointer |
opencv_dnn.Layer.type()
Type name which was used for creating layer by layer factory.
|
org.bytedeco.javacpp.BytePointer |
opencv_core.PlatformInfo.vendor() |
org.bytedeco.javacpp.BytePointer |
opencv_core.Device.vendorName() |
org.bytedeco.javacpp.BytePointer |
opencv_core.Device.version() |
org.bytedeco.javacpp.BytePointer |
opencv_core.PlatformInfo.version() |
| Modifier and Type | Method and Description |
|---|---|
static org.bytedeco.javacpp.BytePointer |
opencv_core.add(byte lhs,
org.bytedeco.javacpp.BytePointer rhs) |
static org.bytedeco.javacpp.BytePointer |
opencv_core.add(org.bytedeco.javacpp.BytePointer lhs,
byte rhs) |
static org.bytedeco.javacpp.BytePointer |
opencv_core.add(org.bytedeco.javacpp.BytePointer lhs,
org.bytedeco.javacpp.BytePointer rhs)
\relates cv::String
/** \{
|
static org.bytedeco.javacpp.BytePointer |
opencv_core.add(org.bytedeco.javacpp.BytePointer lhs,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer type,
opencv_dnn.LayerParams params)
\brief Adds new layer to the net.
|
int |
opencv_dnn.Net.addLayer(org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.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,
org.bytedeco.javacpp.BytePointer text,
opencv_core.Point org,
org.bytedeco.javacpp.BytePointer nameFont) |
static void |
opencv_highgui.addText(opencv_core.Mat img,
org.bytedeco.javacpp.BytePointer text,
opencv_core.Point org,
org.bytedeco.javacpp.BytePointer nameFont) |
static void |
opencv_highgui.addText(opencv_core.Mat img,
org.bytedeco.javacpp.BytePointer text,
opencv_core.Point org,
org.bytedeco.javacpp.BytePointer nameFont,
int pointSize,
opencv_core.Scalar color,
int weight,
int style,
int spacing)
\brief Draws a text on the image.
|
static void |
opencv_highgui.addText(opencv_core.Mat img,
org.bytedeco.javacpp.BytePointer text,
opencv_core.Point org,
org.bytedeco.javacpp.BytePointer nameFont,
int pointSize,
opencv_core.Scalar color,
int weight,
int style,
int spacing)
\brief Draws a text on the image.
|
static void |
opencv_highgui.addText(opencv_core.Mat img,
org.bytedeco.javacpp.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) |
static void |
opencv_highgui.addText(opencv_core.Mat img,
String text,
opencv_core.Point org,
String nameFont) |
static void |
opencv_highgui.addText(opencv_core.Mat img,
String text,
opencv_core.Point org,
String nameFont) |
static void |
opencv_highgui.addText(opencv_core.Mat img,
String text,
opencv_core.Point org,
String nameFont,
int pointSize,
opencv_core.Scalar color,
int weight,
int style,
int spacing) |
static void |
opencv_highgui.addText(opencv_core.Mat img,
String text,
opencv_core.Point org,
String nameFont,
int pointSize,
opencv_core.Scalar color,
int weight,
int style,
int spacing) |
boolean |
opencv_tracking.TrackerFeatureSet.addTrackerFeature(org.bytedeco.javacpp.BytePointer trackerFeatureType)
\brief Add TrackerFeature in the collection.
|
boolean |
opencv_tracking.TrackerFeatureSet.addTrackerFeature(String trackerFeatureType) |
boolean |
opencv_tracking.TrackerSampler.addTrackerSamplerAlgorithm(org.bytedeco.javacpp.BytePointer trackerSamplerAlgorithmType)
\brief Add TrackerSamplerAlgorithm in the collection.
|
boolean |
opencv_tracking.TrackerSampler.addTrackerSamplerAlgorithm(String trackerSamplerAlgorithmType) |
static void |
opencv_core.attachContext(org.bytedeco.javacpp.BytePointer platformName,
org.bytedeco.javacpp.Pointer platformID,
org.bytedeco.javacpp.Pointer context,
org.bytedeco.javacpp.Pointer deviceID)
\brief Attaches OpenCL context to OpenCV
\note
OpenCV will check if available OpenCL platform has platformName name, then assign context to
OpenCV and call
clRetainContext function. |
static void |
opencv_core.attachContext(String platformName,
org.bytedeco.javacpp.Pointer platformID,
org.bytedeco.javacpp.Pointer context,
org.bytedeco.javacpp.Pointer deviceID) |
static void |
opencv_core.buildOptionsAddMatrixDescription(org.bytedeco.javacpp.BytePointer buildOptions,
org.bytedeco.javacpp.BytePointer name,
opencv_core.GpuMat _m) |
static void |
opencv_core.buildOptionsAddMatrixDescription(org.bytedeco.javacpp.BytePointer buildOptions,
org.bytedeco.javacpp.BytePointer name,
opencv_core.GpuMat _m) |
static void |
opencv_core.buildOptionsAddMatrixDescription(org.bytedeco.javacpp.BytePointer buildOptions,
org.bytedeco.javacpp.BytePointer name,
opencv_core.Mat _m) |
static void |
opencv_core.buildOptionsAddMatrixDescription(org.bytedeco.javacpp.BytePointer buildOptions,
org.bytedeco.javacpp.BytePointer name,
opencv_core.Mat _m) |
static void |
opencv_core.buildOptionsAddMatrixDescription(org.bytedeco.javacpp.BytePointer buildOptions,
org.bytedeco.javacpp.BytePointer name,
opencv_core.UMat _m) |
static void |
opencv_core.buildOptionsAddMatrixDescription(org.bytedeco.javacpp.BytePointer buildOptions,
org.bytedeco.javacpp.BytePointer name,
opencv_core.UMat _m) |
static void |
opencv_core.buildOptionsAddMatrixDescription(String buildOptions,
String name,
opencv_core.GpuMat _m) |
static void |
opencv_core.buildOptionsAddMatrixDescription(String buildOptions,
String name,
opencv_core.GpuMat _m) |
static void |
opencv_core.buildOptionsAddMatrixDescription(String buildOptions,
String name,
opencv_core.Mat _m) |
static void |
opencv_core.buildOptionsAddMatrixDescription(String buildOptions,
String name,
opencv_core.Mat _m) |
static void |
opencv_core.buildOptionsAddMatrixDescription(String buildOptions,
String name,
opencv_core.UMat _m) |
static void |
opencv_core.buildOptionsAddMatrixDescription(String buildOptions,
String name,
opencv_core.UMat _m) |
void |
opencv_dnn.Net.connect(org.bytedeco.javacpp.BytePointer outPin,
org.bytedeco.javacpp.BytePointer inpPin)
\brief Connects output of the first layer to input of the second layer.
|
void |
opencv_dnn.Net.connect(org.bytedeco.javacpp.BytePointer outPin,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer oldcascade,
org.bytedeco.javacpp.BytePointer newcascade) |
static boolean |
opencv_objdetect.CascadeClassifier.convert(org.bytedeco.javacpp.BytePointer oldcascade,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer descriptorMatcherType)
\brief Creates a descriptor matcher of a given type with the default parameters (using default
constructor).
|
static opencv_cudaobjdetect.CudaCascadeClassifier |
opencv_cudaobjdetect.CudaCascadeClassifier.create(org.bytedeco.javacpp.BytePointer filename)
\brief Loads the classifier from a file.
|
static opencv_tracking.TrackerFeature |
opencv_tracking.TrackerFeature.create(org.bytedeco.javacpp.BytePointer trackerFeatureType)
\brief Create TrackerFeature by tracker feature type
|
static opencv_tracking.TrackerSamplerAlgorithm |
opencv_tracking.TrackerSamplerAlgorithm.create(org.bytedeco.javacpp.BytePointer trackerSamplerType)
\brief Create TrackerSamplerAlgorithm by tracker sampler type.
|
static opencv_tracking.TrackerStateEstimator |
opencv_tracking.TrackerStateEstimator.create(org.bytedeco.javacpp.BytePointer trackeStateEstimatorType)
\brief Create TrackerStateEstimator by tracker state estimator type
|
static opencv_text.TextDetectorCNN |
opencv_text.TextDetectorCNN.create(org.bytedeco.javacpp.BytePointer modelArchFilename,
org.bytedeco.javacpp.BytePointer modelWeightsFilename)
\overload
|
static opencv_text.TextDetectorCNN |
opencv_text.TextDetectorCNN.create(org.bytedeco.javacpp.BytePointer modelArchFilename,
org.bytedeco.javacpp.BytePointer modelWeightsFilename)
\overload
|
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table,
int mode,
int classifier) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table,
int mode,
int classifier) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table,
int mode,
int beam_size) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table,
int mode,
int beam_size) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table,
int mode,
int classifier)
\brief Creates an instance of the OCRHMMDecoder class.
|
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table,
int mode,
int classifier)
\brief Creates an instance of the OCRHMMDecoder class.
|
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table,
int mode,
int beam_size)
\brief Creates an instance of the OCRBeamSearchDecoder class.
|
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table,
int mode,
int beam_size)
\brief Creates an instance of the OCRBeamSearchDecoder class.
|
static opencv_text.TextDetectorCNN |
opencv_text.TextDetectorCNN.create(org.bytedeco.javacpp.BytePointer modelArchFilename,
org.bytedeco.javacpp.BytePointer modelWeightsFilename,
opencv_core.SizeVector detectionSizes)
\brief Creates an instance of the TextDetectorCNN class using the provided parameters.
|
static opencv_text.TextDetectorCNN |
opencv_text.TextDetectorCNN.create(org.bytedeco.javacpp.BytePointer modelArchFilename,
org.bytedeco.javacpp.BytePointer modelWeightsFilename,
opencv_core.SizeVector detectionSizes)
\brief Creates an instance of the TextDetectorCNN class using the provided parameters.
|
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table,
int mode,
int classifier) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table,
int mode,
int classifier) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table,
int mode,
int beam_size) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table,
int mode,
int beam_size) |
boolean |
opencv_core.Program.create(opencv_core.ProgramSource src,
org.bytedeco.javacpp.BytePointer buildflags,
org.bytedeco.javacpp.BytePointer errmsg) |
boolean |
opencv_core.Program.create(opencv_core.ProgramSource src,
org.bytedeco.javacpp.BytePointer buildflags,
org.bytedeco.javacpp.BytePointer errmsg) |
boolean |
opencv_core.Program.create(opencv_core.ProgramSource src,
String buildflags,
String errmsg) |
boolean |
opencv_core.Program.create(opencv_core.ProgramSource src,
String buildflags,
String errmsg) |
static opencv_features2d.DescriptorMatcher |
opencv_features2d.DescriptorMatcher.create(String descriptorMatcherType) |
static opencv_cudaobjdetect.CudaCascadeClassifier |
opencv_cudaobjdetect.CudaCascadeClassifier.create(String filename) |
static opencv_tracking.TrackerFeature |
opencv_tracking.TrackerFeature.create(String trackerFeatureType) |
static opencv_tracking.TrackerSamplerAlgorithm |
opencv_tracking.TrackerSamplerAlgorithm.create(String trackerSamplerType) |
static opencv_tracking.TrackerStateEstimator |
opencv_tracking.TrackerStateEstimator.create(String trackeStateEstimatorType) |
boolean |
opencv_core.Kernel.create(String kname,
opencv_core.ProgramSource prog,
String buildopts,
org.bytedeco.javacpp.BytePointer errmsg) |
boolean |
opencv_core.Kernel.create(String kname,
opencv_core.ProgramSource prog,
String buildopts,
org.bytedeco.javacpp.BytePointer errmsg) |
static opencv_text.TextDetectorCNN |
opencv_text.TextDetectorCNN.create(String modelArchFilename,
String modelWeightsFilename) |
static opencv_text.TextDetectorCNN |
opencv_text.TextDetectorCNN.create(String modelArchFilename,
String modelWeightsFilename) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(String filename,
String vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(String filename,
String vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(String filename,
String vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(String filename,
String vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(String filename,
String vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table,
int mode,
int classifier) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(String filename,
String vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table,
int mode,
int classifier) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(String filename,
String vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table,
int mode,
int beam_size) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(String filename,
String vocabulary,
opencv_core.GpuMat transition_probabilities_table,
opencv_core.GpuMat emission_probabilities_table,
int mode,
int beam_size) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(String filename,
String vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(String filename,
String vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(String filename,
String vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(String filename,
String vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(String filename,
String vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table,
int mode,
int classifier) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(String filename,
String vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table,
int mode,
int classifier) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(String filename,
String vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table,
int mode,
int beam_size) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(String filename,
String vocabulary,
opencv_core.Mat transition_probabilities_table,
opencv_core.Mat emission_probabilities_table,
int mode,
int beam_size) |
static opencv_text.TextDetectorCNN |
opencv_text.TextDetectorCNN.create(String modelArchFilename,
String modelWeightsFilename,
opencv_core.SizeVector detectionSizes) |
static opencv_text.TextDetectorCNN |
opencv_text.TextDetectorCNN.create(String modelArchFilename,
String modelWeightsFilename,
opencv_core.SizeVector detectionSizes) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(String filename,
String vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(String filename,
String vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(String filename,
String vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(String filename,
String vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(String filename,
String vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table,
int mode,
int classifier) |
static opencv_text.OCRHMMDecoder |
opencv_text.OCRHMMDecoder.create(String filename,
String vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table,
int mode,
int classifier) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(String filename,
String vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table,
int mode,
int beam_size) |
static opencv_text.OCRBeamSearchDecoder |
opencv_text.OCRBeamSearchDecoder.create(String filename,
String vocabulary,
opencv_core.UMat transition_probabilities_table,
opencv_core.UMat emission_probabilities_table,
int mode,
int beam_size) |
static int |
opencv_highgui.createButton(org.bytedeco.javacpp.BytePointer bar_name,
opencv_highgui.ButtonCallback on_change) |
static int |
opencv_highgui.createButton(org.bytedeco.javacpp.BytePointer bar_name,
opencv_highgui.ButtonCallback on_change,
org.bytedeco.javacpp.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,
org.bytedeco.javacpp.Pointer userdata,
int type,
boolean initial_button_state) |
static opencv_text.ERFilter |
opencv_text.createERFilterNM1(org.bytedeco.javacpp.BytePointer filename) |
static opencv_text.ERFilter |
opencv_text.createERFilterNM1(org.bytedeco.javacpp.BytePointer filename,
int thresholdDelta,
float minArea,
float maxArea,
float minProbability,
boolean nonMaxSuppression,
float minProbabilityDiff)
\brief Reads an Extremal Region Filter for the 1st stage classifier of N&M algorithm
from the provided path e.g.
|
static opencv_text.ERFilter |
opencv_text.createERFilterNM1(String filename) |
static opencv_text.ERFilter |
opencv_text.createERFilterNM1(String filename,
int thresholdDelta,
float minArea,
float maxArea,
float minProbability,
boolean nonMaxSuppression,
float minProbabilityDiff) |
static opencv_text.ERFilter |
opencv_text.createERFilterNM2(org.bytedeco.javacpp.BytePointer filename) |
static opencv_text.ERFilter |
opencv_text.createERFilterNM2(org.bytedeco.javacpp.BytePointer filename,
float minProbability)
\brief Reads an Extremal Region Filter for the 2nd stage classifier of N&M algorithm
from the provided path e.g.
|
static opencv_text.ERFilter |
opencv_text.createERFilterNM2(String filename) |
static opencv_text.ERFilter |
opencv_text.createERFilterNM2(String filename,
float minProbability) |
static opencv_superres.FrameSource |
opencv_superres.createFrameSource_Video_CUDA(org.bytedeco.javacpp.BytePointer fileName) |
static opencv_superres.FrameSource |
opencv_superres.createFrameSource_Video_CUDA(String fileName) |
static opencv_superres.FrameSource |
opencv_superres.createFrameSource_Video(org.bytedeco.javacpp.BytePointer fileName) |
static opencv_superres.FrameSource |
opencv_superres.createFrameSource_Video(String fileName) |
static opencv_dnn.Layer |
opencv_dnn.LayerFactory.createLayerInstance(org.bytedeco.javacpp.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_xphoto.LearningBasedWB |
opencv_xphoto.createLearningBasedWB(org.bytedeco.javacpp.BytePointer path_to_model)
\brief Creates an instance of LearningBasedWB
|
static opencv_xphoto.LearningBasedWB |
opencv_xphoto.createLearningBasedWB(String path_to_model) |
static opencv_core.Mat |
opencv_text.createOCRHMMTransitionsTable(org.bytedeco.javacpp.BytePointer vocabulary,
opencv_core.StringVector lexicon) |
static opencv_core.Mat |
opencv_text.createOCRHMMTransitionsTable(String vocabulary,
opencv_core.StringVector lexicon) |
static opencv_ximgproc.StructuredEdgeDetection |
opencv_ximgproc.createStructuredEdgeDetection(org.bytedeco.javacpp.BytePointer model) |
static opencv_ximgproc.StructuredEdgeDetection |
opencv_ximgproc.createStructuredEdgeDetection(org.bytedeco.javacpp.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 int |
opencv_highgui.createTrackbar(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.BytePointer winname,
int[] value,
int count) |
static int |
opencv_highgui.createTrackbar(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.BytePointer winname,
int[] value,
int count) |
static int |
opencv_highgui.createTrackbar(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.BytePointer winname,
int[] value,
int count,
opencv_highgui.TrackbarCallback onChange,
org.bytedeco.javacpp.Pointer userdata) |
static int |
opencv_highgui.createTrackbar(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.BytePointer winname,
int[] value,
int count,
opencv_highgui.TrackbarCallback onChange,
org.bytedeco.javacpp.Pointer userdata) |
static int |
opencv_highgui.createTrackbar(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.BytePointer winname,
IntBuffer value,
int count) |
static int |
opencv_highgui.createTrackbar(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.BytePointer winname,
IntBuffer value,
int count) |
static int |
opencv_highgui.createTrackbar(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.BytePointer winname,
IntBuffer value,
int count,
opencv_highgui.TrackbarCallback onChange,
org.bytedeco.javacpp.Pointer userdata) |
static int |
opencv_highgui.createTrackbar(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.BytePointer winname,
IntBuffer value,
int count,
opencv_highgui.TrackbarCallback onChange,
org.bytedeco.javacpp.Pointer userdata) |
static int |
opencv_highgui.createTrackbar(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.BytePointer winname,
org.bytedeco.javacpp.IntPointer value,
int count) |
static int |
opencv_highgui.createTrackbar(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.BytePointer winname,
org.bytedeco.javacpp.IntPointer value,
int count) |
static int |
opencv_highgui.createTrackbar(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.BytePointer winname,
org.bytedeco.javacpp.IntPointer value,
int count,
opencv_highgui.TrackbarCallback onChange,
org.bytedeco.javacpp.Pointer userdata)
\brief Creates a trackbar and attaches it to the specified window.
|
static int |
opencv_highgui.createTrackbar(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.BytePointer winname,
org.bytedeco.javacpp.IntPointer value,
int count,
opencv_highgui.TrackbarCallback onChange,
org.bytedeco.javacpp.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,
org.bytedeco.javacpp.Pointer userdata) |
static int |
opencv_highgui.createTrackbar(String trackbarname,
String winname,
int[] value,
int count,
opencv_highgui.TrackbarCallback onChange,
org.bytedeco.javacpp.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,
org.bytedeco.javacpp.Pointer userdata) |
static int |
opencv_highgui.createTrackbar(String trackbarname,
String winname,
IntBuffer value,
int count,
opencv_highgui.TrackbarCallback onChange,
org.bytedeco.javacpp.Pointer userdata) |
static int |
opencv_highgui.createTrackbar(String trackbarname,
String winname,
org.bytedeco.javacpp.IntPointer value,
int count) |
static int |
opencv_highgui.createTrackbar(String trackbarname,
String winname,
org.bytedeco.javacpp.IntPointer value,
int count) |
static int |
opencv_highgui.createTrackbar(String trackbarname,
String winname,
org.bytedeco.javacpp.IntPointer value,
int count,
opencv_highgui.TrackbarCallback onChange,
org.bytedeco.javacpp.Pointer userdata) |
static int |
opencv_highgui.createTrackbar(String trackbarname,
String winname,
org.bytedeco.javacpp.IntPointer value,
int count,
opencv_highgui.TrackbarCallback onChange,
org.bytedeco.javacpp.Pointer userdata) |
static void |
opencv_highgui.destroyWindow(org.bytedeco.javacpp.BytePointer winname)
\brief Destroys the specified window.
|
static void |
opencv_highgui.destroyWindow(String winname) |
static void |
opencv_text.detectRegions(opencv_core.GpuMat image,
opencv_text.ERFilter er_filter1,
opencv_text.ERFilter er_filter2,
opencv_core.RectVector groups_rects,
int method,
org.bytedeco.javacpp.BytePointer filename,
float minProbability) |
static void |
opencv_text.detectRegions(opencv_core.GpuMat image,
opencv_text.ERFilter er_filter1,
opencv_text.ERFilter er_filter2,
opencv_core.RectVector groups_rects,
int method,
String filename,
float minProbability) |
static void |
opencv_text.detectRegions(opencv_core.Mat image,
opencv_text.ERFilter er_filter1,
opencv_text.ERFilter er_filter2,
opencv_core.RectVector groups_rects,
int method,
org.bytedeco.javacpp.BytePointer filename,
float minProbability)
\brief Extracts text regions from image.
|
static void |
opencv_text.detectRegions(opencv_core.Mat image,
opencv_text.ERFilter er_filter1,
opencv_text.ERFilter er_filter2,
opencv_core.RectVector groups_rects,
int method,
String filename,
float minProbability) |
static void |
opencv_text.detectRegions(opencv_core.UMat image,
opencv_text.ERFilter er_filter1,
opencv_text.ERFilter er_filter2,
opencv_core.RectVector groups_rects,
int method,
org.bytedeco.javacpp.BytePointer filename,
float minProbability) |
static void |
opencv_text.detectRegions(opencv_core.UMat image,
opencv_text.ERFilter er_filter1,
opencv_text.ERFilter er_filter2,
opencv_core.RectVector groups_rects,
int method,
String filename,
float minProbability) |
static void |
opencv_highgui.displayOverlay(org.bytedeco.javacpp.BytePointer winname,
org.bytedeco.javacpp.BytePointer text) |
static void |
opencv_highgui.displayOverlay(org.bytedeco.javacpp.BytePointer winname,
org.bytedeco.javacpp.BytePointer text) |
static void |
opencv_highgui.displayOverlay(org.bytedeco.javacpp.BytePointer winname,
org.bytedeco.javacpp.BytePointer text,
int delayms)
\brief Displays a text on a window image as an overlay for a specified duration.
|
static void |
opencv_highgui.displayOverlay(org.bytedeco.javacpp.BytePointer winname,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer winname,
org.bytedeco.javacpp.BytePointer text) |
static void |
opencv_highgui.displayStatusBar(org.bytedeco.javacpp.BytePointer winname,
org.bytedeco.javacpp.BytePointer text) |
static void |
opencv_highgui.displayStatusBar(org.bytedeco.javacpp.BytePointer winname,
org.bytedeco.javacpp.BytePointer text,
int delayms)
\brief Displays a text on the window statusbar during the specified period of time.
|
static void |
opencv_highgui.displayStatusBar(org.bytedeco.javacpp.BytePointer winname,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer lhs,
org.bytedeco.javacpp.BytePointer rhs) |
static boolean |
opencv_core.equals(org.bytedeco.javacpp.BytePointer lhs,
org.bytedeco.javacpp.BytePointer rhs) |
static boolean |
opencv_core.equals(String lhs,
String rhs) |
static boolean |
opencv_core.equals(String lhs,
String rhs) |
static void |
opencv_text.erGrouping(opencv_core.GpuMat image,
opencv_core.GpuMat channel,
opencv_core.PointVectorVector regions,
opencv_core.RectVector groups_rects,
int method,
org.bytedeco.javacpp.BytePointer filename,
float minProbablity) |
static void |
opencv_text.erGrouping(opencv_core.GpuMat image,
opencv_core.GpuMat channel,
opencv_core.PointVectorVector regions,
opencv_core.RectVector groups_rects,
int method,
String filename,
float minProbablity) |
static void |
opencv_text.erGrouping(opencv_core.Mat image,
opencv_core.Mat channel,
opencv_core.PointVectorVector regions,
opencv_core.RectVector groups_rects,
int method,
org.bytedeco.javacpp.BytePointer filename,
float minProbablity) |
static void |
opencv_text.erGrouping(opencv_core.Mat image,
opencv_core.Mat channel,
opencv_core.PointVectorVector regions,
opencv_core.RectVector groups_rects,
int method,
String filename,
float minProbablity) |
static void |
opencv_text.erGrouping(opencv_core.UMat image,
opencv_core.UMat channel,
opencv_core.PointVectorVector regions,
opencv_core.RectVector groups_rects,
int method,
org.bytedeco.javacpp.BytePointer filename,
float minProbablity) |
static void |
opencv_text.erGrouping(opencv_core.UMat image,
opencv_core.UMat channel,
opencv_core.PointVectorVector regions,
opencv_core.RectVector groups_rects,
int method,
String filename,
float minProbablity) |
static void |
opencv_core.error(int _code,
org.bytedeco.javacpp.BytePointer _err,
org.bytedeco.javacpp.BytePointer _func,
org.bytedeco.javacpp.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,
org.bytedeco.javacpp.BytePointer _err,
org.bytedeco.javacpp.BytePointer _func,
org.bytedeco.javacpp.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) |
opencv_tracking.StringTrackerFeaturePairVector |
opencv_tracking.StringTrackerFeaturePairVector.first(long i,
String first) |
opencv_tracking.StringTrackerSamplerAlgorithmPairVector |
opencv_tracking.StringTrackerSamplerAlgorithmPairVector.first(long i,
String first) |
static opencv_highgui.QtFont |
opencv_highgui.fontQt(org.bytedeco.javacpp.BytePointer nameFont) |
static opencv_highgui.QtFont |
opencv_highgui.fontQt(org.bytedeco.javacpp.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_core.Mat |
opencv_dnn.Net.forward(org.bytedeco.javacpp.BytePointer outputName)
\brief Runs forward pass to compute output of layer with name \p outputName.
|
void |
opencv_dnn.Net.forward(opencv_core.GpuMatVector outputBlobs,
org.bytedeco.javacpp.BytePointer outputName) |
void |
opencv_dnn.Net.forward(opencv_core.GpuMatVector outputBlobs,
String outputName) |
void |
opencv_dnn.Net.forward(opencv_core.MatVector outputBlobs,
org.bytedeco.javacpp.BytePointer outputName)
\brief Runs forward pass to compute output of layer with name \p outputName.
|
void |
opencv_dnn.Net.forward(opencv_core.MatVector outputBlobs,
String outputName) |
void |
opencv_dnn.Net.forward(opencv_core.UMatVector outputBlobs,
org.bytedeco.javacpp.BytePointer outputName) |
void |
opencv_dnn.Net.forward(opencv_core.UMatVector outputBlobs,
String outputName) |
opencv_core.Mat |
opencv_dnn.Net.forward(String outputName) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
byte[] binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
byte[] binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
byte[] binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
byte[] binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
byte[] binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
ByteBuffer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
ByteBuffer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
ByteBuffer binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
ByteBuffer binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
ByteBuffer binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions)
\brief Describe OpenCL program binary.
|
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions)
\brief Describe OpenCL program binary.
|
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions)
\brief Describe OpenCL program binary.
|
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
byte[] binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
byte[] binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
byte[] binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
byte[] binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
byte[] binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
ByteBuffer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
ByteBuffer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
ByteBuffer binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
ByteBuffer binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
ByteBuffer binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
org.bytedeco.javacpp.BytePointer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
org.bytedeco.javacpp.BytePointer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
org.bytedeco.javacpp.BytePointer binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
org.bytedeco.javacpp.BytePointer binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromBinary(String module,
String name,
org.bytedeco.javacpp.BytePointer binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
byte[] binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
byte[] binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
byte[] binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
byte[] binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
byte[] binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
ByteBuffer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
ByteBuffer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
ByteBuffer binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
ByteBuffer binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
ByteBuffer binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions)
\brief Describe OpenCL program in SPIR format.
|
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions)
\brief Describe OpenCL program in SPIR format.
|
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer binary,
long size,
org.bytedeco.javacpp.BytePointer buildOptions)
\brief Describe OpenCL program in SPIR format.
|
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
byte[] binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
byte[] binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
byte[] binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
byte[] binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
byte[] binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
ByteBuffer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
ByteBuffer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
ByteBuffer binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
ByteBuffer binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
ByteBuffer binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
org.bytedeco.javacpp.BytePointer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
org.bytedeco.javacpp.BytePointer binary,
long size) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
org.bytedeco.javacpp.BytePointer binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
org.bytedeco.javacpp.BytePointer binary,
long size,
String buildOptions) |
static opencv_core.ProgramSource |
opencv_core.ProgramSource.fromSPIR(String module,
String name,
org.bytedeco.javacpp.BytePointer binary,
long size,
String buildOptions) |
opencv_core.FileNode |
opencv_core.FileStorage.get(org.bytedeco.javacpp.BytePointer nodename)
\brief Returns the specified element of the top-level mapping.
|
opencv_core.FileNode |
opencv_core.FileNode.get(org.bytedeco.javacpp.BytePointer nodename)
\brief Returns element of a mapping node or a sequence node.
|
opencv_dnn.DictValue |
opencv_dnn.Dict.get(org.bytedeco.javacpp.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(String nodename) |
opencv_core.FileNode |
opencv_core.FileNode.get(String nodename) |
opencv_dnn.DictValue |
opencv_dnn.Dict.get(String key) |
static org.bytedeco.javacpp.BytePointer |
opencv_core.FileStorage.getDefaultObjectName(org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer key) |
double |
opencv_flann.IndexParams.getDouble(org.bytedeco.javacpp.BytePointer key,
double defaultVal) |
double |
opencv_flann.IndexParams.getDouble(String key) |
double |
opencv_flann.IndexParams.getDouble(String key,
double defaultVal) |
static boolean |
opencv_face.getFacesHAAR(opencv_core.Mat image,
opencv_core.RectVector faces,
String face_cascade_name) |
int |
opencv_flann.IndexParams.getInt(org.bytedeco.javacpp.BytePointer key) |
int |
opencv_flann.IndexParams.getInt(org.bytedeco.javacpp.BytePointer key,
int defaultVal) |
int |
opencv_flann.IndexParams.getInt(String key) |
int |
opencv_flann.IndexParams.getInt(String key,
int defaultVal) |
org.bytedeco.javacpp.IntPointer |
opencv_face.FaceRecognizer.getLabelsByString(org.bytedeco.javacpp.BytePointer str)
\brief Gets vector of labels by string.
|
IntBuffer |
opencv_face.FaceRecognizer.getLabelsByString(String str) |
int |
opencv_dnn.Net.getLayerId(org.bytedeco.javacpp.BytePointer layer)
\brief Converts string name of the layer to the integer identifier.
|
int |
opencv_dnn.Net.getLayerId(String layer) |
int |
opencv_dnn.Net.getLayersCount(org.bytedeco.javacpp.BytePointer layerType)
\brief Returns count of layers of specified type.
|
int |
opencv_dnn.Net.getLayersCount(String layerType) |
static org.bytedeco.javacpp.BytePointer |
opencv_core.Program.getPrefix(org.bytedeco.javacpp.BytePointer buildflags)
Deprecated.
|
static String |
opencv_core.Program.getPrefix(String buildflags)
Deprecated.
|
opencv_core.Program |
opencv_core.Context.getProg(opencv_core.ProgramSource prog,
org.bytedeco.javacpp.BytePointer buildopt,
org.bytedeco.javacpp.BytePointer errmsg) |
opencv_core.Program |
opencv_core.Context.getProg(opencv_core.ProgramSource prog,
org.bytedeco.javacpp.BytePointer buildopt,
org.bytedeco.javacpp.BytePointer errmsg) |
opencv_core.Program |
opencv_core.Context.getProg(opencv_core.ProgramSource prog,
String buildopt,
String errmsg) |
opencv_core.Program |
opencv_core.Context.getProg(opencv_core.ProgramSource prog,
String buildopt,
String errmsg) |
org.bytedeco.javacpp.BytePointer |
opencv_flann.IndexParams.getString(org.bytedeco.javacpp.BytePointer key) |
org.bytedeco.javacpp.BytePointer |
opencv_flann.IndexParams.getString(org.bytedeco.javacpp.BytePointer key,
org.bytedeco.javacpp.BytePointer defaultVal) |
org.bytedeco.javacpp.BytePointer |
opencv_flann.IndexParams.getString(org.bytedeco.javacpp.BytePointer key,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer text,
int fontFace,
double fontScale,
int thickness,
int[] baseLine) |
static opencv_core.Size |
opencv_imgproc.getTextSize(org.bytedeco.javacpp.BytePointer text,
int fontFace,
double fontScale,
int thickness,
IntBuffer baseLine) |
static opencv_core.Size |
opencv_imgproc.getTextSize(org.bytedeco.javacpp.BytePointer text,
int fontFace,
double fontScale,
int thickness,
org.bytedeco.javacpp.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,
org.bytedeco.javacpp.IntPointer baseLine) |
static int |
opencv_highgui.getTrackbarPos(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.BytePointer winname)
\brief Returns the trackbar position.
|
static int |
opencv_highgui.getTrackbarPos(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.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 opencv_core.Rect |
opencv_highgui.getWindowImageRect(org.bytedeco.javacpp.BytePointer winname)
\brief Provides rectangle of image in the window.
|
static opencv_core.Rect |
opencv_highgui.getWindowImageRect(String winname) |
static double |
opencv_highgui.getWindowProperty(org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer pattern,
opencv_core.StringVector result) |
static void |
opencv_core.glob(org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer lhs,
org.bytedeco.javacpp.BytePointer rhs) |
static boolean |
opencv_core.greaterThan(org.bytedeco.javacpp.BytePointer lhs,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer lhs,
org.bytedeco.javacpp.BytePointer rhs) |
static boolean |
opencv_core.greaterThanEquals(org.bytedeco.javacpp.BytePointer lhs,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer key)
Checks a presence of the \p key in the dictionary.
|
boolean |
opencv_dnn.Dict.has(String key) |
static boolean |
opencv_imgcodecs.imencode(org.bytedeco.javacpp.BytePointer ext,
opencv_core.GpuMat img,
byte[] buf) |
static boolean |
opencv_imgcodecs.imencode(org.bytedeco.javacpp.BytePointer ext,
opencv_core.GpuMat img,
byte[] buf,
int[] params) |
static boolean |
opencv_imgcodecs.imencode(org.bytedeco.javacpp.BytePointer ext,
opencv_core.GpuMat img,
ByteBuffer buf) |
static boolean |
opencv_imgcodecs.imencode(org.bytedeco.javacpp.BytePointer ext,
opencv_core.GpuMat img,
ByteBuffer buf,
IntBuffer params) |
static boolean |
opencv_imgcodecs.imencode(org.bytedeco.javacpp.BytePointer ext,
opencv_core.GpuMat img,
org.bytedeco.javacpp.BytePointer buf) |
static boolean |
opencv_imgcodecs.imencode(org.bytedeco.javacpp.BytePointer ext,
opencv_core.GpuMat img,
org.bytedeco.javacpp.BytePointer buf,
org.bytedeco.javacpp.IntPointer params) |
static boolean |
opencv_imgcodecs.imencode(org.bytedeco.javacpp.BytePointer ext,
opencv_core.Mat img,
byte[] buf) |
static boolean |
opencv_imgcodecs.imencode(org.bytedeco.javacpp.BytePointer ext,
opencv_core.Mat img,
byte[] buf,
int[] params) |
static boolean |
opencv_imgcodecs.imencode(org.bytedeco.javacpp.BytePointer ext,
opencv_core.Mat img,
ByteBuffer buf) |
static boolean |
opencv_imgcodecs.imencode(org.bytedeco.javacpp.BytePointer ext,
opencv_core.Mat img,
ByteBuffer buf,
IntBuffer params) |
static boolean |
opencv_imgcodecs.imencode(org.bytedeco.javacpp.BytePointer ext,
opencv_core.Mat img,
org.bytedeco.javacpp.BytePointer buf) |
static boolean |
opencv_imgcodecs.imencode(org.bytedeco.javacpp.BytePointer ext,
opencv_core.Mat img,
org.bytedeco.javacpp.BytePointer buf,
org.bytedeco.javacpp.IntPointer params)
\brief Encodes an image into a memory buffer.
|
static boolean |
opencv_imgcodecs.imencode(org.bytedeco.javacpp.BytePointer ext,
opencv_core.UMat img,
byte[] buf) |
static boolean |
opencv_imgcodecs.imencode(org.bytedeco.javacpp.BytePointer ext,
opencv_core.UMat img,
byte[] buf,
int[] params) |
static boolean |
opencv_imgcodecs.imencode(org.bytedeco.javacpp.BytePointer ext,
opencv_core.UMat img,
ByteBuffer buf) |
static boolean |
opencv_imgcodecs.imencode(org.bytedeco.javacpp.BytePointer ext,
opencv_core.UMat img,
ByteBuffer buf,
IntBuffer params) |
static boolean |
opencv_imgcodecs.imencode(org.bytedeco.javacpp.BytePointer ext,
opencv_core.UMat img,
org.bytedeco.javacpp.BytePointer buf) |
static boolean |
opencv_imgcodecs.imencode(org.bytedeco.javacpp.BytePointer ext,
opencv_core.UMat img,
org.bytedeco.javacpp.BytePointer buf,
org.bytedeco.javacpp.IntPointer params) |
static boolean |
opencv_imgcodecs.imencode(String ext,
opencv_core.GpuMat img,
byte[] buf) |
static boolean |
opencv_imgcodecs.imencode(String ext,
opencv_core.GpuMat img,
byte[] buf,
int[] params) |
static boolean |
opencv_imgcodecs.imencode(String ext,
opencv_core.GpuMat img,
ByteBuffer buf) |
static boolean |
opencv_imgcodecs.imencode(String ext,
opencv_core.GpuMat img,
ByteBuffer buf,
IntBuffer params) |
static boolean |
opencv_imgcodecs.imencode(String ext,
opencv_core.GpuMat img,
org.bytedeco.javacpp.BytePointer buf) |
static boolean |
opencv_imgcodecs.imencode(String ext,
opencv_core.GpuMat img,
org.bytedeco.javacpp.BytePointer buf,
org.bytedeco.javacpp.IntPointer params) |
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,
org.bytedeco.javacpp.BytePointer buf) |
static boolean |
opencv_imgcodecs.imencode(String ext,
opencv_core.Mat img,
org.bytedeco.javacpp.BytePointer buf,
org.bytedeco.javacpp.IntPointer params) |
static boolean |
opencv_imgcodecs.imencode(String ext,
opencv_core.UMat img,
byte[] buf) |
static boolean |
opencv_imgcodecs.imencode(String ext,
opencv_core.UMat img,
byte[] buf,
int[] params) |
static boolean |
opencv_imgcodecs.imencode(String ext,
opencv_core.UMat img,
ByteBuffer buf) |
static boolean |
opencv_imgcodecs.imencode(String ext,
opencv_core.UMat img,
ByteBuffer buf,
IntBuffer params) |
static boolean |
opencv_imgcodecs.imencode(String ext,
opencv_core.UMat img,
org.bytedeco.javacpp.BytePointer buf) |
static boolean |
opencv_imgcodecs.imencode(String ext,
opencv_core.UMat img,
org.bytedeco.javacpp.BytePointer buf,
org.bytedeco.javacpp.IntPointer params) |
static opencv_core.Mat |
opencv_imgcodecs.imread(org.bytedeco.javacpp.BytePointer filename) |
static opencv_core.Mat |
opencv_imgcodecs.imread(org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer filename,
opencv_core.MatVector mats) |
static boolean |
opencv_imgcodecs.imreadmulti(org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer winname,
opencv_core.GpuMat mat) |
static void |
opencv_highgui.imshow(org.bytedeco.javacpp.BytePointer winname,
opencv_core.Mat mat)
\brief Displays an image in the specified window.
|
static void |
opencv_highgui.imshow(org.bytedeco.javacpp.BytePointer winname,
opencv_core.Texture2D tex)
\addtogroup highgui_opengl OpenGL support
\{
|
static void |
opencv_highgui.imshow(org.bytedeco.javacpp.BytePointer winname,
opencv_core.UMat mat) |
static void |
opencv_highgui.imshow(String winname,
opencv_core.GpuMat mat) |
static void |
opencv_highgui.imshow(String winname,
opencv_core.Mat mat) |
static void |
opencv_highgui.imshow(String winname,
opencv_core.Texture2D tex) |
static void |
opencv_highgui.imshow(String winname,
opencv_core.UMat mat) |
static boolean |
opencv_imgcodecs.imwrite(org.bytedeco.javacpp.BytePointer filename,
opencv_core.GpuMat img) |
static boolean |
opencv_imgcodecs.imwrite(org.bytedeco.javacpp.BytePointer filename,
opencv_core.GpuMat img,
int[] params) |
static boolean |
opencv_imgcodecs.imwrite(org.bytedeco.javacpp.BytePointer filename,
opencv_core.GpuMat img,
IntBuffer params) |
static boolean |
opencv_imgcodecs.imwrite(org.bytedeco.javacpp.BytePointer filename,
opencv_core.GpuMat img,
org.bytedeco.javacpp.IntPointer params) |
static boolean |
opencv_imgcodecs.imwrite(org.bytedeco.javacpp.BytePointer filename,
opencv_core.Mat img) |
static boolean |
opencv_imgcodecs.imwrite(org.bytedeco.javacpp.BytePointer filename,
opencv_core.Mat img,
int[] params) |
static boolean |
opencv_imgcodecs.imwrite(org.bytedeco.javacpp.BytePointer filename,
opencv_core.Mat img,
IntBuffer params) |
static boolean |
opencv_imgcodecs.imwrite(org.bytedeco.javacpp.BytePointer filename,
opencv_core.Mat img,
org.bytedeco.javacpp.IntPointer params)
\brief Saves an image to a specified file.
|
static boolean |
opencv_imgcodecs.imwrite(org.bytedeco.javacpp.BytePointer filename,
opencv_core.UMat img) |
static boolean |
opencv_imgcodecs.imwrite(org.bytedeco.javacpp.BytePointer filename,
opencv_core.UMat img,
int[] params) |
static boolean |
opencv_imgcodecs.imwrite(org.bytedeco.javacpp.BytePointer filename,
opencv_core.UMat img,
IntBuffer params) |
static boolean |
opencv_imgcodecs.imwrite(org.bytedeco.javacpp.BytePointer filename,
opencv_core.UMat img,
org.bytedeco.javacpp.IntPointer params) |
static boolean |
opencv_imgcodecs.imwrite(String filename,
opencv_core.GpuMat img) |
static boolean |
opencv_imgcodecs.imwrite(String filename,
opencv_core.GpuMat img,
int[] params) |
static boolean |
opencv_imgcodecs.imwrite(String filename,
opencv_core.GpuMat img,
IntBuffer params) |
static boolean |
opencv_imgcodecs.imwrite(String filename,
opencv_core.GpuMat img,
org.bytedeco.javacpp.IntPointer params) |
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,
org.bytedeco.javacpp.IntPointer params) |
static boolean |
opencv_imgcodecs.imwrite(String filename,
opencv_core.UMat img) |
static boolean |
opencv_imgcodecs.imwrite(String filename,
opencv_core.UMat img,
int[] params) |
static boolean |
opencv_imgcodecs.imwrite(String filename,
opencv_core.UMat img,
IntBuffer params) |
static boolean |
opencv_imgcodecs.imwrite(String filename,
opencv_core.UMat img,
org.bytedeco.javacpp.IntPointer params) |
int |
opencv_dnn.LSTMLayer.inputNameToIndex(org.bytedeco.javacpp.BytePointer inputName) |
int |
opencv_dnn.Layer.inputNameToIndex(org.bytedeco.javacpp.BytePointer inputName)
\brief Returns index of input blob into the input array.
|
int |
opencv_dnn.LSTMLayer.inputNameToIndex(String inputName) |
int |
opencv_dnn.Layer.inputNameToIndex(String inputName) |
opencv_core.StringVector.Iterator |
opencv_core.StringVector.insert(opencv_core.StringVector.Iterator pos,
org.bytedeco.javacpp.BytePointer value) |
boolean |
opencv_core.Device.isExtensionSupported(org.bytedeco.javacpp.BytePointer extensionName) |
boolean |
opencv_core.Device.isExtensionSupported(String extensionName) |
static boolean |
opencv_core.lessThan(org.bytedeco.javacpp.BytePointer lhs,
org.bytedeco.javacpp.BytePointer rhs) |
static boolean |
opencv_core.lessThan(org.bytedeco.javacpp.BytePointer lhs,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer lhs,
org.bytedeco.javacpp.BytePointer rhs) |
static boolean |
opencv_core.lessThanEquals(org.bytedeco.javacpp.BytePointer lhs,
org.bytedeco.javacpp.BytePointer rhs) |
static boolean |
opencv_core.lessThanEquals(String lhs,
String rhs) |
static boolean |
opencv_core.lessThanEquals(String lhs,
String rhs) |
void |
opencv_core.LDA.load(org.bytedeco.javacpp.BytePointer filename)
Deserializes this object from a given filename.
|
boolean |
opencv_objdetect.BaseCascadeClassifier.load(org.bytedeco.javacpp.BytePointer filename) |
boolean |
opencv_objdetect.CascadeClassifier.load(org.bytedeco.javacpp.BytePointer filename)
\brief Loads a classifier from a file.
|
boolean |
opencv_objdetect.HOGDescriptor.load(org.bytedeco.javacpp.BytePointer filename) |
static opencv_ml.NormalBayesClassifier |
opencv_ml.NormalBayesClassifier.load(org.bytedeco.javacpp.BytePointer filepath) |
static opencv_ml.SVM |
opencv_ml.SVM.load(org.bytedeco.javacpp.BytePointer filepath)
\brief Loads and creates a serialized svm from a file
Use SVM::save to serialize and store an SVM to disk.
|
static opencv_ml.EM |
opencv_ml.EM.load(org.bytedeco.javacpp.BytePointer filepath) |
static opencv_ml.DTrees |
opencv_ml.DTrees.load(org.bytedeco.javacpp.BytePointer filepath) |
static opencv_ml.RTrees |
opencv_ml.RTrees.load(org.bytedeco.javacpp.BytePointer filepath) |
static opencv_ml.Boost |
opencv_ml.Boost.load(org.bytedeco.javacpp.BytePointer filepath) |
static opencv_ml.ANN_MLP |
opencv_ml.ANN_MLP.load(org.bytedeco.javacpp.BytePointer filepath)
\brief Loads and creates a serialized ANN from a file
Use ANN::save to serialize and store an ANN to disk.
|
static opencv_ml.LogisticRegression |
opencv_ml.LogisticRegression.load(org.bytedeco.javacpp.BytePointer filepath) |
static opencv_ml.SVMSGD |
opencv_ml.SVMSGD.load(org.bytedeco.javacpp.BytePointer filepath) |
boolean |
opencv_objdetect.HOGDescriptor.load(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer objname)
\brief loads coefficients for the linear SVM classifier from a file
|
boolean |
opencv_objdetect.HOGDescriptor.load(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer objname)
\brief loads coefficients for the linear SVM classifier from a file
|
static opencv_ml.NormalBayesClassifier |
opencv_ml.NormalBayesClassifier.load(org.bytedeco.javacpp.BytePointer filepath,
org.bytedeco.javacpp.BytePointer nodeName)
\brief Loads and creates a serialized NormalBayesClassifier from a file
Use NormalBayesClassifier::save to serialize and store an NormalBayesClassifier to disk.
|
static opencv_ml.NormalBayesClassifier |
opencv_ml.NormalBayesClassifier.load(org.bytedeco.javacpp.BytePointer filepath,
org.bytedeco.javacpp.BytePointer nodeName)
\brief Loads and creates a serialized NormalBayesClassifier from a file
Use NormalBayesClassifier::save to serialize and store an NormalBayesClassifier to disk.
|
static opencv_ml.EM |
opencv_ml.EM.load(org.bytedeco.javacpp.BytePointer filepath,
org.bytedeco.javacpp.BytePointer nodeName)
\brief Loads and creates a serialized EM from a file
Use EM::save to serialize and store an EM to disk.
|
static opencv_ml.EM |
opencv_ml.EM.load(org.bytedeco.javacpp.BytePointer filepath,
org.bytedeco.javacpp.BytePointer nodeName)
\brief Loads and creates a serialized EM from a file
Use EM::save to serialize and store an EM to disk.
|
static opencv_ml.DTrees |
opencv_ml.DTrees.load(org.bytedeco.javacpp.BytePointer filepath,
org.bytedeco.javacpp.BytePointer nodeName)
\brief Loads and creates a serialized DTrees from a file
Use DTree::save to serialize and store an DTree to disk.
|
static opencv_ml.DTrees |
opencv_ml.DTrees.load(org.bytedeco.javacpp.BytePointer filepath,
org.bytedeco.javacpp.BytePointer nodeName)
\brief Loads and creates a serialized DTrees from a file
Use DTree::save to serialize and store an DTree to disk.
|
static opencv_ml.RTrees |
opencv_ml.RTrees.load(org.bytedeco.javacpp.BytePointer filepath,
org.bytedeco.javacpp.BytePointer nodeName)
\brief Loads and creates a serialized RTree from a file
Use RTree::save to serialize and store an RTree to disk.
|
static opencv_ml.RTrees |
opencv_ml.RTrees.load(org.bytedeco.javacpp.BytePointer filepath,
org.bytedeco.javacpp.BytePointer nodeName)
\brief Loads and creates a serialized RTree from a file
Use RTree::save to serialize and store an RTree to disk.
|
static opencv_ml.Boost |
opencv_ml.Boost.load(org.bytedeco.javacpp.BytePointer filepath,
org.bytedeco.javacpp.BytePointer nodeName)
\brief Loads and creates a serialized Boost from a file
Use Boost::save to serialize and store an RTree to disk.
|
static opencv_ml.Boost |
opencv_ml.Boost.load(org.bytedeco.javacpp.BytePointer filepath,
org.bytedeco.javacpp.BytePointer nodeName)
\brief Loads and creates a serialized Boost from a file
Use Boost::save to serialize and store an RTree to disk.
|
static opencv_ml.LogisticRegression |
opencv_ml.LogisticRegression.load(org.bytedeco.javacpp.BytePointer filepath,
org.bytedeco.javacpp.BytePointer nodeName)
\brief Loads and creates a serialized LogisticRegression from a file
Use LogisticRegression::save to serialize and store an LogisticRegression to disk.
|
static opencv_ml.LogisticRegression |
opencv_ml.LogisticRegression.load(org.bytedeco.javacpp.BytePointer filepath,
org.bytedeco.javacpp.BytePointer nodeName)
\brief Loads and creates a serialized LogisticRegression from a file
Use LogisticRegression::save to serialize and store an LogisticRegression to disk.
|
static opencv_ml.SVMSGD |
opencv_ml.SVMSGD.load(org.bytedeco.javacpp.BytePointer filepath,
org.bytedeco.javacpp.BytePointer nodeName)
\brief Loads and creates a serialized SVMSGD from a file
Use SVMSGD::save to serialize and store an SVMSGD to disk.
|
static opencv_ml.SVMSGD |
opencv_ml.SVMSGD.load(org.bytedeco.javacpp.BytePointer filepath,
org.bytedeco.javacpp.BytePointer nodeName)
\brief Loads and creates a serialized SVMSGD from a file
Use SVMSGD::save to serialize and store an SVMSGD to disk.
|
boolean |
opencv_flann.Index.load(opencv_core.GpuMat features,
org.bytedeco.javacpp.BytePointer filename) |
boolean |
opencv_flann.Index.load(opencv_core.GpuMat features,
String filename) |
boolean |
opencv_flann.Index.load(opencv_core.Mat features,
org.bytedeco.javacpp.BytePointer filename) |
boolean |
opencv_flann.Index.load(opencv_core.Mat features,
String filename) |
boolean |
opencv_flann.Index.load(opencv_core.UMat features,
org.bytedeco.javacpp.BytePointer filename) |
boolean |
opencv_flann.Index.load(opencv_core.UMat features,
String filename) |
void |
opencv_core.LDA.load(String filename) |
boolean |
opencv_objdetect.BaseCascadeClassifier.load(String filename) |
boolean |
opencv_objdetect.CascadeClassifier.load(String filename) |
boolean |
opencv_objdetect.HOGDescriptor.load(String filename) |
static opencv_ml.NormalBayesClassifier |
opencv_ml.NormalBayesClassifier.load(String filepath) |
static opencv_ml.SVM |
opencv_ml.SVM.load(String filepath) |
static opencv_ml.EM |
opencv_ml.EM.load(String filepath) |
static opencv_ml.DTrees |
opencv_ml.DTrees.load(String filepath) |
static opencv_ml.RTrees |
opencv_ml.RTrees.load(String filepath) |
static opencv_ml.Boost |
opencv_ml.Boost.load(String filepath) |
static opencv_ml.ANN_MLP |
opencv_ml.ANN_MLP.load(String filepath) |
static opencv_ml.LogisticRegression |
opencv_ml.LogisticRegression.load(String filepath) |
static opencv_ml.SVMSGD |
opencv_ml.SVMSGD.load(String filepath) |
boolean |
opencv_objdetect.HOGDescriptor.load(String filename,
String objname) |
boolean |
opencv_objdetect.HOGDescriptor.load(String filename,
String objname) |
static opencv_ml.NormalBayesClassifier |
opencv_ml.NormalBayesClassifier.load(String filepath,
String nodeName) |
static opencv_ml.NormalBayesClassifier |
opencv_ml.NormalBayesClassifier.load(String filepath,
String nodeName) |
static opencv_ml.EM |
opencv_ml.EM.load(String filepath,
String nodeName) |
static opencv_ml.EM |
opencv_ml.EM.load(String filepath,
String nodeName) |
static opencv_ml.DTrees |
opencv_ml.DTrees.load(String filepath,
String nodeName) |
static opencv_ml.DTrees |
opencv_ml.DTrees.load(String filepath,
String nodeName) |
static opencv_ml.RTrees |
opencv_ml.RTrees.load(String filepath,
String nodeName) |
static opencv_ml.RTrees |
opencv_ml.RTrees.load(String filepath,
String nodeName) |
static opencv_ml.Boost |
opencv_ml.Boost.load(String filepath,
String nodeName) |
static opencv_ml.Boost |
opencv_ml.Boost.load(String filepath,
String nodeName) |
static opencv_ml.LogisticRegression |
opencv_ml.LogisticRegression.load(String filepath,
String nodeName) |
static opencv_ml.LogisticRegression |
opencv_ml.LogisticRegression.load(String filepath,
String nodeName) |
static opencv_ml.SVMSGD |
opencv_ml.SVMSGD.load(String filepath,
String nodeName) |
static opencv_ml.SVMSGD |
opencv_ml.SVMSGD.load(String filepath,
String nodeName) |
static opencv_text.ERFilter.Callback |
opencv_text.loadClassifierNM1(org.bytedeco.javacpp.BytePointer filename)
\brief Allow to implicitly load the default classifier when creating an ERFilter object.
|
static opencv_text.ERFilter.Callback |
opencv_text.loadClassifierNM1(String filename) |
static opencv_text.ERFilter.Callback |
opencv_text.loadClassifierNM2(org.bytedeco.javacpp.BytePointer filename)
\brief Allow to implicitly load the default classifier when creating an ERFilter object.
|
static opencv_text.ERFilter.Callback |
opencv_text.loadClassifierNM2(String filename) |
static boolean |
opencv_face.loadDatasetList(org.bytedeco.javacpp.BytePointer imageList,
org.bytedeco.javacpp.BytePointer annotationList,
opencv_core.StringVector images,
opencv_core.StringVector annotations)
\brief A utility to load list of paths to training image and annotation file.
|
static boolean |
opencv_face.loadDatasetList(org.bytedeco.javacpp.BytePointer imageList,
org.bytedeco.javacpp.BytePointer annotationList,
opencv_core.StringVector images,
opencv_core.StringVector annotations)
\brief A utility to load list of paths to training image and annotation file.
|
static boolean |
opencv_face.loadDatasetList(String imageList,
String annotationList,
opencv_core.StringVector images,
opencv_core.StringVector annotations) |
static boolean |
opencv_face.loadDatasetList(String imageList,
String annotationList,
opencv_core.StringVector images,
opencv_core.StringVector annotations) |
static boolean |
opencv_face.loadFacePoints(String filename,
opencv_core.Point2fVectorVector points,
float offset)
\brief A utility to load facial landmark information from a given file.
|
static opencv_ml.TrainData |
opencv_ml.TrainData.loadFromCSV(org.bytedeco.javacpp.BytePointer filename,
int headerLineCount) |
static opencv_ml.TrainData |
opencv_ml.TrainData.loadFromCSV(org.bytedeco.javacpp.BytePointer filename,
int headerLineCount,
int responseStartIdx,
int responseEndIdx,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer filename,
int headerLineCount,
int responseStartIdx,
int responseEndIdx,
org.bytedeco.javacpp.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) |
void |
opencv_face.Facemark.loadModel(org.bytedeco.javacpp.BytePointer model)
\brief A function to load the trained model before the fitting process.
|
void |
opencv_face.Facemark.loadModel(String model) |
static opencv_text.OCRBeamSearchDecoder.ClassifierCallback |
opencv_text.loadOCRBeamSearchClassifierCNN(org.bytedeco.javacpp.BytePointer filename)
\brief Allow to implicitly load the default character classifier when creating an OCRBeamSearchDecoder object.
|
static opencv_text.OCRBeamSearchDecoder.ClassifierCallback |
opencv_text.loadOCRBeamSearchClassifierCNN(String filename) |
static opencv_text.OCRHMMDecoder.ClassifierCallback |
opencv_text.loadOCRHMMClassifier(org.bytedeco.javacpp.BytePointer filename,
int classifier)
\brief Allow to implicitly load the default character classifier when creating an OCRHMMDecoder object.
|
static opencv_text.OCRHMMDecoder.ClassifierCallback |
opencv_text.loadOCRHMMClassifier(String filename,
int classifier) |
static opencv_text.OCRHMMDecoder.ClassifierCallback |
opencv_text.loadOCRHMMClassifierCNN(org.bytedeco.javacpp.BytePointer filename)
Deprecated.
use loadOCRHMMClassifier instead
|
static opencv_text.OCRHMMDecoder.ClassifierCallback |
opencv_text.loadOCRHMMClassifierCNN(String filename) |
static opencv_text.OCRHMMDecoder.ClassifierCallback |
opencv_text.loadOCRHMMClassifierNM(org.bytedeco.javacpp.BytePointer filename)
Deprecated.
loadOCRHMMClassifier instead
|
static opencv_text.OCRHMMDecoder.ClassifierCallback |
opencv_text.loadOCRHMMClassifierNM(String filename) |
static boolean |
opencv_face.loadTrainingData(String filename,
opencv_core.StringVector images,
opencv_core.Point2fVectorVector facePoints,
byte delim,
float offset)
\brief A utility to load facial landmark dataset from a single file.
|
static boolean |
opencv_face.loadTrainingData(String imageList,
String groundTruth,
opencv_core.StringVector images,
opencv_core.Point2fVectorVector facePoints,
float offset)
\brief A utility to load facial landmark information from the dataset.
|
static boolean |
opencv_face.loadTrainingData(String imageList,
String groundTruth,
opencv_core.StringVector images,
opencv_core.Point2fVectorVector facePoints,
float offset)
\brief A utility to load facial landmark information from the dataset.
|
static void |
opencv_highgui.loadWindowParameters(org.bytedeco.javacpp.BytePointer windowName)
\brief Loads parameters of the specified window.
|
static void |
opencv_highgui.loadWindowParameters(String windowName) |
static void |
opencv_highgui.moveWindow(org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer winname) |
static void |
opencv_highgui.namedWindow(org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer lhs,
org.bytedeco.javacpp.BytePointer rhs) |
static boolean |
opencv_core.notEquals(org.bytedeco.javacpp.BytePointer lhs,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer filename)
\brief Open video file or a capturing device or a IP video stream for video capturing
|
boolean |
opencv_core.FileStorage.open(org.bytedeco.javacpp.BytePointer filename,
int flags) |
boolean |
opencv_videoio.VideoCapture.open(org.bytedeco.javacpp.BytePointer filename,
int apiPreference)
\brief Open video file or a capturing device or a IP video stream for video capturing with API Preference
|
boolean |
opencv_core.FileStorage.open(org.bytedeco.javacpp.BytePointer filename,
int flags,
org.bytedeco.javacpp.BytePointer encoding)
\brief Opens a file.
|
boolean |
opencv_core.FileStorage.open(org.bytedeco.javacpp.BytePointer filename,
int flags,
org.bytedeco.javacpp.BytePointer encoding)
\brief Opens a file.
|
boolean |
opencv_videoio.VideoWriter.open(org.bytedeco.javacpp.BytePointer filename,
int fourcc,
double fps,
opencv_core.Size frameSize) |
boolean |
opencv_videoio.VideoWriter.open(org.bytedeco.javacpp.BytePointer filename,
int fourcc,
double fps,
opencv_core.Size frameSize,
boolean isColor)
\brief Initializes or reinitializes video writer.
|
boolean |
opencv_videoio.VideoWriter.open(org.bytedeco.javacpp.BytePointer filename,
int apiPreference,
int fourcc,
double fps,
opencv_core.Size frameSize) |
boolean |
opencv_videoio.VideoWriter.open(org.bytedeco.javacpp.BytePointer filename,
int apiPreference,
int fourcc,
double fps,
opencv_core.Size frameSize,
boolean isColor)
\overload
|
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_videoio.VideoWriter.open(String filename,
int apiPreference,
int fourcc,
double fps,
opencv_core.Size frameSize) |
boolean |
opencv_videoio.VideoWriter.open(String filename,
int apiPreference,
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.LSTMLayer.outputNameToIndex(org.bytedeco.javacpp.BytePointer outputName) |
int |
opencv_dnn.Layer.outputNameToIndex(org.bytedeco.javacpp.BytePointer outputName)
\brief Returns index of output blob in output array.
|
int |
opencv_dnn.LSTMLayer.outputNameToIndex(String outputName) |
int |
opencv_dnn.Layer.outputNameToIndex(String outputName) |
static void |
opencv_dnn.print(org.bytedeco.javacpp.IntPointer shape,
org.bytedeco.javacpp.BytePointer name) |
static void |
opencv_dnn.print(org.bytedeco.javacpp.IntPointer shape,
String name) |
opencv_dnn.DictValue |
opencv_dnn.Dict.ptr(org.bytedeco.javacpp.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.GpuMat img,
org.bytedeco.javacpp.BytePointer text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color) |
static void |
opencv_imgproc.putText(opencv_core.GpuMat img,
org.bytedeco.javacpp.BytePointer text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color,
int thickness,
int lineType,
boolean bottomLeftOrigin) |
static void |
opencv_imgproc.putText(opencv_core.GpuMat img,
String text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color) |
static void |
opencv_imgproc.putText(opencv_core.GpuMat img,
String text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color,
int thickness,
int lineType,
boolean bottomLeftOrigin) |
static void |
opencv_imgproc.putText(opencv_core.Mat img,
org.bytedeco.javacpp.BytePointer text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color) |
static void |
opencv_imgproc.putText(opencv_core.Mat img,
org.bytedeco.javacpp.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_imgproc.putText(opencv_core.UMat img,
org.bytedeco.javacpp.BytePointer text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color) |
static void |
opencv_imgproc.putText(opencv_core.UMat img,
org.bytedeco.javacpp.BytePointer text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color,
int thickness,
int lineType,
boolean bottomLeftOrigin) |
static void |
opencv_imgproc.putText(opencv_core.UMat img,
String text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color) |
static void |
opencv_imgproc.putText(opencv_core.UMat img,
String text,
opencv_core.Point org,
int fontFace,
double fontScale,
opencv_core.Scalar color,
int thickness,
int lineType,
boolean bottomLeftOrigin) |
void |
opencv_features2d.Feature2D.read(org.bytedeco.javacpp.BytePointer fileName) |
void |
opencv_features2d.DescriptorMatcher.read(org.bytedeco.javacpp.BytePointer fileName) |
void |
opencv_face.FaceRecognizer.read(org.bytedeco.javacpp.BytePointer filename)
\brief Loads a FaceRecognizer and its model state.
|
boolean |
opencv_core.Program.read(org.bytedeco.javacpp.BytePointer buf,
org.bytedeco.javacpp.BytePointer buildflags)
Deprecated.
|
boolean |
opencv_core.Program.read(org.bytedeco.javacpp.BytePointer buf,
org.bytedeco.javacpp.BytePointer buildflags)
Deprecated.
|
static void |
opencv_core.read(opencv_core.FileNode node,
org.bytedeco.javacpp.BytePointer value,
org.bytedeco.javacpp.BytePointer default_value) |
static void |
opencv_core.read(opencv_core.FileNode node,
org.bytedeco.javacpp.BytePointer value,
org.bytedeco.javacpp.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_features2d.Feature2D.read(String fileName) |
void |
opencv_features2d.DescriptorMatcher.read(String fileName) |
void |
opencv_face.FaceRecognizer.read(String filename) |
boolean |
opencv_core.Program.read(String buf,
String buildflags)
Deprecated.
|
boolean |
opencv_core.Program.read(String buf,
String buildflags)
Deprecated.
|
void |
opencv_objdetect.HOGDescriptor.readALTModel(org.bytedeco.javacpp.BytePointer modelfile)
\brief read/parse Dalal's alt model file
|
void |
opencv_objdetect.HOGDescriptor.readALTModel(String modelfile) |
static opencv_dnn.Net |
opencv_dnn.Net.readFromModelOptimizer(org.bytedeco.javacpp.BytePointer xml,
org.bytedeco.javacpp.BytePointer bin)
\brief Create a network from Intel's Model Optimizer intermediate representation.
|
static opencv_dnn.Net |
opencv_dnn.Net.readFromModelOptimizer(org.bytedeco.javacpp.BytePointer xml,
org.bytedeco.javacpp.BytePointer bin)
\brief Create a network from Intel's Model Optimizer intermediate representation.
|
static opencv_dnn.Net |
opencv_dnn.Net.readFromModelOptimizer(String xml,
String bin) |
static opencv_dnn.Net |
opencv_dnn.Net.readFromModelOptimizer(String xml,
String bin) |
static int |
opencv_ximgproc.readGT(org.bytedeco.javacpp.BytePointer src_path,
opencv_core.GpuMat dst) |
static int |
opencv_ximgproc.readGT(org.bytedeco.javacpp.BytePointer src_path,
opencv_core.Mat dst)
\brief Function for reading ground truth disparity maps.
|
static int |
opencv_ximgproc.readGT(org.bytedeco.javacpp.BytePointer src_path,
opencv_core.UMat dst) |
static int |
opencv_ximgproc.readGT(String src_path,
opencv_core.GpuMat dst) |
static int |
opencv_ximgproc.readGT(String src_path,
opencv_core.Mat dst) |
static int |
opencv_ximgproc.readGT(String src_path,
opencv_core.UMat dst) |
static opencv_dnn.Net |
opencv_dnn.readNet(org.bytedeco.javacpp.BytePointer model) |
static opencv_dnn.Net |
opencv_dnn.readNet(org.bytedeco.javacpp.BytePointer framework,
byte[] bufferModel) |
static opencv_dnn.Net |
opencv_dnn.readNet(org.bytedeco.javacpp.BytePointer framework,
byte[] bufferModel,
byte[] bufferConfig) |
static opencv_dnn.Net |
opencv_dnn.readNet(org.bytedeco.javacpp.BytePointer framework,
ByteBuffer bufferModel) |
static opencv_dnn.Net |
opencv_dnn.readNet(org.bytedeco.javacpp.BytePointer framework,
ByteBuffer bufferModel,
ByteBuffer bufferConfig) |
static opencv_dnn.Net |
opencv_dnn.readNet(org.bytedeco.javacpp.BytePointer framework,
org.bytedeco.javacpp.BytePointer bufferModel)
\brief Read deep learning network represented in one of the supported formats.
|
static opencv_dnn.Net |
opencv_dnn.readNet(org.bytedeco.javacpp.BytePointer model,
org.bytedeco.javacpp.BytePointer config,
org.bytedeco.javacpp.BytePointer framework)
\brief Read deep learning network represented in one of the supported formats.
|
static opencv_dnn.Net |
opencv_dnn.readNet(org.bytedeco.javacpp.BytePointer model,
org.bytedeco.javacpp.BytePointer config,
org.bytedeco.javacpp.BytePointer framework)
\brief Read deep learning network represented in one of the supported formats.
|
static opencv_dnn.Net |
opencv_dnn.readNet(org.bytedeco.javacpp.BytePointer model,
org.bytedeco.javacpp.BytePointer config,
org.bytedeco.javacpp.BytePointer framework)
\brief Read deep learning network represented in one of the supported formats.
|
static opencv_dnn.Net |
opencv_dnn.readNet(String model) |
static opencv_dnn.Net |
opencv_dnn.readNet(String framework,
byte[] bufferModel) |
static opencv_dnn.Net |
opencv_dnn.readNet(String framework,
byte[] bufferModel,
byte[] bufferConfig) |
static opencv_dnn.Net |
opencv_dnn.readNet(String framework,
ByteBuffer bufferModel) |
static opencv_dnn.Net |
opencv_dnn.readNet(String framework,
ByteBuffer bufferModel,
ByteBuffer bufferConfig) |
static opencv_dnn.Net |
opencv_dnn.readNet(String framework,
org.bytedeco.javacpp.BytePointer bufferModel) |
static opencv_dnn.Net |
opencv_dnn.readNet(String framework,
org.bytedeco.javacpp.BytePointer bufferModel,
org.bytedeco.javacpp.BytePointer bufferConfig) |
static opencv_dnn.Net |
opencv_dnn.readNet(String model,
String config,
String framework) |
static opencv_dnn.Net |
opencv_dnn.readNet(String model,
String config,
String framework) |
static opencv_dnn.Net |
opencv_dnn.readNet(String model,
String config,
String framework) |
static opencv_dnn.Net |
opencv_dnn.readNetFromCaffe(org.bytedeco.javacpp.BytePointer prototxt) |
static opencv_dnn.Net |
opencv_dnn.readNetFromCaffe(org.bytedeco.javacpp.BytePointer prototxt,
org.bytedeco.javacpp.BytePointer caffeModel)
\brief Reads a network model stored in Caffe framework's format.
|
static opencv_dnn.Net |
opencv_dnn.readNetFromCaffe(org.bytedeco.javacpp.BytePointer prototxt,
org.bytedeco.javacpp.BytePointer caffeModel)
\brief Reads a network model stored in Caffe framework's format.
|
static opencv_dnn.Net |
opencv_dnn.readNetFromCaffe(String prototxt) |
static opencv_dnn.Net |
opencv_dnn.readNetFromCaffe(String prototxt,
String caffeModel) |
static opencv_dnn.Net |
opencv_dnn.readNetFromCaffe(String prototxt,
String caffeModel) |
static opencv_dnn.Net |
opencv_dnn.readNetFromDarknet(org.bytedeco.javacpp.BytePointer cfgFile) |
static opencv_dnn.Net |
opencv_dnn.readNetFromDarknet(org.bytedeco.javacpp.BytePointer cfgFile,
org.bytedeco.javacpp.BytePointer darknetModel)
\brief Reads a network model stored in Darknet model files.
|
static opencv_dnn.Net |
opencv_dnn.readNetFromDarknet(org.bytedeco.javacpp.BytePointer cfgFile,
org.bytedeco.javacpp.BytePointer darknetModel)
\brief Reads a network model stored in Darknet model files.
|
static opencv_dnn.Net |
opencv_dnn.readNetFromDarknet(String cfgFile) |
static opencv_dnn.Net |
opencv_dnn.readNetFromDarknet(String cfgFile,
String darknetModel) |
static opencv_dnn.Net |
opencv_dnn.readNetFromDarknet(String cfgFile,
String darknetModel) |
static opencv_dnn.Net |
opencv_dnn.readNetFromModelOptimizer(org.bytedeco.javacpp.BytePointer xml,
org.bytedeco.javacpp.BytePointer bin)
\brief Load a network from Intel's Model Optimizer intermediate representation.
|
static opencv_dnn.Net |
opencv_dnn.readNetFromModelOptimizer(org.bytedeco.javacpp.BytePointer xml,
org.bytedeco.javacpp.BytePointer bin)
\brief Load a network from Intel's Model Optimizer intermediate representation.
|
static opencv_dnn.Net |
opencv_dnn.readNetFromModelOptimizer(String xml,
String bin) |
static opencv_dnn.Net |
opencv_dnn.readNetFromModelOptimizer(String xml,
String bin) |
static opencv_dnn.Net |
opencv_dnn.readNetFromTensorflow(org.bytedeco.javacpp.BytePointer model) |
static opencv_dnn.Net |
opencv_dnn.readNetFromTensorflow(org.bytedeco.javacpp.BytePointer model,
org.bytedeco.javacpp.BytePointer config)
\brief Reads a network model stored in TensorFlow framework's format.
|
static opencv_dnn.Net |
opencv_dnn.readNetFromTensorflow(org.bytedeco.javacpp.BytePointer model,
org.bytedeco.javacpp.BytePointer config)
\brief Reads a network model stored in TensorFlow framework's format.
|
static opencv_dnn.Net |
opencv_dnn.readNetFromTensorflow(String model) |
static opencv_dnn.Net |
opencv_dnn.readNetFromTensorflow(String model,
String config) |
static opencv_dnn.Net |
opencv_dnn.readNetFromTensorflow(String model,
String config) |
static opencv_dnn.Net |
opencv_dnn.readNetFromTorch(org.bytedeco.javacpp.BytePointer model) |
static opencv_dnn.Net |
opencv_dnn.readNetFromTorch(org.bytedeco.javacpp.BytePointer model,
boolean isBinary)
\brief Reads a network model stored in Torch7 framework's format.
|
static opencv_dnn.Net |
opencv_dnn.readNetFromTorch(String model) |
static opencv_dnn.Net |
opencv_dnn.readNetFromTorch(String model,
boolean isBinary) |
static opencv_core.Mat |
opencv_optflow.readOpticalFlow(org.bytedeco.javacpp.BytePointer path)
\brief Read a .flo file
|
static opencv_core.Mat |
opencv_optflow.readOpticalFlow(String path) |
opencv_core.FileNodeIterator |
opencv_core.FileNodeIterator.readRaw(org.bytedeco.javacpp.BytePointer fmt,
byte[] vec) |
void |
opencv_core.FileNode.readRaw(org.bytedeco.javacpp.BytePointer fmt,
byte[] vec,
long len) |
opencv_core.FileNodeIterator |
opencv_core.FileNodeIterator.readRaw(org.bytedeco.javacpp.BytePointer fmt,
byte[] vec,
long maxCount) |
opencv_core.FileNodeIterator |
opencv_core.FileNodeIterator.readRaw(org.bytedeco.javacpp.BytePointer fmt,
ByteBuffer vec) |
void |
opencv_core.FileNode.readRaw(org.bytedeco.javacpp.BytePointer fmt,
ByteBuffer vec,
long len) |
opencv_core.FileNodeIterator |
opencv_core.FileNodeIterator.readRaw(org.bytedeco.javacpp.BytePointer fmt,
ByteBuffer vec,
long maxCount) |
opencv_core.FileNodeIterator |
opencv_core.FileNodeIterator.readRaw(org.bytedeco.javacpp.BytePointer fmt,
org.bytedeco.javacpp.BytePointer vec) |
void |
opencv_core.FileNode.readRaw(org.bytedeco.javacpp.BytePointer fmt,
org.bytedeco.javacpp.BytePointer vec,
long len)
\brief Reads node elements to the buffer with the specified format.
|
opencv_core.FileNodeIterator |
opencv_core.FileNodeIterator.readRaw(org.bytedeco.javacpp.BytePointer fmt,
org.bytedeco.javacpp.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,
org.bytedeco.javacpp.BytePointer vec) |
void |
opencv_core.FileNode.readRaw(String fmt,
org.bytedeco.javacpp.BytePointer vec,
long len) |
opencv_core.FileNodeIterator |
opencv_core.FileNodeIterator.readRaw(String fmt,
org.bytedeco.javacpp.BytePointer vec,
long maxCount) |
static opencv_core.Mat |
opencv_dnn.readTorchBlob(org.bytedeco.javacpp.BytePointer filename) |
static opencv_core.Mat |
opencv_dnn.readTorchBlob(org.bytedeco.javacpp.BytePointer filename,
boolean isBinary)
\brief Loads blob which was serialized as torch.Tensor object of Torch7 framework.
|
static opencv_core.Mat |
opencv_dnn.readTorchBlob(String filename) |
static opencv_core.Mat |
opencv_dnn.readTorchBlob(String filename,
boolean isBinary) |
static void |
opencv_dnn.LayerFactory.registerLayer(org.bytedeco.javacpp.BytePointer type,
opencv_dnn.LayerFactory.Constructor constructor)
Registers the layer class with typename \p type and specified \p constructor.
|
static void |
opencv_dnn.LayerFactory.registerLayer(String type,
opencv_dnn.LayerFactory.Constructor constructor) |
static void |
opencv_highgui.resizeWindow(org.bytedeco.javacpp.BytePointer winname,
int width,
int height)
\brief Resizes window to the specified size
|
static void |
opencv_highgui.resizeWindow(org.bytedeco.javacpp.BytePointer winname,
opencv_core.Size size)
\overload
|
static void |
opencv_highgui.resizeWindow(String winname,
int width,
int height) |
static void |
opencv_highgui.resizeWindow(String winname,
opencv_core.Size size) |
void |
opencv_core.LDA.save(org.bytedeco.javacpp.BytePointer filename)
Serializes this object to a given filename.
|
void |
opencv_core.Algorithm.save(org.bytedeco.javacpp.BytePointer filename)
Saves the algorithm to a file.
|
void |
opencv_objdetect.HOGDescriptor.save(org.bytedeco.javacpp.BytePointer filename) |
void |
opencv_flann.Index.save(org.bytedeco.javacpp.BytePointer filename) |
void |
opencv_objdetect.HOGDescriptor.save(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer objname)
\brief saves coefficients for the linear SVM classifier to a file
|
void |
opencv_objdetect.HOGDescriptor.save(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer objname)
\brief saves coefficients for the linear SVM classifier to a file
|
void |
opencv_core.LDA.save(String filename) |
void |
opencv_core.Algorithm.save(String filename) |
void |
opencv_objdetect.HOGDescriptor.save(String filename) |
void |
opencv_flann.Index.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(org.bytedeco.javacpp.BytePointer windowName)
\brief Saves parameters of the specified window.
|
static void |
opencv_highgui.saveWindowParameters(String windowName) |
static opencv_core.Rect |
opencv_highgui.selectROI(org.bytedeco.javacpp.BytePointer windowName,
opencv_core.GpuMat img) |
static opencv_core.Rect |
opencv_highgui.selectROI(org.bytedeco.javacpp.BytePointer windowName,
opencv_core.GpuMat img,
boolean showCrosshair,
boolean fromCenter) |
static opencv_core.Rect |
opencv_highgui.selectROI(org.bytedeco.javacpp.BytePointer windowName,
opencv_core.Mat img) |
static opencv_core.Rect |
opencv_highgui.selectROI(org.bytedeco.javacpp.BytePointer windowName,
opencv_core.Mat img,
boolean showCrosshair,
boolean fromCenter)
\brief Selects ROI on the given image.
|
static opencv_core.Rect |
opencv_highgui.selectROI(org.bytedeco.javacpp.BytePointer windowName,
opencv_core.UMat img) |
static opencv_core.Rect |
opencv_highgui.selectROI(org.bytedeco.javacpp.BytePointer windowName,
opencv_core.UMat img,
boolean showCrosshair,
boolean fromCenter) |
static opencv_core.Rect |
opencv_highgui.selectROI(String windowName,
opencv_core.GpuMat img) |
static opencv_core.Rect |
opencv_highgui.selectROI(String windowName,
opencv_core.GpuMat img,
boolean showCrosshair,
boolean fromCenter) |
static opencv_core.Rect |
opencv_highgui.selectROI(String windowName,
opencv_core.Mat img) |
static opencv_core.Rect |
opencv_highgui.selectROI(String windowName,
opencv_core.Mat img,
boolean showCrosshair,
boolean fromCenter) |
static opencv_core.Rect |
opencv_highgui.selectROI(String windowName,
opencv_core.UMat img) |
static opencv_core.Rect |
opencv_highgui.selectROI(String windowName,
opencv_core.UMat img,
boolean showCrosshair,
boolean fromCenter) |
static void |
opencv_highgui.selectROIs(org.bytedeco.javacpp.BytePointer windowName,
opencv_core.GpuMat img,
opencv_core.RectVector boundingBoxes) |
static void |
opencv_highgui.selectROIs(org.bytedeco.javacpp.BytePointer windowName,
opencv_core.GpuMat img,
opencv_core.RectVector boundingBoxes,
boolean showCrosshair,
boolean fromCenter) |
static void |
opencv_highgui.selectROIs(org.bytedeco.javacpp.BytePointer windowName,
opencv_core.Mat img,
opencv_core.RectVector boundingBoxes) |
static void |
opencv_highgui.selectROIs(org.bytedeco.javacpp.BytePointer windowName,
opencv_core.Mat img,
opencv_core.RectVector boundingBoxes,
boolean showCrosshair,
boolean fromCenter)
\brief Selects ROIs on the given image.
|
static void |
opencv_highgui.selectROIs(org.bytedeco.javacpp.BytePointer windowName,
opencv_core.UMat img,
opencv_core.RectVector boundingBoxes) |
static void |
opencv_highgui.selectROIs(org.bytedeco.javacpp.BytePointer windowName,
opencv_core.UMat img,
opencv_core.RectVector boundingBoxes,
boolean showCrosshair,
boolean fromCenter) |
static void |
opencv_highgui.selectROIs(String windowName,
opencv_core.GpuMat img,
opencv_core.RectVector boundingBoxes) |
static void |
opencv_highgui.selectROIs(String windowName,
opencv_core.GpuMat img,
opencv_core.RectVector boundingBoxes,
boolean showCrosshair,
boolean fromCenter) |
static void |
opencv_highgui.selectROIs(String windowName,
opencv_core.Mat img,
opencv_core.RectVector boundingBoxes) |
static void |
opencv_highgui.selectROIs(String windowName,
opencv_core.Mat img,
opencv_core.RectVector boundingBoxes,
boolean showCrosshair,
boolean fromCenter) |
static void |
opencv_highgui.selectROIs(String windowName,
opencv_core.UMat img,
opencv_core.RectVector boundingBoxes) |
static void |
opencv_highgui.selectROIs(String windowName,
opencv_core.UMat img,
opencv_core.RectVector boundingBoxes,
boolean showCrosshair,
boolean fromCenter) |
void |
opencv_saliency.ObjectnessBING.setBBResDir(org.bytedeco.javacpp.BytePointer resultsDir)
\brief This is a utility function that allows to set an arbitrary path in which the algorithm will save the
optional results
|
void |
opencv_saliency.ObjectnessBING.setBBResDir(String resultsDir) |
void |
opencv_flann.IndexParams.setBool(org.bytedeco.javacpp.BytePointer key,
boolean value) |
void |
opencv_flann.IndexParams.setBool(String key,
boolean value) |
void |
opencv_flann.IndexParams.setDouble(org.bytedeco.javacpp.BytePointer key,
double value) |
void |
opencv_flann.IndexParams.setDouble(String key,
double value) |
void |
opencv_flann.IndexParams.setFloat(org.bytedeco.javacpp.BytePointer key,
float value) |
void |
opencv_flann.IndexParams.setFloat(String key,
float value) |
void |
opencv_dnn.Net.setHalideScheduler(org.bytedeco.javacpp.BytePointer scheduler)
\brief Compile Halide layers.
|
void |
opencv_dnn.Net.setHalideScheduler(String scheduler) |
void |
opencv_dnn.Net.setInput(opencv_core.GpuMat blob,
org.bytedeco.javacpp.BytePointer name,
double scalefactor,
opencv_core.Scalar mean) |
void |
opencv_dnn.Net.setInput(opencv_core.GpuMat blob,
String name,
double scalefactor,
opencv_core.Scalar mean) |
void |
opencv_dnn.Net.setInput(opencv_core.Mat blob,
org.bytedeco.javacpp.BytePointer name,
double scalefactor,
opencv_core.Scalar mean)
\brief Sets the new input value for the network
|
void |
opencv_dnn.Net.setInput(opencv_core.Mat blob,
String name,
double scalefactor,
opencv_core.Scalar mean) |
void |
opencv_dnn.Net.setInput(opencv_core.UMat blob,
org.bytedeco.javacpp.BytePointer name,
double scalefactor,
opencv_core.Scalar mean) |
void |
opencv_dnn.Net.setInput(opencv_core.UMat blob,
String name,
double scalefactor,
opencv_core.Scalar mean) |
void |
opencv_flann.IndexParams.setInt(org.bytedeco.javacpp.BytePointer key,
int value) |
void |
opencv_flann.IndexParams.setInt(String key,
int value) |
void |
opencv_face.FaceRecognizer.setLabelInfo(int label,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer winname,
opencv_highgui.MouseCallback onMouse) |
static void |
opencv_highgui.setMouseCallback(org.bytedeco.javacpp.BytePointer winname,
opencv_highgui.MouseCallback onMouse,
org.bytedeco.javacpp.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,
org.bytedeco.javacpp.Pointer userdata) |
static void |
opencv_highgui.setOpenGlContext(org.bytedeco.javacpp.BytePointer winname)
\brief Sets the specified window as current OpenGL context.
|
static void |
opencv_highgui.setOpenGlContext(String winname) |
static void |
opencv_highgui.setOpenGlDrawCallback(org.bytedeco.javacpp.BytePointer winname,
opencv_highgui.OpenGlDrawCallback onOpenGlDraw) |
static void |
opencv_highgui.setOpenGlDrawCallback(org.bytedeco.javacpp.BytePointer winname,
opencv_highgui.OpenGlDrawCallback onOpenGlDraw,
org.bytedeco.javacpp.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,
org.bytedeco.javacpp.Pointer userdata) |
void |
opencv_flann.IndexParams.setString(org.bytedeco.javacpp.BytePointer key,
org.bytedeco.javacpp.BytePointer value) |
void |
opencv_flann.IndexParams.setString(org.bytedeco.javacpp.BytePointer key,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.BytePointer winname,
int maxval)
\brief Sets the trackbar maximum position.
|
static void |
opencv_highgui.setTrackbarMax(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.BytePointer winname,
int minval)
\brief Sets the trackbar minimum position.
|
static void |
opencv_highgui.setTrackbarMin(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.BytePointer winname,
int pos)
\brief Sets the trackbar position.
|
static void |
opencv_highgui.setTrackbarPos(org.bytedeco.javacpp.BytePointer trackbarname,
org.bytedeco.javacpp.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) |
void |
opencv_saliency.ObjectnessBING.setTrainingPath(org.bytedeco.javacpp.BytePointer trainingPath)
\brief This is a utility function that allows to set the correct path from which the algorithm will load
the trained model.
|
void |
opencv_saliency.ObjectnessBING.setTrainingPath(String trainingPath) |
void |
opencv_bioinspired.Retina.setup(org.bytedeco.javacpp.BytePointer retinaParameterFile,
boolean applyDefaultSetupOnFailure)
\brief Try to open an XML retina parameters file to adjust current retina instance setup
|
void |
opencv_bioinspired.TransientAreasSegmentationModule.setup(org.bytedeco.javacpp.BytePointer segmentationParameterFile,
boolean applyDefaultSetupOnFailure)
\brief try to open an XML segmentation parameters file to adjust current segmentation instance setup
|
void |
opencv_bioinspired.Retina.setup(String retinaParameterFile,
boolean applyDefaultSetupOnFailure) |
void |
opencv_bioinspired.TransientAreasSegmentationModule.setup(String segmentationParameterFile,
boolean applyDefaultSetupOnFailure) |
void |
opencv_text.OCRTesseract.setWhiteList(org.bytedeco.javacpp.BytePointer char_whitelist) |
void |
opencv_text.OCRTesseract.setWhiteList(String char_whitelist) |
static void |
opencv_highgui.setWindowProperty(org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer winname,
org.bytedeco.javacpp.BytePointer title)
\brief Updates window title
|
static void |
opencv_highgui.setWindowTitle(org.bytedeco.javacpp.BytePointer winname,
org.bytedeco.javacpp.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 org.bytedeco.javacpp.BytePointer |
opencv_core.shiftLeft(org.bytedeco.javacpp.BytePointer out,
opencv_core.Formatted fmtd) |
static org.bytedeco.javacpp.BytePointer |
opencv_core.shiftLeft(org.bytedeco.javacpp.BytePointer out,
opencv_core.Mat mtx) |
static opencv_core.FileStorage |
opencv_core.shiftLeft(opencv_core.FileStorage fs,
org.bytedeco.javacpp.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_dnn.shrinkCaffeModel(org.bytedeco.javacpp.BytePointer src,
org.bytedeco.javacpp.BytePointer dst) |
static void |
opencv_dnn.shrinkCaffeModel(org.bytedeco.javacpp.BytePointer src,
org.bytedeco.javacpp.BytePointer dst) |
static void |
opencv_dnn.shrinkCaffeModel(org.bytedeco.javacpp.BytePointer src,
org.bytedeco.javacpp.BytePointer dst,
opencv_core.StringVector layersTypes)
\brief Convert all weights of Caffe network to half precision floating point.
|
static void |
opencv_dnn.shrinkCaffeModel(org.bytedeco.javacpp.BytePointer src,
org.bytedeco.javacpp.BytePointer dst,
opencv_core.StringVector layersTypes)
\brief Convert all weights of Caffe network to half precision floating point.
|
static void |
opencv_dnn.shrinkCaffeModel(String src,
String dst) |
static void |
opencv_dnn.shrinkCaffeModel(String src,
String dst) |
static void |
opencv_dnn.shrinkCaffeModel(String src,
String dst,
opencv_core.StringVector layersTypes) |
static void |
opencv_dnn.shrinkCaffeModel(String src,
String dst,
opencv_core.StringVector layersTypes) |
static void |
opencv_core.swap(org.bytedeco.javacpp.BytePointer a,
org.bytedeco.javacpp.BytePointer b)
\} relates cv::String
|
static void |
opencv_core.swap(org.bytedeco.javacpp.BytePointer a,
org.bytedeco.javacpp.BytePointer b)
\} relates cv::String
|
static void |
opencv_core.swap(String a,
String b) |
static void |
opencv_core.swap(String a,
String b) |
static org.bytedeco.javacpp.BytePointer |
opencv_dnn.toString(org.bytedeco.javacpp.IntPointer shape,
org.bytedeco.javacpp.BytePointer name) |
static String |
opencv_dnn.toString(org.bytedeco.javacpp.IntPointer shape,
String name) |
static void |
opencv_dnn.LayerFactory.unregisterLayer(org.bytedeco.javacpp.BytePointer type)
Unregisters registered layer with specified type name.
|
static void |
opencv_dnn.LayerFactory.unregisterLayer(String type) |
static void |
opencv_highgui.updateWindow(org.bytedeco.javacpp.BytePointer winname)
\brief Force window to redraw its context and call draw callback ( See cv::setOpenGlDrawCallback ).
|
static void |
opencv_highgui.updateWindow(String winname) |
boolean |
opencv_core.Program.write(org.bytedeco.javacpp.BytePointer buf)
Deprecated.
|
void |
opencv_features2d.Feature2D.write(org.bytedeco.javacpp.BytePointer fileName) |
void |
opencv_features2d.DescriptorMatcher.write(org.bytedeco.javacpp.BytePointer fileName) |
void |
opencv_face.FaceRecognizer.write(org.bytedeco.javacpp.BytePointer filename)
\brief Saves a FaceRecognizer and its model state.
|
void |
opencv_bioinspired.Retina.write(org.bytedeco.javacpp.BytePointer fs)
\brief Write xml/yml formated parameters information
|
void |
opencv_bioinspired.TransientAreasSegmentationModule.write(org.bytedeco.javacpp.BytePointer fs)
\brief write xml/yml formated parameters information
|
void |
opencv_core.FileStorage.write(org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer val)
\overload
|
void |
opencv_core.FileStorage.write(org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer val)
\overload
|
void |
opencv_core.FileStorage.write(org.bytedeco.javacpp.BytePointer name,
double val)
\overload
|
void |
opencv_core.FileStorage.write(org.bytedeco.javacpp.BytePointer name,
int val)
\brief Simplified writing API to use with bindings.
|
void |
opencv_core.FileStorage.write(org.bytedeco.javacpp.BytePointer name,
opencv_core.GpuMat val) |
void |
opencv_core.FileStorage.write(org.bytedeco.javacpp.BytePointer name,
opencv_core.Mat val)
\overload
|
void |
opencv_core.FileStorage.write(org.bytedeco.javacpp.BytePointer name,
opencv_core.UMat val) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer value) |
void |
opencv_core.Algorithm.write(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer name)
\brief simplified API for language bindings
\overload
|
void |
opencv_objdetect.HOGDescriptor.write(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer objname)
\brief Stores HOGDescriptor parameters in a file storage.
|
void |
opencv_features2d.Feature2D.write(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer name) |
void |
opencv_features2d.DescriptorMatcher.write(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer name) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer name,
double value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer name,
float value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer name,
int value)
\} core_xml
|
static void |
opencv_core.write(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer name,
opencv_core.DMatch m) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer name,
opencv_core.DMatchVector value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer name,
opencv_core.KeyPoint kpt) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer name,
opencv_core.KeyPointVector value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer name,
opencv_core.Mat value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer name,
opencv_core.Range r) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer name,
opencv_core.SparseMat value) |
static void |
opencv_core.write(opencv_core.FileStorage fs,
String value) |
void |
opencv_core.Algorithm.write(opencv_core.FileStorage fs,
String name) |
void |
opencv_objdetect.HOGDescriptor.write(opencv_core.FileStorage fs,
String objname) |
void |
opencv_features2d.Feature2D.write(opencv_core.FileStorage fs,
String name) |
void |
opencv_features2d.DescriptorMatcher.write(opencv_core.FileStorage fs,
String name) |
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.DMatch m) |
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.KeyPoint kpt) |
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) |
boolean |
opencv_core.Program.write(String buf)
Deprecated.
|
void |
opencv_features2d.Feature2D.write(String fileName) |
void |
opencv_features2d.DescriptorMatcher.write(String fileName) |
void |
opencv_face.FaceRecognizer.write(String filename) |
void |
opencv_bioinspired.Retina.write(String fs) |
void |
opencv_bioinspired.TransientAreasSegmentationModule.write(String fs) |
void |
opencv_core.FileStorage.write(String name,
double val) |
void |
opencv_core.FileStorage.write(String name,
int val) |
void |
opencv_core.FileStorage.write(String name,
opencv_core.GpuMat val) |
void |
opencv_core.FileStorage.write(String name,
opencv_core.Mat val) |
void |
opencv_core.FileStorage.write(String name,
opencv_core.UMat val) |
void |
opencv_core.FileStorage.write(String name,
String val) |
void |
opencv_core.FileStorage.write(String name,
String val) |
void |
opencv_core.FileStorage.writeComment(org.bytedeco.javacpp.BytePointer comment) |
void |
opencv_core.FileStorage.writeComment(org.bytedeco.javacpp.BytePointer comment,
boolean append)
\brief Writes a comment.
|
void |
opencv_core.FileStorage.writeComment(String comment) |
void |
opencv_core.FileStorage.writeComment(String comment,
boolean append) |
void |
opencv_core.FileStorage.writeObj(org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.Pointer obj)
\brief Writes the registered C structure (CvMat, CvMatND, CvSeq).
|
void |
opencv_core.FileStorage.writeObj(String name,
org.bytedeco.javacpp.Pointer obj) |
static boolean |
opencv_optflow.writeOpticalFlow(org.bytedeco.javacpp.BytePointer path,
opencv_core.GpuMat flow) |
static boolean |
opencv_optflow.writeOpticalFlow(org.bytedeco.javacpp.BytePointer path,
opencv_core.Mat flow)
\brief Write a .flo to disk
|
static boolean |
opencv_optflow.writeOpticalFlow(org.bytedeco.javacpp.BytePointer path,
opencv_core.UMat flow) |
static boolean |
opencv_optflow.writeOpticalFlow(String path,
opencv_core.GpuMat flow) |
static boolean |
opencv_optflow.writeOpticalFlow(String path,
opencv_core.Mat flow) |
static boolean |
opencv_optflow.writeOpticalFlow(String path,
opencv_core.UMat flow) |
void |
opencv_core.FileStorage.writeRaw(org.bytedeco.javacpp.BytePointer fmt,
byte[] vec,
long len) |
void |
opencv_core.FileStorage.writeRaw(org.bytedeco.javacpp.BytePointer fmt,
ByteBuffer vec,
long len) |
void |
opencv_core.FileStorage.writeRaw(org.bytedeco.javacpp.BytePointer fmt,
org.bytedeco.javacpp.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,
org.bytedeco.javacpp.BytePointer vec,
long len) |
static void |
opencv_core.writeScalar(opencv_core.FileStorage fs,
org.bytedeco.javacpp.BytePointer value) |
static void |
opencv_core.writeScalar(opencv_core.FileStorage fs,
String value) |
| Constructor and Description |
|---|
CascadeClassifier(org.bytedeco.javacpp.BytePointer filename)
\brief Loads a classifier from a file.
|
CascadeClassifier(String filename) |
CParams(org.bytedeco.javacpp.BytePointer cascade_model) |
CParams(org.bytedeco.javacpp.BytePointer cascade_model,
double sf,
int minN,
opencv_core.Size minSz,
opencv_core.Size maxSz) |
CParams(String cascade_model) |
CParams(String cascade_model,
double sf,
int minN,
opencv_core.Size minSz,
opencv_core.Size maxSz) |
DictValue(org.bytedeco.javacpp.BytePointer s)
Constructs string scalar
|
DictValue(String s) |
FileStorage(org.bytedeco.javacpp.BytePointer filename,
int flags) |
FileStorage(org.bytedeco.javacpp.BytePointer filename,
int flags,
org.bytedeco.javacpp.BytePointer encoding)
\overload
\copydoc open()
|
FileStorage(org.bytedeco.javacpp.BytePointer filename,
int flags,
org.bytedeco.javacpp.BytePointer encoding)
\overload
\copydoc open()
|
FileStorage(String filename,
int flags) |
FileStorage(String filename,
int flags,
String encoding) |
FileStorage(String filename,
int flags,
String encoding) |
FromFileMotionReader(org.bytedeco.javacpp.BytePointer path) |
FromFileMotionReader(String path) |
HOGDescriptor(org.bytedeco.javacpp.BytePointer filename)
\overload
|
HOGDescriptor(String filename) |
Kernel(String kname,
opencv_core.ProgramSource prog,
String buildopts,
org.bytedeco.javacpp.BytePointer errmsg) |
Kernel(String kname,
opencv_core.ProgramSource prog,
String buildopts,
org.bytedeco.javacpp.BytePointer errmsg) |
Program(opencv_core.ProgramSource src,
org.bytedeco.javacpp.BytePointer buildflags,
org.bytedeco.javacpp.BytePointer errmsg) |
Program(opencv_core.ProgramSource src,
org.bytedeco.javacpp.BytePointer buildflags,
org.bytedeco.javacpp.BytePointer errmsg) |
Program(opencv_core.ProgramSource src,
String buildflags,
String errmsg) |
Program(opencv_core.ProgramSource src,
String buildflags,
String errmsg) |
ProgramSource(org.bytedeco.javacpp.BytePointer prog) |
ProgramSource(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer codeStr,
org.bytedeco.javacpp.BytePointer codeHash) |
ProgramSource(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer codeStr,
org.bytedeco.javacpp.BytePointer codeHash) |
ProgramSource(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer codeStr,
org.bytedeco.javacpp.BytePointer codeHash) |
ProgramSource(org.bytedeco.javacpp.BytePointer module,
org.bytedeco.javacpp.BytePointer name,
org.bytedeco.javacpp.BytePointer codeStr,
org.bytedeco.javacpp.BytePointer codeHash) |
ProgramSource(String prog) |
ProgramSource(String module,
String name,
String codeStr,
String codeHash) |
ProgramSource(String module,
String name,
String codeStr,
String codeHash) |
ProgramSource(String module,
String name,
String codeStr,
String codeHash) |
ProgramSource(String module,
String name,
String codeStr,
String codeHash) |
SavedIndexParams(org.bytedeco.javacpp.BytePointer filename) |
SavedIndexParams(String filename) |
ToFileMotionWriter(org.bytedeco.javacpp.BytePointer path,
opencv_videostab.ImageMotionEstimatorBase estimator) |
ToFileMotionWriter(String path,
opencv_videostab.ImageMotionEstimatorBase estimator) |
TrackerFeatureFeature2d(org.bytedeco.javacpp.BytePointer detectorType,
org.bytedeco.javacpp.BytePointer descriptorType)
\brief Constructor
|
TrackerFeatureFeature2d(org.bytedeco.javacpp.BytePointer detectorType,
org.bytedeco.javacpp.BytePointer descriptorType)
\brief Constructor
|
TrackerFeatureFeature2d(String detectorType,
String descriptorType) |
TrackerFeatureFeature2d(String detectorType,
String descriptorType) |
VideoCapture(org.bytedeco.javacpp.BytePointer filename)
\overload
\brief Open video file or a capturing device or a IP video stream for video capturing
|
VideoCapture(org.bytedeco.javacpp.BytePointer filename,
int apiPreference)
\overload
\brief Open video file or a capturing device or a IP video stream for video capturing with API Preference
|
VideoCapture(String filename) |
VideoCapture(String filename,
int apiPreference) |
VideoFileSource(org.bytedeco.javacpp.BytePointer path) |
VideoFileSource(org.bytedeco.javacpp.BytePointer path,
boolean volatileFrame) |
VideoFileSource(String path) |
VideoFileSource(String path,
boolean volatileFrame) |
VideoWriter(org.bytedeco.javacpp.BytePointer filename,
int fourcc,
double fps,
opencv_core.Size frameSize) |
VideoWriter(org.bytedeco.javacpp.BytePointer filename,
int fourcc,
double fps,
opencv_core.Size frameSize,
boolean isColor)
\overload
|
VideoWriter(org.bytedeco.javacpp.BytePointer filename,
int apiPreference,
int fourcc,
double fps,
opencv_core.Size frameSize) |
VideoWriter(org.bytedeco.javacpp.BytePointer filename,
int apiPreference,
int fourcc,
double fps,
opencv_core.Size frameSize,
boolean isColor)
\overload
The
apiPreference parameter allows to specify API backends to use. |
VideoWriter(String filename,
int fourcc,
double fps,
opencv_core.Size frameSize) |
VideoWriter(String filename,
int fourcc,
double fps,
opencv_core.Size frameSize,
boolean isColor) |
VideoWriter(String filename,
int apiPreference,
int fourcc,
double fps,
opencv_core.Size frameSize) |
VideoWriter(String filename,
int apiPreference,
int fourcc,
double fps,
opencv_core.Size frameSize,
boolean isColor) |
WriteStructContext(opencv_core.FileStorage _fs,
org.bytedeco.javacpp.BytePointer name,
int flags) |
WriteStructContext(opencv_core.FileStorage _fs,
org.bytedeco.javacpp.BytePointer name,
int flags,
org.bytedeco.javacpp.BytePointer typeName) |
WriteStructContext(opencv_core.FileStorage _fs,
org.bytedeco.javacpp.BytePointer name,
int flags,
org.bytedeco.javacpp.BytePointer typeName) |
WriteStructContext(opencv_core.FileStorage _fs,
String name,
int flags) |
WriteStructContext(opencv_core.FileStorage _fs,
String name,
int flags,
String typeName) |
WriteStructContext(opencv_core.FileStorage _fs,
String name,
int flags,
String typeName) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_ml.ANN_MLP |
opencv_ml.AbstractStatModel.loadANN_MLP(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer objname) |
static opencv_ml.ANN_MLP |
opencv_ml.AbstractStatModel.loadANN_MLP(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer objname) |
static opencv_ml.Boost |
opencv_ml.AbstractStatModel.loadBoost(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer objname) |
static opencv_ml.DTrees |
opencv_ml.AbstractStatModel.loadDTrees(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer objname) |
static opencv_ml.EM |
opencv_ml.AbstractStatModel.loadEM(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer objname) |
static opencv_ml.KNearest |
opencv_ml.AbstractStatModel.loadKNearest(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer objname) |
static opencv_ml.LogisticRegression |
opencv_ml.AbstractStatModel.loadLogisticRegression(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer objname) |
static opencv_ml.NormalBayesClassifier |
opencv_ml.AbstractStatModel.loadNormalBayesClassifier(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer objname) |
static opencv_ml.RTrees |
opencv_ml.AbstractStatModel.loadRTrees(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer objname) |
static opencv_ml.SVM |
opencv_ml.AbstractStatModel.loadSVM(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.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 © 2018. All rights reserved.