Bioinspired.h 806 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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/bioinspired.hpp"
  8. #else
  9. #define CV_EXPORTS
  10. #endif
  11. #import <Foundation/Foundation.h>
  12. NS_ASSUME_NONNULL_BEGIN
  13. // C++: class Bioinspired
  14. /**
  15. * The Bioinspired module
  16. *
  17. * Member classes: `TransientAreasSegmentationModule`, `Retina`, `RetinaFastToneMapping`
  18. *
  19. */
  20. CV_EXPORTS @interface Bioinspired : NSObject
  21. #pragma mark - Class Constants
  22. @property (class, readonly) int RETINA_COLOR_RANDOM NS_SWIFT_NAME(RETINA_COLOR_RANDOM);
  23. @property (class, readonly) int RETINA_COLOR_DIAGONAL NS_SWIFT_NAME(RETINA_COLOR_DIAGONAL);
  24. @property (class, readonly) int RETINA_COLOR_BAYER NS_SWIFT_NAME(RETINA_COLOR_BAYER);
  25. #pragma mark - Methods
  26. @end
  27. NS_ASSUME_NONNULL_END