ScaleLSD / scalelsd /base /csrc /binding.cpp
Nan Xue
update
4c954ae
raw
history blame contribute delete
136 Bytes
#include "linesegment.h"
PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) {
m.def("encodels", &encodels, "Encoding line segments to maps");
}