chenchkx / RiemannianCovDs

[Pattern Recognition, 2020] Covariance Descriptors on a Gaussian Manifold and their Application to Image Set Classification
10 stars 5 forks source link

Request support about the image feature descriptor extraction using RiemannianCovDs #1

Open Ruiwen-HE opened 3 years ago

Ruiwen-HE commented 3 years ago

Dear Chen, Thank you very much for sharing your code with the community. I would like to extract a feature vector of my input image using the RiemannianCovDs, as you mentioned in your paper covariance descriptors on a gaussian manifold and their application to image set classification For an color image, you extracted an 11-dimensional local feature vector. Could you please tell me where i can find the code for this in your file RiemannianCovDs? Thank you in advance for your support. Best regards Ruiwen

chenchkx commented 2 years ago

Dear Chen, Thank you very much for sharing your code with the community. I would like to extract a feature vector of my input image using the RiemannianCovDs, as you mentioned in your paper covariance descriptors on a gaussian manifold and their application to image set classification For an color image, you extracted an 11-dimensional local feature vector. Could you please tell me where i can find the code for this in your file RiemannianCovDs? Thank you in advance for your support. Best regards Ruiwen

Dear He, Thank you for your interest in our work. The code can be found at :

https://github.com/Kai-Xuan/RiemannianCovDs/blob/master/tool_kit/compute_LocalFea.m or https://github.com/Kai-Xuan/RiemannianCovDs/blob/master/tool_kit/compute_Localfeas.m

Best regards Kai-Xuan Chen