MCPcopy Create free account
hub / github.com/Smorodov/Multitarget-tracker / PYBIND11_OVERLOAD

Function PYBIND11_OVERLOAD

src/python_bind/mtracker.cpp:220–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 bool CanGrayProcessing() const override
219 {
220 PYBIND11_OVERLOAD(bool, MotionDetector, CanGrayProcessing, );
221 }
222};
223
224///
225cv::Mat read_image(std::string image_name)
226{
227 return cv::imread(image_name, cv::IMREAD_COLOR);
228}
229
230///
231void show_image(cv::Mat image)

Callers 1

PYBIND11_OVERLOAD_PUREFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected