The plugin which could implement processing by yourself. 更多...
Public 成员函数 | |
| virtual void | OnCreate (API *api) |
| Called when plugin created. 更多... | |
| virtual bool | OnRectifyProcess (Object *const in, Object *const out) |
| Called when process rectify. 更多... | |
| virtual bool | OnDisparityProcess (Object *const in, Object *const out) |
| Called when process disparity. 更多... | |
| virtual bool | OnDisparityNormalizedProcess (Object *const in, Object *const out) |
| Called when process normalized disparity. 更多... | |
| virtual bool | OnPointsProcess (Object *const in, Object *const out) |
| Called when process points. 更多... | |
| virtual bool | OnDepthProcess (Object *const in, Object *const out) |
| Called when process depth. 更多... | |
The plugin which could implement processing by yourself.
|
inlinevirtual |
Called when plugin created.
| api | the API instacne. |
Called when process depth.
| in | input object. |
| out | output object. |
true if you process depth.
|
inlinevirtual |
Called when process normalized disparity.
| in | input object. |
| out | output object. |
true if you process normalized disparity.
|
inlinevirtual |
Called when process disparity.
| in | input object. |
| out | output object. |
true if you process disparity. Called when process points.
| in | input object. |
| out | output object. |
true if you process points.