MCPcopy Create free account
hub / github.com/RozDavid/UnScene3D / PYBIND11_MODULE

Function PYBIND11_MODULE

utils/cpp_utils/segmentator.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253PYBIND11_MODULE(felzenszwalb_cpp, m) {
254 m.doc() = "Wrapping the Felzenszwalb segmentation function with numpy ";
255 m.def("segment_mesh", &segment_mesh_wrapper, "Oversegmentation on a mesh to geometrically consistent segments, returning their ids as numpy array");
256}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected