Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/billmccord/OpenCV-Android
/ functions
Functions
2,652 in github.com/billmccord/OpenCV-Android
⨍
Functions
2,652
◇
Types & classes
416
↓ 527 callers
Function
cvMat
Inline constructor. No data is allocated internally!!! * (Use together with cvCreateData, or use cvCreateMat instead to * get a matrix with allocate
jni/cxcore/include/cxtypes.h:621
↓ 451 callers
Function
cvReleaseMat
Deallocates the CvMat structure and underlying data
jni/cxcore/src/cxarray.cpp:219
↓ 425 callers
Function
cvCreateMat
Creates CvMat and underlying data
jni/cxcore/src/cxarray.cpp:95
↓ 413 callers
Function
cvRound
jni/cxcore/include/cxtypes.h:210
↓ 401 callers
Function
cvGetMat
convert array (CvMat or IplImage) to CvMat
jni/cxcore/src/cxarray.cpp:2768
↓ 380 callers
Function
cvAlloc
jni/cxcore/src/cxalloc.cpp:97
↓ 273 callers
Function
cvmGet
jni/cxcore/include/cxtypes.h:651
↓ 160 callers
Function
cvmSet
jni/cxcore/include/cxtypes.h:669
↓ 152 callers
Function
cvSize
jni/cxcore/include/cxtypes.h:1033
↓ 134 callers
Function
cvGetMatSize
jni/cxcore/include/cxmisc.h:247
↓ 114 callers
Function
cvStartReadSeq
Initialize sequence reader: */
jni/cxcore/src/cxdatastructs.cpp:1089
↓ 94 callers
Function
cvPoint
jni/cxcore/include/cxtypes.h:917
↓ 83 callers
Function
cvReleaseMemStorage
Release memory storage: */
jni/cxcore/src/cxdatastructs.cpp:207
↓ 83 callers
Function
cvWriteInt
jni/cxcore/src/cxpersistence.cpp:2884
↓ 77 callers
Function
cvGetSeqElem
Find a sequence element by its index: */
jni/cxcore/src/cxdatastructs.cpp:526
↓ 76 callers
Function
cvRect
jni/cxcore/include/cxtypes.h:848
↓ 75 callers
Function
abs
jni/cxcore/src/_cxcore.h:161
↓ 75 callers
Function
cvCreateSeq
Create empty sequence: */
jni/cxcore/src/cxdatastructs.cpp:444
↓ 75 callers
Function
cvEndWriteStruct
jni/cxcore/src/cxpersistence.cpp:2870
↓ 74 callers
Function
cvGetFileNodeByName
jni/cxcore/src/cxpersistence.cpp:557
↓ 74 callers
Function
cvStartWriteStruct
jni/cxcore/src/cxpersistence.cpp:2855
↓ 73 callers
Function
cvReleaseImage
jni/cxcore/src/cxarray.cpp:3434
↓ 71 callers
Function
cvSeqPush
Push element onto the sequence: */
jni/cxcore/src/cxdatastructs.cpp:1313
↓ 70 callers
Function
cvFloor
jni/cxcore/include/cxtypes.h:237
↓ 64 callers
Function
cvReadIntByName
jni/cxcore/include/cxcore.h:1657
↓ 59 callers
Function
clear
jni/cxcore/include/cxcore.hpp:95
↓ 56 callers
Function
cvCreateImage
create IplImage header and allocate underlying data
jni/cxcore/src/cxarray.cpp:3318
↓ 55 callers
Function
cvGetErrStatus
jni/cxcore/src/cxerror.cpp:322
↓ 54 callers
Function
_cvSeqPush
jni/cvaux/src/cvlee.cpp:4448
↓ 53 callers
Function
cvInitMatHeader
Initializes CvMat header, allocated by the user
jni/cxcore/src/cxarray.cpp:165
↓ 53 callers
Function
cvScalarAll
jni/cxcore/include/cxtypes.h:1135
↓ 45 callers
Function
cvSetSeqReaderPos
Set reader position to given position, * either absolute or relative to the * current one: */
jni/cxcore/src/cxdatastructs.cpp:1214
↓ 43 callers
Function
cvGetCols
Selects array's column span.
jni/cxcore/src/cxarray.cpp:1573
↓ 43 callers
Function
cvMemStorageAlloc
Allocate continuous buffer of the specified size in the storage: */
jni/cxcore/src/cxdatastructs.cpp:384
↓ 42 callers
Function
cvAlign
jni/cxcore/include/cxmisc.h:241
↓ 42 callers
Function
cvScalar
jni/cxcore/include/cxtypes.h:1117
↓ 42 callers
Function
cvWriteReal
jni/cxcore/src/cxpersistence.cpp:2898
↓ 38 callers
Function
cvEndWriteSeq
Calls icvFlushSeqWriter and finishes writing process: */
jni/cxcore/src/cxdatastructs.cpp:1018
↓ 37 callers
Function
cvGetSubRect
Selects sub-array (no data is copied)
jni/cxcore/src/cxarray.cpp:1463
↓ 36 callers
Function
cvReadRealByName
jni/cxcore/include/cxcore.h:1672
↓ 35 callers
Method
GetByte
jni/otherlibs/highgui/bitstrm.cpp:233
↓ 35 callers
Function
cvScalarToRawData
Converts CvScalar to specified type
jni/cxcore/src/cxarray.cpp:1695
↓ 34 callers
Function
cvSVD
jni/cxcore/src/cxsvd.cpp:1211
↓ 33 callers
Function
cvReshape
jni/cxcore/src/cxarray.cpp:3098
↓ 32 callers
Function
cvGetRows
Selects array's row span.
jni/cxcore/src/cxarray.cpp:1514
↓ 32 callers
Function
cvNextNArraySlice
returns zero value if iteration is finished, non-zero otherwise
jni/cxcore/src/cxarray.cpp:607
↓ 31 callers
Function
cvGetRow
jni/cxcore/include/cxcore.h:206
↓ 30 callers
Function
cvRandInt
Return random 32-bit unsigned integer: */
jni/cxcore/include/cxtypes.h:310
↓ 30 callers
Function
cvSet
dst(idx) = value */
jni/cxcore/src/cxcopy.cpp:483
↓ 29 callers
Function
cvWrite
writes matrix, image, sequence, graph etc. */
jni/cxcore/src/cxpersistence.cpp:5075
↓ 29 callers
Function
pow2
jni/cvaux/src/_cvvectrack.h:57
↓ 28 callers
Function
create
jni/cxcore/include/cxcore.hpp:86
↓ 27 callers
Function
cvStartAppendToSeq
Initialize sequence writer: */
jni/cxcore/src/cxdatastructs.cpp:935
↓ 26 callers
Function
cvAlignPtr
jni/cxcore/include/cxmisc.h:235
↓ 26 callers
Function
cvRealScalar
jni/cxcore/include/cxtypes.h:1127
↓ 25 callers
Method
PutDWord
jni/otherlibs/highgui/bitstrm.cpp:877
↓ 24 callers
Function
PRINTF
jni/cv/src/cvcalibinit.cpp:67
↓ 24 callers
Function
cvGetDims
Returns a number of array dimensions
jni/cxcore/src/cxarray.cpp:1288
↓ 24 callers
Function
cvRNG
jni/cxcore/include/cxtypes.h:303
↓ 24 callers
Function
cvSub
jni/cxcore/src/cxarithm.cpp:270
↓ 24 callers
Function
icvCrossLines
jni/cvaux/src/cvscanlines.cpp:127
↓ 23 callers
Method
GetBytes
jni/otherlibs/highgui/bitstrm.cpp:250
↓ 23 callers
Function
_cvCalcPointImage
jni/cvaux/src/cvlee.cpp:4580
↓ 23 callers
Function
cvConvertScale
jni/cxcore/src/cxconvert.cpp:1494
↓ 23 callers
Function
cvTranspose
jni/cxcore/src/cxmatrix.cpp:440
↓ 22 callers
Method
PutWord
jni/otherlibs/highgui/bitstrm.cpp:857
↓ 22 callers
Function
cvReadByName
decodes standard or user-defined object and returns it */
jni/cxcore/include/cxcore.h:1698
↓ 22 callers
Function
icvCvt_32f_64d
jni/cvaux/src/cvepilines.cpp:2139
↓ 22 callers
Function
icvMultMatrixTVector3
jni/cvaux/src/cvscanlines.cpp:111
↓ 21 callers
Function
cvRodrigues2
jni/cv/src/cvcalibration.cpp:486
↓ 21 callers
Function
icvGetNodePtr
jni/cxcore/src/cxarray.cpp:788
↓ 20 callers
Function
FastMarching_solve
jni/cv/src/cvinpaint.cpp:210
↓ 20 callers
Method
GetDWord
jni/otherlibs/highgui/bitstrm.cpp:303
↓ 20 callers
Function
cvCvtColor
jni/cv/src/cvcolor.cpp:2233
↓ 20 callers
Function
cvGetSize
Returns the size of CvMat or IplImage
jni/cxcore/src/cxarray.cpp:1420
↓ 20 callers
Function
cvWriteRawData
jni/cxcore/src/cxpersistence.cpp:3082
↓ 19 callers
Function
cvInitNArrayIterator
returns number of dimensions to iterate. Checks whether <count> arrays have equal type, sizes (mask is optional array that needs to have the same size
jni/cxcore/src/cxarray.cpp:478
↓ 19 callers
Function
cvPtrND
Returns pointer to specified element of n-d array
jni/cxcore/src/cxarray.cpp:2152
↓ 19 callers
Function
cvWriteString
jni/cxcore/src/cxpersistence.cpp:2912
↓ 18 callers
Function
cvNot
jni/cxcore/src/cxlogic.cpp:616
↓ 18 callers
Function
cvSetIdentity
jni/cxcore/src/cxmatrix.cpp:48
↓ 18 callers
Function
cvSolve
jni/cxcore/src/cxmatrix.cpp:1202
↓ 18 callers
Method
insert
jni/cv/src/_cvkdtree.hpp:158
↓ 17 callers
Function
cvInitSparseMatIterator
jni/cxcore/src/cxarray.cpp:752
↓ 17 callers
Function
cvInvert
jni/cxcore/src/cxmatrix.cpp:909
↓ 16 callers
Method
GetContour
jni/cvaux/src/_cvfacedetection.h:80
↓ 16 callers
Method
GetWord
jni/otherlibs/highgui/bitstrm.cpp:284
↓ 16 callers
Function
cvClearSeq
Remove all elements from a sequence: */
jni/cxcore/src/cxdatastructs.cpp:1825
↓ 16 callers
Function
cvCreateSet
Creates empty set: */
jni/cxcore/src/cxdatastructs.cpp:2758
↓ 16 callers
Function
cvMulTransposed
jni/cxcore/src/cxmatmul.cpp:3111
↓ 16 callers
Method
process
jni/cv/src/cvfilter.cpp:411
↓ 15 callers
Function
CvComplex64f
jni/cxcore/src/_cxcore.h:189
↓ 15 callers
Method
PutByte
jni/otherlibs/highgui/bitstrm.cpp:823
↓ 15 callers
Function
_cvStretchingWork
jni/cvaux/src/cvmorphcontours.cpp:83
↓ 15 callers
Function
cvReadStringByName
jni/cxcore/include/cxcore.h:1686
↓ 15 callers
Function
cvStartWriteSeq
Initialize sequence writer: */
jni/cxcore/src/cxdatastructs.cpp:958
↓ 15 callers
Method
release
jni/cvaux/include/cvmat.hpp:1088
↓ 14 callers
Method
GetPos
jni/otherlibs/highgui/bitstrm.cpp:209
↓ 14 callers
Function
_cvWriteSeqElem
jni/cvaux/src/cvlee.cpp:4564
↓ 14 callers
Function
cvLine
jni/cxcore/src/cxdrawing.cpp:1736
next →
1–100 of 2,652, ranked by callers