MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / FrameReadCallback

Method FrameReadCallback

extensions/opencv/FrameIO.h:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48class FrameReadCallback : public InputStreamCallback {
49 public:
50 explicit FrameReadCallback(cv::Mat &image_mat)
51 : image_mat_(image_mat) {
52 }
53 ~FrameReadCallback() override = default;
54
55 int64_t process(const std::shared_ptr<io::BaseStream>& stream) override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected