Skip to content

Instantly share code, notes, and snippets.

/gist.rbx Secret

Created October 6, 2016 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/410223fd3507e70c2f787fb98a49310a to your computer and use it in GitHub Desktop.
Save anonymous/410223fd3507e70c2f787fb98a49310a to your computer and use it in GitHub Desktop.
%ignore MySwigResult(const cv::Mat &thresholdedImage, const cv::Rect &regionOfInterest); // dont't wrap the constructor
%ignore MySwigResult::setThresholdedImage(const cv::Mat &thresholdedImage);
%ignore MySwigResult::setRegionOfInterest(const cv::Rect &regionOfInterest);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment