Given a covariance matrix and mean position computed from a set of 2D points, is there any way to simply compute the best fit bounding box or approximation (accuracy is not that important in my case)? The bounding box can be rotated, and the position of each point is unknown. Can you please help me out?
Edited: I've solved this out by just simply follow a few equations in here: http://www.visiondummy.com/2014/04/draw-error-ellipse-representing-covariance-matrix/