// // This file is auto-generated. Please don't modify it! // #pragma once #ifdef __cplusplus //#import "opencv.hpp" #import "opencv2/ximgproc.hpp" #import "opencv2/ximgproc/segmentation.hpp" #else #define CV_EXPORTS #endif #import #import "SelectiveSearchSegmentationStrategy.h" NS_ASSUME_NONNULL_BEGIN // C++: class SelectiveSearchSegmentationStrategyTexture /** * Texture-based strategy for the selective search segmentation algorithm * The class is implemented from the algorithm described in CITE: uijlings2013selective. * * Member of `Ximgproc` */ CV_EXPORTS @interface SelectiveSearchSegmentationStrategyTexture : SelectiveSearchSegmentationStrategy #ifdef __cplusplus @property(readonly)cv::Ptr nativePtrSelectiveSearchSegmentationStrategyTexture; #endif #ifdef __cplusplus - (instancetype)initWithNativePtr:(cv::Ptr)nativePtr; + (instancetype)fromNative:(cv::Ptr)nativePtr; #endif #pragma mark - Methods @end NS_ASSUME_NONNULL_END