We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ff9ec commit ac111b6Copy full SHA for ac111b6
modules/saliency/include/opencv2/saliency/saliencySpecializedClasses.hpp
@@ -87,7 +87,7 @@ class CV_EXPORTS_W StaticSaliencySpectralResidual : public StaticSaliency
87
}
88
89
CV_WRAP void read( const FileNode& fn ) CV_OVERRIDE;
90
- void write( FileStorage& fs ) const CV_OVERRIDE;
+ CV_WRAP void write( FileStorage& fs ) const CV_OVERRIDE;
91
92
CV_WRAP int getImageWidth() const
93
{
@@ -308,8 +308,8 @@ class CV_EXPORTS_W ObjectnessBING : public Objectness
308
return computeSaliencyImpl( image, saliencyMap );
309
310
311
- CV_WRAP void read();
312
- CV_WRAP void write() const;
+ CV_WRAP void readModel();
+ CV_WRAP void writeModel() const;
313
314
/** @brief Return the list of the rectangles' objectness value,
315
0 commit comments