FacemarkAAM.h 772 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. //
  2. // This file is auto-generated. Please don't modify it!
  3. //
  4. #pragma once
  5. #ifdef __cplusplus
  6. //#import "opencv.hpp"
  7. #import "opencv2/face.hpp"
  8. #import "opencv2/face/facemarkAAM.hpp"
  9. #else
  10. #define CV_EXPORTS
  11. #endif
  12. #import <Foundation/Foundation.h>
  13. #import "FacemarkTrain.h"
  14. NS_ASSUME_NONNULL_BEGIN
  15. // C++: class FacemarkAAM
  16. /**
  17. * The FacemarkAAM module
  18. *
  19. * Member of `Face`
  20. */
  21. CV_EXPORTS @interface FacemarkAAM : FacemarkTrain
  22. #ifdef __cplusplus
  23. @property(readonly)cv::Ptr<cv::face::FacemarkAAM> nativePtrFacemarkAAM;
  24. #endif
  25. #ifdef __cplusplus
  26. - (instancetype)initWithNativePtr:(cv::Ptr<cv::face::FacemarkAAM>)nativePtr;
  27. + (instancetype)fromNative:(cv::Ptr<cv::face::FacemarkAAM>)nativePtr;
  28. #endif
  29. #pragma mark - Methods
  30. @end
  31. NS_ASSUME_NONNULL_END