Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShiqiYu/libfacedetection
/ functions
Functions
92 in github.com/ShiqiYu/libfacedetection
⨍
Functions
92
◇
Types & classes
18
↓ 34 callers
Method
ptr
src/facedetectcnn.h:226
↓ 20 callers
Function
convolution
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:543
↓ 16 callers
Function
blob2vector
src/facedetectcnn.cpp:657
↓ 16 callers
Method
isEmpty
src/facedetectcnn.h:174
↓ 14 callers
Function
blob2vector
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:1096
↓ 12 callers
Method
create
src/facedetectcnn.h:179
↓ 12 callers
Function
relu
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:870
↓ 10 callers
Function
convolution4layerUnit
src/facedetectcnn.cpp:350
↓ 6 callers
Method
create
mobile/Android/app/src/main/cpp/facedetectcnn.h:151
↓ 5 callers
Method
getElementFloat
mobile/Android/app/src/main/cpp/facedetectcnn.h:366
↓ 5 callers
Function
maxpooling2x2S2
only 2X2 S2 is supported
src/facedetectcnn.cpp:363
↓ 5 callers
Function
maxpooling2x2S2
only 2X2 S2 is supported
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:682
↓ 4 callers
Function
dotProductFloatChGeneral
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:97
↓ 4 callers
Function
dotProductInt8ChGeneral
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:158
↓ 4 callers
Function
extract
src/facedetectcnn.cpp:510
↓ 4 callers
Function
facedetect_cnn
src/facedetectcnn-model.cpp:297
↓ 4 callers
Function
normalize
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:973
↓ 4 callers
Function
priorbox
src/facedetectcnn.cpp:560
↓ 4 callers
Function
priorbox
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:918
↓ 3 callers
Function
concat4
src/facedetectcnn.cpp:459
↓ 3 callers
Function
convolution
src/facedetectcnn.cpp:309
↓ 3 callers
Function
convolutionDP
src/facedetectcnn.cpp:340
↓ 2 callers
Function
concat4
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:772
↓ 2 callers
Method
decode
Decodes the locations (x1, y1, x2, y2) and scores (c) from the priors, and the given loc and conf. Ignore low scores based on ignore_score.
opencv_dnn/python/priorbox.py:59
↓ 2 callers
Method
decode
opencv_dnn/cpp/priorbox.cpp:62
↓ 2 callers
Function
draw
opencv_dnn/cpp/utils.cpp:3
↓ 2 callers
Method
generate_priors
(self)
opencv_dnn/python/priorbox.py:42
↓ 2 callers
Method
getElement
src/facedetectcnn.h:293
↓ 2 callers
Function
myAlloc
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:67
↓ 2 callers
Method
setFloatDataFromCaffeFormat
mobile/Android/app/src/main/cpp/facedetectcnn.h:247
↓ 2 callers
Method
setInt8DataFromCaffeFormat
mobile/Android/app/src/main/cpp/facedetectcnn.h:220
↓ 1 callers
Function
IntersectBBox
src/facedetectcnn.cpp:683
↓ 1 callers
Function
IntersectBBox
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:1139
↓ 1 callers
Function
JaccardOverlap
src/facedetectcnn.cpp:704
↓ 1 callers
Function
JaccardOverlap
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:1160
↓ 1 callers
Function
clamp1vector
src/facedetectcnn.cpp:629
↓ 1 callers
Function
convertFloat2Int8
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:414
↓ 1 callers
Function
convolutionFloat1x1P0S1
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:243
↓ 1 callers
Function
convolutionFloat3x3P1ChGeneral
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:287
↓ 1 callers
Function
convolutionInt81x1P0S1
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:264
↓ 1 callers
Function
convolutionInt83x3P1ChGeneral
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:351
↓ 1 callers
Function
convolution_1x1pointwise
src/facedetectcnn.cpp:212
↓ 1 callers
Function
convolution_3x3depthwise
src/facedetectcnn.cpp:235
↓ 1 callers
Function
detection_output
src/facedetectcnn.cpp:731
↓ 1 callers
Function
detection_output
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:1187
↓ 1 callers
Function
dotProduct
p1 and p2 must be 512-bit aligned (16 float numbers)
src/facedetectcnn.cpp:84
↓ 1 callers
Function
draw
This function draws bounding boxes and landmarks on the image and return the result. Parameters: bboxes - bboxes of shape [n, 5].
opencv_dnn/python/utils.py:6
↓ 1 callers
Function
facedetect_cnn
mobile/Android/app/src/main/cpp/facedetectcnn-model.cpp:527
↓ 1 callers
Function
init_parameters
src/facedetectcnn-model.cpp:62
↓ 1 callers
Function
init_parameters
mobile/Android/app/src/main/cpp/facedetectcnn-model.cpp:138
↓ 1 callers
Function
myAlloc
src/facedetectcnn.cpp:56
↓ 1 callers
Function
objectdetect_cnn
src/facedetectcnn-model.cpp:68
↓ 1 callers
Function
objectdetect_cnn
mobile/Android/app/src/main/cpp/facedetectcnn-model.cpp:189
↓ 1 callers
Function
relu
src/facedetectcnn.cpp:272
↓ 1 callers
Function
scale
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:821
↓ 1 callers
Method
setDataFrom3x3S2P1to1x1S1P0FromImage
src/facedetectcnn.h:234
↓ 1 callers
Method
setDataFrom3x3S2P1to1x1S1P0FromImage
mobile/Android/app/src/main/cpp/facedetectcnn.h:305
↓ 1 callers
Method
setNULL
src/facedetectcnn.h:161
↓ 1 callers
Method
setNULL
mobile/Android/app/src/main/cpp/facedetectcnn.h:141
↓ 1 callers
Method
setZero
src/facedetectcnn.h:168
↓ 1 callers
Function
vecAdd
src/facedetectcnn.cpp:174
↓ 1 callers
Function
vecMulAdd
src/facedetectcnn.cpp:134
Method
CDataBlob
src/facedetectcnn.h:142
Method
CDataBlob
mobile/Android/app/src/main/cpp/facedetectcnn.h:119
Method
Filters
src/facedetectcnn.h:360
Function
Java_org_dp_facedetection_MainActivity_facedetect
mobile/Android/app/src/main/cpp/facedetectcnn-jni.cpp:14
Method
PriorBox
opencv_dnn/cpp/priorbox.cpp:3
Function
SortScoreBBoxPairDescend
src/facedetectcnn.cpp:725
Function
SortScoreBBoxPairDescend
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:1181
Method
__init__
(self, input_shape: Tuple[int] = (320, 240), # [in_w, in_h] output_shape: Tu
opencv_dnn/python/priorbox.py:8
Method
addition_isCorrect
mobile/Android/app/src/test/java/org/dp/facedetection/ExampleUnitTest.kt:13
Method
facedetect
mobile/Android/app/src/main/java/org/dp/facedetection/MainActivity.kt:48
Method
generate_priors
opencv_dnn/cpp/priorbox.cpp:38
Method
getElementint8
mobile/Android/app/src/main/cpp/facedetectcnn.h:381
Method
getImageFromAssets
* read from Assets */
mobile/Android/app/src/main/java/org/dp/facedetection/MainActivity.kt:63
Function
main
example/benchmark.cpp:16
Function
main
example/detect-camera.cpp:47
Function
main
example/detect-image.cpp:47
Function
main
opencv_dnn/cpp/detect-camera.cpp:10
Function
main
opencv_dnn/cpp/detect-image.cpp:10
Function
myFree_
src/facedetectcnn.cpp:72
Function
myFree_
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:84
Method
onCreate
mobile/Android/app/src/main/java/org/dp/facedetection/MainActivity.kt:15
Method
setDataFromImage
mobile/Android/app/src/main/cpp/facedetectcnn.h:275
Function
softmax1vector2class
src/facedetectcnn.cpp:594
Function
softmax1vector2class
mobile/Android/app/src/main/cpp/facedetectcnn.cpp:1060
Function
str2bool
(v: str)
opencv_dnn/python/detect.py:21
Method
testFacedetect
mobile/Android/app/src/main/java/org/dp/facedetection/MainActivity.kt:23
Method
useAppContext
mobile/Android/app/src/androidTest/java/org/dp/facedetection/ExampleInstrumentedTest.kt:18
Method
~CDataBlob
src/facedetectcnn.h:156
Method
~CDataBlob
mobile/Android/app/src/main/cpp/facedetectcnn.h:136
Method
~PriorBox
opencv_dnn/cpp/priorbox.cpp:36