MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / detect

Method detect

src/com/cloudream/ishow/algorithm/FaceDetector.java:767–773  ·  view source on GitHub ↗
(String image_path)

Source from the content-addressed store, hash-verified

765 }
766
767 public boolean detect(String image_path)
768 {
769 points = nativeDetectFaceSingle(image_path, data_dir);
770 if(points.length > 0)
771 getSymmetryAxis(points, center, up);
772 return points.length > 0;
773 }
774
775 public boolean detect(Bitmap image)
776 {

Callers 2

onCreateMethod · 0.80
onCreateMethod · 0.80

Calls 3

getSymmetryAxisMethod · 0.95

Tested by

no test coverage detected