24 #include "third_party/camera_library/smartereye/include/calibrationparams.h" 25 #include "third_party/camera_library/smartereye/include/camerahandler.h" 26 #include "third_party/camera_library/smartereye/include/rotationmatrix.h" 30 namespace smartereye {
49 std::string mName =
nullptr;
50 CallbackFunc pCallbackFunc =
nullptr;
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
SmartereyeHandler(std::string name)
void handleDisparityByLookupTable(unsigned char *image, int width, int height, int bitNum)
Definition: smartereye_handler.h:45
bool SetCallback(CallbackFunc ptr)
Definition: smartereye_handler.h:34
void handleUpdateFinished(Result result)
Definition: smartereye_handler.h:40
std::function< bool(RawImageFrame *rawFrame)> CallbackFunc
Definition: smartereye_handler.h:32
void handleRawFrame(const RawImageFrame *rawFrame)
void handleDisparityPointByPoint(unsigned char *image, int width, int height, int bitNum)
Definition: smartereye_handler.h:43