Structured_light.h 842 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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/structured_light.hpp"
  8. #else
  9. #define CV_EXPORTS
  10. #endif
  11. #import <Foundation/Foundation.h>
  12. NS_ASSUME_NONNULL_BEGIN
  13. // C++: class Structured_light
  14. /**
  15. * The Structured_light module
  16. *
  17. * Member classes: `GrayCodePattern`, `StructuredLightPattern`, `SinusoidalPattern`, `SinusoidalPatternParams`
  18. *
  19. */
  20. CV_EXPORTS @interface Structured_light : NSObject
  21. #pragma mark - Class Constants
  22. @property (class, readonly) int DECODE_3D_UNDERWORLD NS_SWIFT_NAME(DECODE_3D_UNDERWORLD);
  23. @property (class, readonly) int FTP NS_SWIFT_NAME(FTP);
  24. @property (class, readonly) int PSP NS_SWIFT_NAME(PSP);
  25. @property (class, readonly) int FAPS NS_SWIFT_NAME(FAPS);
  26. #pragma mark - Methods
  27. @end
  28. NS_ASSUME_NONNULL_END