The plugin which could implement processing by yourself. More...
Public Member Functions | |
virtual void | OnCreate (API *api) |
Called when plugin created. More... | |
virtual bool | OnRectifyProcess (Object *const in, Object *const out) |
Called when process rectify. More... | |
virtual bool | OnDisparityProcess (Object *const in, Object *const out) |
Called when process disparity. More... | |
virtual bool | OnDisparityNormalizedProcess (Object *const in, Object *const out) |
Called when process normalized disparity. More... | |
virtual bool | OnPointsProcess (Object *const in, Object *const out) |
Called when process points. More... | |
virtual bool | OnDepthProcess (Object *const in, Object *const out) |
Called when process depth. More... | |
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.