MCPcopy Create free account

hub / github.com/billmccord/OpenCV-Android / functions

Functions2,652 in github.com/billmccord/OpenCV-Android

↓ 527 callersFunctioncvMat
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 callersFunctioncvReleaseMat
Deallocates the CvMat structure and underlying data
jni/cxcore/src/cxarray.cpp:219
↓ 425 callersFunctioncvCreateMat
Creates CvMat and underlying data
jni/cxcore/src/cxarray.cpp:95
↓ 413 callersFunctioncvRound
jni/cxcore/include/cxtypes.h:210
↓ 401 callersFunctioncvGetMat
convert array (CvMat or IplImage) to CvMat
jni/cxcore/src/cxarray.cpp:2768
↓ 380 callersFunctioncvAlloc
jni/cxcore/src/cxalloc.cpp:97
↓ 273 callersFunctioncvmGet
jni/cxcore/include/cxtypes.h:651
↓ 160 callersFunctioncvmSet
jni/cxcore/include/cxtypes.h:669
↓ 152 callersFunctioncvSize
jni/cxcore/include/cxtypes.h:1033
↓ 134 callersFunctioncvGetMatSize
jni/cxcore/include/cxmisc.h:247
↓ 114 callersFunctioncvStartReadSeq
Initialize sequence reader: */
jni/cxcore/src/cxdatastructs.cpp:1089
↓ 94 callersFunctioncvPoint
jni/cxcore/include/cxtypes.h:917
↓ 83 callersFunctioncvReleaseMemStorage
Release memory storage: */
jni/cxcore/src/cxdatastructs.cpp:207
↓ 83 callersFunctioncvWriteInt
jni/cxcore/src/cxpersistence.cpp:2884
↓ 77 callersFunctioncvGetSeqElem
Find a sequence element by its index: */
jni/cxcore/src/cxdatastructs.cpp:526
↓ 76 callersFunctioncvRect
jni/cxcore/include/cxtypes.h:848
↓ 75 callersFunctionabs
jni/cxcore/src/_cxcore.h:161
↓ 75 callersFunctioncvCreateSeq
Create empty sequence: */
jni/cxcore/src/cxdatastructs.cpp:444
↓ 75 callersFunctioncvEndWriteStruct
jni/cxcore/src/cxpersistence.cpp:2870
↓ 74 callersFunctioncvGetFileNodeByName
jni/cxcore/src/cxpersistence.cpp:557
↓ 74 callersFunctioncvStartWriteStruct
jni/cxcore/src/cxpersistence.cpp:2855
↓ 73 callersFunctioncvReleaseImage
jni/cxcore/src/cxarray.cpp:3434
↓ 71 callersFunctioncvSeqPush
Push element onto the sequence: */
jni/cxcore/src/cxdatastructs.cpp:1313
↓ 70 callersFunctioncvFloor
jni/cxcore/include/cxtypes.h:237
↓ 64 callersFunctioncvReadIntByName
jni/cxcore/include/cxcore.h:1657
↓ 59 callersFunctionclear
jni/cxcore/include/cxcore.hpp:95
↓ 56 callersFunctioncvCreateImage
create IplImage header and allocate underlying data
jni/cxcore/src/cxarray.cpp:3318
↓ 55 callersFunctioncvGetErrStatus
jni/cxcore/src/cxerror.cpp:322
↓ 54 callersFunction_cvSeqPush
jni/cvaux/src/cvlee.cpp:4448
↓ 53 callersFunctioncvInitMatHeader
Initializes CvMat header, allocated by the user
jni/cxcore/src/cxarray.cpp:165
↓ 53 callersFunctioncvScalarAll
jni/cxcore/include/cxtypes.h:1135
↓ 45 callersFunctioncvSetSeqReaderPos
Set reader position to given position, * either absolute or relative to the * current one: */
jni/cxcore/src/cxdatastructs.cpp:1214
↓ 43 callersFunctioncvGetCols
Selects array's column span.
jni/cxcore/src/cxarray.cpp:1573
↓ 43 callersFunctioncvMemStorageAlloc
Allocate continuous buffer of the specified size in the storage: */
jni/cxcore/src/cxdatastructs.cpp:384
↓ 42 callersFunctioncvAlign
jni/cxcore/include/cxmisc.h:241
↓ 42 callersFunctioncvScalar
jni/cxcore/include/cxtypes.h:1117
↓ 42 callersFunctioncvWriteReal
jni/cxcore/src/cxpersistence.cpp:2898
↓ 38 callersFunctioncvEndWriteSeq
Calls icvFlushSeqWriter and finishes writing process: */
jni/cxcore/src/cxdatastructs.cpp:1018
↓ 37 callersFunctioncvGetSubRect
Selects sub-array (no data is copied)
jni/cxcore/src/cxarray.cpp:1463
↓ 36 callersFunctioncvReadRealByName
jni/cxcore/include/cxcore.h:1672
↓ 35 callersMethodGetByte
jni/otherlibs/highgui/bitstrm.cpp:233
↓ 35 callersFunctioncvScalarToRawData
Converts CvScalar to specified type
jni/cxcore/src/cxarray.cpp:1695
↓ 34 callersFunctioncvSVD
jni/cxcore/src/cxsvd.cpp:1211
↓ 33 callersFunctioncvReshape
jni/cxcore/src/cxarray.cpp:3098
↓ 32 callersFunctioncvGetRows
Selects array's row span.
jni/cxcore/src/cxarray.cpp:1514
↓ 32 callersFunctioncvNextNArraySlice
returns zero value if iteration is finished, non-zero otherwise
jni/cxcore/src/cxarray.cpp:607
↓ 31 callersFunctioncvGetRow
jni/cxcore/include/cxcore.h:206
↓ 30 callersFunctioncvRandInt
Return random 32-bit unsigned integer: */
jni/cxcore/include/cxtypes.h:310
↓ 30 callersFunctioncvSet
dst(idx) = value */
jni/cxcore/src/cxcopy.cpp:483
↓ 29 callersFunctioncvWrite
writes matrix, image, sequence, graph etc. */
jni/cxcore/src/cxpersistence.cpp:5075
↓ 29 callersFunctionpow2
jni/cvaux/src/_cvvectrack.h:57
↓ 28 callersFunctioncreate
jni/cxcore/include/cxcore.hpp:86
↓ 27 callersFunctioncvStartAppendToSeq
Initialize sequence writer: */
jni/cxcore/src/cxdatastructs.cpp:935
↓ 26 callersFunctioncvAlignPtr
jni/cxcore/include/cxmisc.h:235
↓ 26 callersFunctioncvRealScalar
jni/cxcore/include/cxtypes.h:1127
↓ 25 callersMethodPutDWord
jni/otherlibs/highgui/bitstrm.cpp:877
↓ 24 callersFunctionPRINTF
jni/cv/src/cvcalibinit.cpp:67
↓ 24 callersFunctioncvGetDims
Returns a number of array dimensions
jni/cxcore/src/cxarray.cpp:1288
↓ 24 callersFunctioncvRNG
jni/cxcore/include/cxtypes.h:303
↓ 24 callersFunctioncvSub
jni/cxcore/src/cxarithm.cpp:270
↓ 24 callersFunctionicvCrossLines
jni/cvaux/src/cvscanlines.cpp:127
↓ 23 callersMethodGetBytes
jni/otherlibs/highgui/bitstrm.cpp:250
↓ 23 callersFunction_cvCalcPointImage
jni/cvaux/src/cvlee.cpp:4580
↓ 23 callersFunctioncvConvertScale
jni/cxcore/src/cxconvert.cpp:1494
↓ 23 callersFunctioncvTranspose
jni/cxcore/src/cxmatrix.cpp:440
↓ 22 callersMethodPutWord
jni/otherlibs/highgui/bitstrm.cpp:857
↓ 22 callersFunctioncvReadByName
decodes standard or user-defined object and returns it */
jni/cxcore/include/cxcore.h:1698
↓ 22 callersFunctionicvCvt_32f_64d
jni/cvaux/src/cvepilines.cpp:2139
↓ 22 callersFunctionicvMultMatrixTVector3
jni/cvaux/src/cvscanlines.cpp:111
↓ 21 callersFunctioncvRodrigues2
jni/cv/src/cvcalibration.cpp:486
↓ 21 callersFunctionicvGetNodePtr
jni/cxcore/src/cxarray.cpp:788
↓ 20 callersFunctionFastMarching_solve
jni/cv/src/cvinpaint.cpp:210
↓ 20 callersMethodGetDWord
jni/otherlibs/highgui/bitstrm.cpp:303
↓ 20 callersFunctioncvCvtColor
jni/cv/src/cvcolor.cpp:2233
↓ 20 callersFunctioncvGetSize
Returns the size of CvMat or IplImage
jni/cxcore/src/cxarray.cpp:1420
↓ 20 callersFunctioncvWriteRawData
jni/cxcore/src/cxpersistence.cpp:3082
↓ 19 callersFunctioncvInitNArrayIterator
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 callersFunctioncvPtrND
Returns pointer to specified element of n-d array
jni/cxcore/src/cxarray.cpp:2152
↓ 19 callersFunctioncvWriteString
jni/cxcore/src/cxpersistence.cpp:2912
↓ 18 callersFunctioncvNot
jni/cxcore/src/cxlogic.cpp:616
↓ 18 callersFunctioncvSetIdentity
jni/cxcore/src/cxmatrix.cpp:48
↓ 18 callersFunctioncvSolve
jni/cxcore/src/cxmatrix.cpp:1202
↓ 18 callersMethodinsert
jni/cv/src/_cvkdtree.hpp:158
↓ 17 callersFunctioncvInitSparseMatIterator
jni/cxcore/src/cxarray.cpp:752
↓ 17 callersFunctioncvInvert
jni/cxcore/src/cxmatrix.cpp:909
↓ 16 callersMethodGetContour
jni/cvaux/src/_cvfacedetection.h:80
↓ 16 callersMethodGetWord
jni/otherlibs/highgui/bitstrm.cpp:284
↓ 16 callersFunctioncvClearSeq
Remove all elements from a sequence: */
jni/cxcore/src/cxdatastructs.cpp:1825
↓ 16 callersFunctioncvCreateSet
Creates empty set: */
jni/cxcore/src/cxdatastructs.cpp:2758
↓ 16 callersFunctioncvMulTransposed
jni/cxcore/src/cxmatmul.cpp:3111
↓ 16 callersMethodprocess
jni/cv/src/cvfilter.cpp:411
↓ 15 callersFunctionCvComplex64f
jni/cxcore/src/_cxcore.h:189
↓ 15 callersMethodPutByte
jni/otherlibs/highgui/bitstrm.cpp:823
↓ 15 callersFunction_cvStretchingWork
jni/cvaux/src/cvmorphcontours.cpp:83
↓ 15 callersFunctioncvReadStringByName
jni/cxcore/include/cxcore.h:1686
↓ 15 callersFunctioncvStartWriteSeq
Initialize sequence writer: */
jni/cxcore/src/cxdatastructs.cpp:958
↓ 15 callersMethodrelease
jni/cvaux/include/cvmat.hpp:1088
↓ 14 callersMethodGetPos
jni/otherlibs/highgui/bitstrm.cpp:209
↓ 14 callersFunction_cvWriteSeqElem
jni/cvaux/src/cvlee.cpp:4564
↓ 14 callersFunctioncvLine
jni/cxcore/src/cxdrawing.cpp:1736
next →1–100 of 2,652, ranked by callers