Hi everyone,
I'm using the most recent version of JavaCV and trying to save a BOWImgDescriptorExtractor for later use. So far I've tried using opencv_core.write(fileStorage, "bowDesEx"), but it produces a blank file with no extension. Also looked at opencv_core.PCA.write(fileStorage), but that doesn't seem to exist in the current version or I've missed something. In any case, I need some help. Does anyone know how to save a BOWImgDescriptorExtractor and how to load it from a saved file?
Thanks in advance for any help.