Ask Your Question
0

FDA and LDA classification

asked 2018-11-03 08:51:24 -0600

manef gravatar image

Hey Guys , I'm development an app for my master degree and I'm facing an issue, I need to use the FDA classifier "fisher's discriminant analysis" (FDA) on android, but using opencv I only found the LDA " linear discriminant analysis", can some one explain the different between them and it's possible to get the same result with classifier FDA by applying the LDA classifier ?!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2018-11-05 10:35:17 -0600

phillity gravatar image

LDA is just a generalization of FDA. See wiki link and stack exchange link.

So yes, the final result should be the same. Based on what you specifically would like to do, you could code the algorithm yourself (it is pretty easy), use the face module FisherFace OpenCV implementation (please remember you will need the contrib modules to access the face module), or, if you are using Python, you can use Sci-kit Learn's LDA classifier

edit flag offensive delete link more

Comments

thanks a lot, you can see more details in this paper : Fisher Linear Discriminant Analysis , Cheng Li, Bingyu Wang, August 31, 2014.

manef gravatar imagemanef ( 2018-11-06 05:33:42 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2018-11-03 08:51:24 -0600

Seen: 902 times

Last updated: Nov 05 '18