|
|
@ -193,6 +193,12 @@ public: |
|
|
|
* Called to feed an image directly to the framebuffer |
|
|
|
* Called to feed an image directly to the framebuffer |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
CV_EXPORTS void feed(cv::InputArray& in); |
|
|
|
CV_EXPORTS void feed(cv::InputArray& in); |
|
|
|
|
|
|
|
/*!
|
|
|
|
|
|
|
|
* Fetches a copy of frambuffer |
|
|
|
|
|
|
|
* @return a copy of the framebuffer |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
CV_EXPORTS InputOutputArray fetch(); |
|
|
|
|
|
|
|
|
|
|
|
/*!
|
|
|
|
/*!
|
|
|
|
* Called to capture to the framebuffer from a #cv::viz::Source object provided via #V4D::setSource(). |
|
|
|
* Called to capture to the framebuffer from a #cv::viz::Source object provided via #V4D::setSource(). |
|
|
|
* @return true if successful. |
|
|
|
* @return true if successful. |
|
|
|