Ask Your Question

cuongvt's profile - activity

2020-10-22 01:04:03 -0600 received badge  Popular Question (source)
2015-10-20 13:53:04 -0600 received badge  Student (source)
2015-10-19 20:31:54 -0600 asked a question Most efficient format to save and load file

Hi all,

I'm wondering if YML/XML is the most efficient format to save and load file in OpenCV. The situation is that I'm gonna have a really big SIFT features matrix (say, 10 million features, which means 10 million rows and 128 columns), and I want to load (read from disk) it in the fastest way possible. Slow saving is ok but reading need to be fast.

Thanks

2015-09-30 22:49:59 -0600 asked a question Is bow.cluster() multithreaded?

I run bow.cluster() on my computer and it shows CPU usage of 700%. Is it because the K-mean part here multi-threaded or any other reason? Thanks