STD icon indicating copy to clipboard operation
STD copied to clipboard

Save STD descriptors

Open ubgaokk opened this issue 1 year ago • 1 comments

Thanks for sharing the good work. I am wondering whether it is possible to add the way to save STD descriptors to files in the codes, and for another place recognition, reload STD descriptors from the files.

ubgaokk avatar Jun 23 '23 19:06 ubgaokk

You can save data_base_ using "fwrite()" with iteration and index list, and save plane_cloud_vector_ using "pcl::io::savePCDFileBinary".

OliverShaoPT avatar Jun 28 '23 06:06 OliverShaoPT