Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitristan/OpenCVSamples
/ functions
Functions
2,163 in github.com/bitristan/OpenCVSamples
⨍
Functions
2,163
◇
Types & classes
224
↓ 52 callers
Method
add
<p>Calculates the per-element sum of two arrays or an array and a scalar.</p> <p>The function <code>add</code> calculates:</p> <ul> <li> Sum of two
OpenCV Library - 2.4.3/src/org/opencv/core/Core.java:481
↓ 51 callers
Method
size
<p>Returns a matrix size.</p> <p>The method returns a matrix size: <code>Size(cols, rows)</code>. When the matrix is more than 2-dimensional, the ret
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:2181
↓ 49 callers
Method
get
(int row, int col, byte[] data)
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:2542
↓ 47 callers
Method
vector_Mat_to_Mat
(List<Mat> mats)
OpenCV Library - 2.4.3/src/org/opencv/utils/Converters.java:235
↓ 36 callers
Method
put
(int row, int col, double... data)
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:2475
↓ 35 callers
Method
checkVector
(int elemChannels, int depth, boolean requireContinuous)
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:788
↓ 27 callers
Method
rows
()
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:2090
↓ 25 callers
Method
channels
(int type)
OpenCV Library - 2.4.3/src/org/opencv/core/CvType.java:66
↓ 25 callers
Method
cols
()
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:906
↓ 22 callers
Method
type
<p>Returns the type of a matrix element.</p> <p>The method returns a matrix element type. This is an identifier compatible with the <code>CvMat</code
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:2373
↓ 21 callers
Method
makeType
(int depth, int channels)
OpenCV Library - 2.4.3/src/org/opencv/core/CvType.java:26
↓ 21 callers
Method
onManagerConnected
Callback method, called after OpenCV library initialization. @param status status of initialization (see initialization status constants).
OpenCV Library - 2.4.3/src/org/opencv/android/LoaderCallbackInterface.java:33
↓ 20 callers
Method
create
<p>Allocates new array data if needed.</p> <p>This is one of the key <code>Mat</code> methods. Most new-style OpenCV functions and methods that produ
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:1121
↓ 19 callers
Method
Mat_to_vector_Mat
(Mat m, List<Mat> mats)
OpenCV Library - 2.4.3/src/org/opencv/utils/Converters.java:253
↓ 18 callers
Method
disableView
This method is provided for clients, so they can disable camera connection and stop the delivery of frames even though the surface view itself is not
OpenCV Library - 2.4.3/src/org/opencv/android/CameraBridgeViewBase.java:142
↓ 16 callers
Method
Mat_to_vector_vector_DMatch
(Mat m, List<MatOfDMatch> lvdm)
OpenCV Library - 2.4.3/src/org/opencv/utils/Converters.java:679
↓ 16 callers
Method
cvtColor
<p>Converts an image from one color space to another.</p> <p>The function converts an input image from one color space to another. In case of a trans
OpenCV Library - 2.4.3/src/org/opencv/imgproc/Imgproc.java:4002
↓ 16 callers
Method
depth
(int type)
OpenCV Library - 2.4.3/src/org/opencv/core/CvType.java:70
↓ 15 callers
Method
release
<p>Decrements the reference counter and deallocates the matrix if needed.</p> <p>The method decrements the reference counter associated with the matr
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:1872
↓ 14 callers
Method
all
()
OpenCV Library - 2.4.3/src/org/opencv/core/Range.java:87
↓ 13 callers
Method
clear
()
OpenCV Library - 2.4.3/src/org/opencv/ml/EM.java:97
↓ 13 callers
Method
toString
()
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:2461
↓ 12 callers
Method
release
()
OpenCV Sample - face-detection/src/org/opencv/samples/facedetect/DetectionBasedTracker.java:28
↓ 11 callers
Method
submat
<p>Extracts a rectangular submatrix.</p> <p>The operators make a new header for the specified sub-array of <code> this</code>. They are the most gene
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:2249
↓ 10 callers
Method
enableView
This method is provided for clients, so they can enable the camera connection. The actual onCameraViewStarted callback will be delivered only after bo
OpenCV Library - 2.4.3/src/org/opencv/android/CameraBridgeViewBase.java:131
↓ 10 callers
Method
getHeight
(Object obj)
OpenCV Library - 2.4.3/src/org/opencv/android/CameraBridgeViewBase.java:337
↓ 10 callers
Method
getWidth
(Object obj)
OpenCV Library - 2.4.3/src/org/opencv/android/CameraBridgeViewBase.java:336
↓ 10 callers
Method
setCvCameraViewListener
@param listener
OpenCV Library - 2.4.3/src/org/opencv/android/CameraBridgeViewBase.java:168
↓ 9 callers
Method
copyTo
<p>Copies the matrix to another one.</p> <p>The method copies the matrix data to another matrix. Before copying the data, the method invokes <code></
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:1025
↓ 9 callers
Method
initAsync
Loads and initializes OpenCV library using OpenCV Engine service. @param Version OpenCV library version. @param AppContext application context for con
OpenCV Library - 2.4.3/src/org/opencv/android/OpenCVLoader.java:36
↓ 8 callers
Method
max
<p>Calculates per-element maximum of two arrays or an array and a scalar.</p> <p>The functions <code>max</code> calculate the per-element maximum of
OpenCV Library - 2.4.3/src/org/opencv/core/Core.java:4445
↓ 8 callers
Method
n_Mat
()
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:2629
↓ 8 callers
Method
vector_vector_Point_to_Mat
(List<MatOfPoint> pts, List<Mat> mats)
OpenCV Library - 2.4.3/src/org/opencv/utils/Converters.java:479
↓ 7 callers
Method
SetCaptureFormat
(int format)
OpenCV Library - 2.4.3/src/org/opencv/android/CameraBridgeViewBase.java:186
↓ 7 callers
Method
min
<p>Calculates per-element minimum of two arrays or an array and a scalar.</p> <p>The functions <code>min</code> calculate the per-element minimum of
OpenCV Library - 2.4.3/src/org/opencv/core/Core.java:4712
↓ 7 callers
Method
total
<p>Returns the total number of array elements.</p> <p>The method returns the number of array elements (a number of pixels if the array represents an
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:2352
↓ 6 callers
Method
CV_64FC
(int ch)
OpenCV Library - 2.4.3/src/org/opencv/core/CvType.java:62
↓ 6 callers
Method
CreateAuxiliaryMats
()
OpenCV Sample - image-manipulations/src/org/opencv/samples/imagemanipulations/ImageManipulationsActivity.java:200
↓ 6 callers
Method
checkCurrentState
Called when mSyncObject lock is held
OpenCV Library - 2.4.3/src/org/opencv/android/CameraBridgeViewBase.java:194
↓ 6 callers
Method
getNativeObjAddr
()
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:2624
↓ 6 callers
Method
getTickCount
<p>Returns the number of ticks.</p> <p>The function returns the number of ticks after the certain event (for example, when the machine was turned on)
OpenCV Library - 2.4.3/src/org/opencv/core/Core.java:3808
↓ 6 callers
Method
height
()
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:2616
↓ 6 callers
Method
loadLibrary
(String Name)
OpenCV Library - 2.4.3/src/org/opencv/android/StaticHelper.java:42
↓ 5 callers
Method
finish
()
OpenCV Library - 2.4.3/src/org/opencv/android/BaseLoaderCallback.java:134
↓ 5 callers
Method
line
<p>Draws a line segment connecting two points.</p> <p>The function <code>line</code> draws the line segment between <code>pt1</code> and <code>pt2</c
OpenCV Library - 2.4.3/src/org/opencv/core/Core.java:4278
↓ 5 callers
Method
setMinFaceSize
(float faceSize)
OpenCV Sample - face-detection/src/org/opencv/samples/facedetect/FdActivity.java:225
↓ 4 callers
Method
CV_16SC
(int ch)
OpenCV Library - 2.4.3/src/org/opencv/core/CvType.java:50
↓ 4 callers
Method
CV_16UC
(int ch)
OpenCV Library - 2.4.3/src/org/opencv/core/CvType.java:46
↓ 4 callers
Method
CV_32FC
(int ch)
OpenCV Library - 2.4.3/src/org/opencv/core/CvType.java:58
↓ 4 callers
Method
CV_32SC
(int ch)
OpenCV Library - 2.4.3/src/org/opencv/core/CvType.java:54
↓ 4 callers
Method
CV_8SC
(int ch)
OpenCV Library - 2.4.3/src/org/opencv/core/CvType.java:42
↓ 4 callers
Method
CV_8UC
(int ch)
OpenCV Library - 2.4.3/src/org/opencv/core/CvType.java:38
↓ 4 callers
Method
Canny
<p>Finds edges in an image using the [Canny86] algorithm.</p> <p>The function finds edges in the input image <code>image</code> and marks them in the
OpenCV Library - 2.4.3/src/org/opencv/imgproc/Imgproc.java:392
↓ 4 callers
Method
Mat_to_vector_vector_Point
(Mat m, List<MatOfPoint> pts)
OpenCV Library - 2.4.3/src/org/opencv/utils/Converters.java:492
↓ 4 callers
Method
empty
<p>Returns <code>true</code> if the array has no elements.</p> <p>The method returns <code>true</code> if <code>Mat.total()</code> is 0 or if <code>M
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:1415
↓ 4 callers
Method
n_setTo
(long nativeObj, double s_val0, double s_val1, double s_val2, double s_val3)
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:2778
↓ 4 callers
Method
onPackageInstall
Callback method, called in case the package installation is needed. @param callback answer object with approve and cancel methods and the package desc
OpenCV Library - 2.4.3/src/org/opencv/android/LoaderCallbackInterface.java:39
↓ 4 callers
Method
resize
<p>Resizes an image.</p> <p>The function <code>resize</code> resizes the image <code>src</code> down to or up to the specified size.Note that the ini
OpenCV Library - 2.4.3/src/org/opencv/imgproc/Imgproc.java:8446
↓ 3 callers
Method
Mat_to_vector_Point3
(Mat m, List<Point3> pts)
OpenCV Library - 2.4.3/src/org/opencv/utils/Converters.java:202
↓ 3 callers
Method
Mat_to_vector_vector_KeyPoint
(Mat m, List<MatOfKeyPoint> kps)
OpenCV Library - 2.4.3/src/org/opencv/utils/Converters.java:581
↓ 3 callers
Method
calcHist
<p>Calculates a histogram of a set of arrays.</p> <p>The functions <code>calcHist</code> calculate the histogram of one or more arrays. The elements
OpenCV Library - 2.4.3/src/org/opencv/imgproc/Imgproc.java:2631
↓ 3 callers
Method
convertScaleAbs
<p>Scales, calculates absolute values, and converts the result to 8-bit.</p> <p>On each element of the input array, the function <code>convertScaleAb
OpenCV Library - 2.4.3/src/org/opencv/core/Core.java:1966
↓ 3 callers
Method
deliverAndDrawFrame
This method shall be called by the subclasses when they have valid object and want it to be delivered to external client (via callback) and then displ
OpenCV Library - 2.4.3/src/org/opencv/android/CameraBridgeViewBase.java:279
↓ 3 callers
Method
fromNativeAddr
(long addr)
OpenCV Library - 2.4.3/src/org/opencv/core/MatOfFloat.java:22
↓ 3 callers
Method
getSupportedPreviewSizes
()
OpenCV Library - 2.4.3/src/org/opencv/highgui/VideoCapture.java:142
↓ 3 callers
Method
getTickFrequency
<p>Returns the number of ticks per second.</p> <p>The function returns the number of ticks per second.That is, the following code computes the execut
OpenCV Library - 2.4.3/src/org/opencv/core/Core.java:3837
↓ 3 callers
Method
installVersion
Tries to install defined version of OpenCV from Google Play Market. @param OpenCV version. @return Returns true if installation was successful or Open
OpenCV Library - 2.4.3/gen/org/opencv/engine/OpenCVEngineInterface.java:214
↓ 3 callers
Method
n_checkVector
(long nativeObj, int elemChannels, int depth, boolean requireContinuous)
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:2661
↓ 3 callers
Method
n_convertTo
(long nativeObj, long m_nativeObj, int rtype, double alpha, double beta)
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:2681
↓ 3 callers
Method
n_diag
(long nativeObj, int d)
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:2709
↓ 3 callers
Method
normalize
<p>Normalizes the norm or value range of an array.</p> <p>The functions <code>normalize</code> scale and shift the input array elements so that</p>
OpenCV Library - 2.4.3/src/org/opencv/core/Core.java:5648
↓ 3 callers
Method
open
<p>Open video file or a capturing device for video capturing</p> <p>The methods first call "VideoCapture.release" to close the already opened file or
OpenCV Library - 2.4.3/src/org/opencv/highgui/VideoCapture.java:223
↓ 3 callers
Method
read
<p>Grabs, decodes and returns the next video frame.</p> <p>The methods/functions combine "VideoCapture.grab" and "VideoCapture.retrieve" in one call.
OpenCV Library - 2.4.3/src/org/opencv/highgui/VideoCapture.java:254
↓ 3 callers
Method
set
(double[] vals)
OpenCV Library - 2.4.3/src/org/opencv/core/Size.java:44
↓ 3 callers
Method
setResolution
(int width, int height)
OpenCV Library - 2.4.3/src/org/opencv/android/FpsMeter.java:56
↓ 3 callers
Method
setTo
(Scalar s)
OpenCV Library - 2.4.3/src/org/opencv/core/Mat.java:2102
↓ 3 callers
Method
start
()
OpenCV Sample - face-detection/src/org/opencv/samples/facedetect/DetectionBasedTracker.java:12
↓ 3 callers
Method
stop
()
OpenCV Sample - face-detection/src/org/opencv/samples/facedetect/DetectionBasedTracker.java:16
↓ 3 callers
Method
toArray
()
OpenCV Library - 2.4.3/src/org/opencv/core/MatOfRect.java:61
↓ 3 callers
Method
vector_Point3_to_Mat
(List<Point3> pts, int typeDepth)
OpenCV Library - 2.4.3/src/org/opencv/utils/Converters.java:96
↓ 3 callers
Method
write
(String fileName)
OpenCV Library - 2.4.3/src/org/opencv/features2d/FeatureDetector.java:263
↓ 2 callers
Method
AllocateCache
()
OpenCV Library - 2.4.3/src/org/opencv/android/CameraBridgeViewBase.java:330
↓ 2 callers
Method
InstallService
(final Context AppContext, final LoaderCallbackInterface Callback)
OpenCV Library - 2.4.3/src/org/opencv/android/AsyncServiceHelper.java:69
↓ 2 callers
Method
InstallServiceQuiet
(Context context)
OpenCV Library - 2.4.3/src/org/opencv/android/AsyncServiceHelper.java:52
↓ 2 callers
Method
Mat_to_vector_Point
(Mat m, List<Point> pts)
OpenCV Library - 2.4.3/src/org/opencv/utils/Converters.java:157
↓ 2 callers
Method
calculateCameraFrameSize
This helper method can be called by subclasses to select camera preview size. It goes over the list of the supported preview sizes and selects the max
OpenCV Library - 2.4.3/src/org/opencv/android/CameraBridgeViewBase.java:349
↓ 2 callers
Method
cancel
Installation is canceled.
OpenCV Library - 2.4.3/src/org/opencv/android/InstallCallbackInterface.java:29
↓ 2 callers
Method
clone
()
OpenCV Library - 2.4.3/src/org/opencv/core/RotatedRect.java:78
↓ 2 callers
Method
contains
(Point p)
OpenCV Library - 2.4.3/src/org/opencv/core/Rect.java:132
↓ 2 callers
Method
contourArea
<p>Calculates a contour area.</p> <p>The function computes a contour area. Similarly to "moments", the area is computed using the Green formula. Thus
OpenCV Library - 2.4.3/src/org/opencv/imgproc/Imgproc.java:2905
↓ 2 callers
Method
delete
(long nativeObj)
OpenCV Library - 2.4.3/src/org/opencv/ml/EM.java:354
↓ 2 callers
Method
detect
(Mat img, MatOfPoint foundLocations, MatOfDouble weights, double hitThreshold, Size winStride, Size padding, M
OpenCV Library - 2.4.3/src/org/opencv/objdetect/HOGDescriptor.java:134
↓ 2 callers
Method
fromArray
(byte...a)
OpenCV Library - 2.4.3/src/org/opencv/core/MatOfByte.java:43
↓ 2 callers
Method
fromArray
(int...a)
OpenCV Library - 2.4.3/src/org/opencv/core/MatOfInt4.java:44
↓ 2 callers
Method
fromArray
(DMatch...a)
OpenCV Library - 2.4.3/src/org/opencv/core/MatOfDMatch.java:46
↓ 2 callers
Method
fromArray
(Rect...a)
OpenCV Library - 2.4.3/src/org/opencv/core/MatOfRect.java:44
↓ 2 callers
Method
fromArray
(float...a)
OpenCV Library - 2.4.3/src/org/opencv/core/MatOfFloat4.java:43
↓ 2 callers
Method
fromArray
(Point3...a)
OpenCV Library - 2.4.3/src/org/opencv/core/MatOfPoint3.java:43
↓ 2 callers
Method
fromArray
(float...a)
OpenCV Library - 2.4.3/src/org/opencv/core/MatOfFloat.java:43
↓ 2 callers
Method
fromArray
(Point...a)
OpenCV Library - 2.4.3/src/org/opencv/core/MatOfPoint2f.java:43
next →
1–100 of 2,163, ranked by callers