| 251 | } |
| 252 | |
| 253 | PYBIND11_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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected