From: lakesh <lak...@gm...> - 2008-12-16 13:35:17
|
Hi Abhishek, And also I needed to tell you that while saving the Gabor coefficient data, you can directly compute the magnitude and save the magnitude in float. There is no need to store the whole complex data. While calculating the similarity we only use the magnitude of the Gabor coefficients. On Tue, Dec 16, 2008 at 6:49 PM, lakesh <lak...@gm...> wrote: > Hi Abhishek, > I am totally fine with it. I have already implemented the IO module using > boost serialization. In my case I am using > vector <vector <vector <double > > > .We can change that to float as well. > I have already committed that to the svn in kepenekci_part2 directory. > Check it out ok. Yes STL is ok with me :) > > On Tue, Dec 16, 2008 at 6:19 PM, Abhishek Dutta <the...@gm...>wrote: > >> Hi lakesh, >> Visit the following wiki page to see the details of the storage container >> for feature vectors that you will receive >> >> >> http://apps.sourceforge.net/mediawiki/rtftr/index.php?title=Choice_of_container_for_Face-id_and_FeatureVector_mapping_and_storage >> >> If you have any concerns on using "vector" as the container, reply quickly >> as I will start implementation from tomrrow. >> >> bye >> >> -- >> Abhishek >> http://adutta.np.googlepages.com >> >> >> ------------------------------------------------------------------------------ >> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, >> Nevada. >> The future of the web can't happen without you. Join us at MIX09 to help >> pave the way to the Next Web now. Learn more and register at >> >> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ >> _______________________________________________ >> Rtftr-devel mailing list >> Rtf...@li... >> https://lists.sourceforge.net/lists/listinfo/rtftr-devel >> >> > > > -- > Have a nice day > -- Have a nice day |