MCPcopy Create free account

hub / github.com/KAlO2/PerfectShow / functions

Functions588 in github.com/KAlO2/PerfectShow

↓ 3 callersFunctionTraceFaces
jni/stasm/MOD_1/facedet.cpp:147
↓ 3 callersFunctionVeryDark
jni/stasm/eyedet.cpp:696
↓ 3 callersMethodadd
(ArrayList<GalleryItem> files)
src/com/cloudream/ishow/adapter/GalleryAdapter.java:145
↓ 3 callersFunctioncalcuateDistance
jni/venus/region_operation.cpp:1458
↓ 3 callersFunctioncalcuateFaceRegionInfo
jni/venus/region_operation.cpp:766
↓ 3 callersMethodcalculateInSampleSizeByReqestedSize
Calculate the largest inSampleSize value that is a power of 2 and keeps both height and width larger than the requested height and width.
src/com/cloudream/ishow/util/BitmapUtils.java:466
↓ 3 callersMethodgetClosedPath
(final PointF points[], int first, int last)
src/com/cloudream/ishow/algorithm/FaceDetector.java:350
↓ 3 callersMethodgetFeaturePoints
()
src/com/cloudream/ishow/algorithm/FaceDetector.java:162
↓ 3 callersFunctiongetJavaPoint
jni/platform/jni_bridge.cpp:111
↓ 3 callersFunctionhsl_value
jni/venus/color_space.cpp:162
↓ 3 callersMethodlength
jni/venus/vec2.h:104
↓ 3 callersMethodlength
jni/venus/vec3.h:109
↓ 3 callersMethodlength
jni/venus/vec4.h:100
↓ 3 callersMethodoverlay2
(Bitmap src_image, Bitmap dst_image, int origin_x, int origin_y, int alpha)
src/com/cloudream/ishow/algorithm/FaceDetector.java:893
↓ 3 callersMethodrandomProgress
(final SeekBar slider, Range range)
src/com/cloudream/ishow/activity/MakeupActivity.java:319
↓ 3 callersFunctionsetJavaPoint
jni/platform/jni_bridge.cpp:120
↓ 3 callersFunctionsetJavaPointArray
jni/platform/jni_bridge.cpp:132
↓ 3 callersFunctionstrncpy_
jni/stasm/misc.cpp:35
↓ 3 callersFunctionto_string
jni/venus/region_operation.cpp:28
↓ 2 callersFunctionAlignMeanShapeToBothEyesEstMouth
jni/stasm/startshape.cpp:156
↓ 2 callersFunctionAlignMeanShapeToBothEyesNoMouth
jni/stasm/startshape.cpp:126
↓ 2 callersFunctionArrayAsMat
jni/stasm/misc.cpp:304
↓ 2 callersFunctionAsColVec
jni/stasm/misc.h:200
↓ 2 callersFunctionCanonicalEyeMouthDist
jni/stasm/eyedist.cpp:31
↓ 2 callersMethodConformShapeToMod_Pinned_
jni/stasm/asm.h:36
↓ 2 callersFunctionDark1
jni/stasm/eyedet.cpp:680
↓ 2 callersFunctionDegreesAsEyaw
jni/stasm/misc.cpp:866
↓ 2 callersFunctionDesaturateImg
jni/stasm/misc.cpp:687
↓ 2 callersMethodDescSearch_
jni/stasm/hatdesc.h:46
↓ 2 callersFunctionDetectEyesAndMouth
jni/stasm/eyedet.cpp:817
↓ 2 callersFunctionDrawShape
jni/stasm/misc.cpp:607
↓ 2 callersFunctionEyeInnerRect
jni/stasm/eyedet.cpp:318
↓ 2 callersFunctionFlipDetPar
jni/stasm/misc.cpp:919
↓ 2 callersFunctionForcePinnedPoints
jni/stasm/misc.cpp:332
↓ 2 callersFunctionFullProf
jni/stasm/classicdesc.cpp:118
↓ 2 callersFunctionImgShapeToRoiFrame
jni/stasm/faceroi.cpp:118
↓ 2 callersFunctionIsEyeHorizOk
jni/stasm/eyedet.cpp:368
↓ 2 callersFunctionLandmarksAsShape
jni/stasm/stasm_lib.cpp:49
↓ 2 callersFunctionMeanPoint
jni/stasm/landmarks.cpp:9
↓ 2 callersMethodModSearch_
jni/stasm/asm.cpp:228
↓ 2 callersFunctionMouthInnerRect
jni/stasm/eyedet.cpp:493
↓ 2 callersFunctionMouthOnNose
jni/stasm/eyedet.cpp:571
↓ 2 callersFunctionMouthRectShift
jni/stasm/eyedet.cpp:97
↓ 2 callersFunctionMouthSearchRect
jni/stasm/eyedet.cpp:146
↓ 2 callersFunctionNumDigits
jni/stasm/misc.h:283
↓ 2 callersFunctionPinMeanShape
jni/stasm/pinstart.cpp:90
↓ 2 callersFunctionPix
jni/stasm/classicdesc.cpp:103
↓ 2 callersFunctionPossiblyEnterDebugger
jni/stasm/err.cpp:40
↓ 2 callersFunctionShape77As20
jni/stasm/convshape.cpp:50
↓ 2 callersFunctionShapeMinMax
jni/stasm/misc.cpp:353
↓ 2 callersFunctionShiftShape
jni/stasm/misc.cpp:567
↓ 2 callersFunctionSubProf
jni/stasm/classicdesc.cpp:164
↓ 2 callersFunctionWhiskerStep
jni/stasm/classicdesc.cpp:48
↓ 2 callersFunctionangle
here are some useful links about hypot, I tried to use std::hypot(x, y), later changed to std::sqrt(a*a + b*b); http://stackoverflow.com/questions/37
jni/venus/region_operation.cpp:268
↓ 2 callersMethodblendEyeLash
(Bitmap image, final Bitmap eye_lash, int color, float amount)
src/com/cloudream/ishow/algorithm/FaceDetector.java:1005
↓ 2 callersFunctioncalcuateLipsRegionInfo
jni/venus/region_operation.cpp:899
↓ 2 callersMethodcalculateInSampleSize
(BitmapFactory.Options options, int reqWidth, int reqHeight)
src/com/cloudream/ishow/util/BitmapUtils.java:685
↓ 2 callersFunctioncircumcircle
Let (h,k) be the coordinates of the center of the circle, and r its radius. Then the equation of the circle is: (x-h)^2 + (y-k)^2 = r^2 Since t
jni/venus/region_operation.cpp:185
↓ 2 callersMethodclear
()
src/com/cloudream/ishow/adapter/GalleryAdapter.java:214
↓ 2 callersFunctioncolor2alpha
* An excerpt from a discussion on #gimp that sheds some light on the ideas * behind the algorithm that is being used here. * <clahey> so if a1 >
jni/venus/color_space.cpp:308
↓ 2 callersMethodcropForRotatedImage
Special crop of bitmap rotated by not stright angle, in this case the original crop bitmap contains parts beyond the required crop area, this method c
src/com/cloudream/ishow/util/BitmapUtils.java:427
↓ 2 callersMethoddecodeImage
Decode image from uri using given "inSampleSize", but if failed due to out-of-memory then raise the inSampleSize until success.
src/com/cloudream/ishow/util/BitmapUtils.java:355
↓ 2 callersMethoddetect
(String image_path)
src/com/cloudream/ishow/algorithm/FaceDetector.java:767
↓ 2 callersMethodfixRectForAspectRatio
Fix the given rectangle if it doesn't confirm to aspect ration rule.<br> Make sure that width and height are equal if 1:1 fixed aspect ratio is reques
src/com/cloudream/ishow/util/BitmapUtils.java:294
↓ 2 callersMethodgetColor
(Context context, int id)
src/com/cloudream/ishow/util/Compatibility.java:19
↓ 2 callersFunctiongetFaceFeaturePoints
jni/venus/region_operation.cpp:379
↓ 2 callersMethodgetFeaturePoints
(int i)
src/com/cloudream/ishow/util/MakeupDatabaseHelper.java:35
↓ 2 callersMethodgetLowerLip
(final PointF points[])
src/com/cloudream/ishow/algorithm/FaceDetector.java:485
↓ 2 callersMethodgetRectFromPoints
Get a rectangle for the given 4 points (x0,y0,x1,y1,x2,y2,x3,y3) by finding the min/max 2 points that contains the given 4 points and is a stright rec
src/com/cloudream/ishow/util/BitmapUtils.java:271
↓ 2 callersMethodgetSymmetryAxis
(final PointF[] points, PointF center, PointF up)
src/com/cloudream/ishow/algorithm/FaceDetector.java:1130
↓ 2 callersMethodgetUpperLip
(final PointF points[])
src/com/cloudream/ishow/algorithm/FaceDetector.java:449
↓ 2 callersMethodinit
(String action)
src/com/cloudream/ishow/activity/GalleryActivity.java:120
↓ 2 callersFunctionlprintf_always
jni/stasm/print.cpp:81
↓ 2 callersFunctionminmax
jni/venus/color_space.cpp:11
↓ 2 callersMethodnativeDetectFaceSingle
(String image_path, String data_path)
src/com/cloudream/ishow/algorithm/FaceDetector.java:1111
↓ 2 callersMethodnativeStretchImage
(Mat src_image, Mat dst_image, PointF[] src_points, PointF[] dst_points)
src/com/cloudream/ishow/algorithm/FaceDetector.java:1121
↓ 2 callersFunctionpolygonMask
jni/venus/region_operation.cpp:746
↓ 2 callersFunctionresize
jni/venus/region_operation.cpp:1427
↓ 2 callersFunctionscreen
jni/platform/com_cloudream_ishow_algorithm_FaceDetector.cpp:548
↓ 2 callersFunctionsplitColorAndAlpha
jni/venus/region_operation.cpp:1070
↓ 2 callersFunctionsplitpath
jni/stasm/misc.cpp:88
↓ 2 callersMethodstretchImage
(Mat src_image, Mat dst_image, PointF[] src_points, PointF[] dst_points)
src/com/cloudream/ishow/algorithm/FaceDetector.java:789
↓ 1 callersFunctionAlignMeanShapeToBothEyesMouth
jni/stasm/startshape.cpp:85
↓ 1 callersFunctionAlignMeanShapeToLeftEyeMouth
jni/stasm/startshape.cpp:218
↓ 1 callersFunctionAlignMeanShapeToRightEyeMouth
jni/stasm/startshape.cpp:253
↓ 1 callersFunctionApplyShapeModelHacks
jni/stasm/shapehacks.cpp:35
↓ 1 callersFunctionBaseExt
jni/stasm/misc.cpp:67
↓ 1 callersFunctionBisector
jni/stasm/classicdesc.cpp:20
↓ 1 callersFunctionClassicDescSearch
jni/stasm/classicdesc.cpp:235
↓ 1 callersFunctionConformShapeToMod
jni/stasm/shapemod.cpp:33
↓ 1 callersMethodConformShapeToMod_
jni/stasm/shapemod.cpp:95
↓ 1 callersFunctionConvertBackslashesToForwardAndStripFinalSlash
jni/stasm/misc.cpp:53
↓ 1 callersFunctionConvertShape
jni/stasm/convshape.cpp:297
↓ 1 callersFunctionCopyHistsToDesc
jni/stasm/hat.cpp:360
↓ 1 callersFunctionCreatePyr
jni/stasm/asm.cpp:207
↓ 1 callersFunctionDetectAllEyes
jni/stasm/eyedet.cpp:265
↓ 1 callersFunctionDetectAllMouths
jni/stasm/eyedet.cpp:295
↓ 1 callersFunctionDetectFaces
jni/stasm/MOD_1/facedet.cpp:44
↓ 1 callersMethodDetectFaces_
jni/stasm/MOD_1/facedet.cpp:176
↓ 1 callersFunctionDiscardMissizedFaces
jni/stasm/MOD_1/facedet.cpp:119
← previousnext →101–200 of 588, ranked by callers