android Programming Glossary: facerecognizerptr
Face Recognition on Android http://stackoverflow.com/questions/11699744/face-recognition-on-android there are two classes available called FaceRecognizer FaceRecognizerPtr . does anybody know what the difference between these two is.. to be wrapped as well. See a pattern here The interface of FaceRecognizerPtr now looks like this @Name cv Ptr cv FaceRecognizer public static.. this @Name cv Ptr cv FaceRecognizer public static class FaceRecognizerPtr extends Pointer static load public FaceRecognizerPtr allocate..
Face Recognition on Android http://stackoverflow.com/questions/11699744/face-recognition-on-android using JavaCV to use the Contrib Module's FaceRecognizer class. there are two classes available called FaceRecognizer FaceRecognizerPtr . does anybody know what the difference between these two is The classes mentioned above have a method called Train which.. which is a Smart Pointer to a cv FaceRecognizer . This has to be wrapped as well. See a pattern here The interface of FaceRecognizerPtr now looks like this @Name cv Ptr cv FaceRecognizer public static class FaceRecognizerPtr extends Pointer static load public.. pattern here The interface of FaceRecognizerPtr now looks like this @Name cv Ptr cv FaceRecognizer public static class FaceRecognizerPtr extends Pointer static load public FaceRecognizerPtr allocate public FaceRecognizerPtr Pointer p super p private native..
|