-
-
Save anonymous/410223fd3507e70c2f787fb98a49310a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%ignore MySwigResult(const cv::Mat &thresholdedImage, const cv::Rect ®ionOfInterest); // dont't wrap the constructor | |
%ignore MySwigResult::setThresholdedImage(const cv::Mat &thresholdedImage); | |
%ignore MySwigResult::setRegionOfInterest(const cv::Rect ®ionOfInterest); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment