[Insight-users] some questions of using itk::KalmanLinearEstimator
to fit linear function !
Luis Ibanez
luis.ibanez at kitware.com
Sun Jan 30 10:22:14 EST 2005
Hi Zhen,
The ITK class that implements the Kalman Linear Estimator is:
http://www.itk.org/Insight/Doxygen/html/classitk_1_1KalmanLinearEstimator.html
An example of its use is available at
Insight/Testing/Code/Algorithms/
itkKalmanLinearEstimatorTest.cxx
This example actually does exactly what you are asking for:
"Fit a 6D linear equation to a set of points"
You *MUST* read the introductory paper to Kalman estimation
http://www.cs.unc.edu/~welch/media/pdf/kalman_intro.pdf
that is available along with many other useful documents at
the following UNC web site:
<http://www.cs.unc.edu/~welch/kalman/>
Regards,
Luis
-----------------------
zhen zonglei wrote:
> Hi everyone:
> Now I want to use itk::KalmanLinearEstimator to fit my linear function!
>
> I have read the document, but i still can not use the
> itk::KalmanLinearEstimator to fit my linear function in proper way.
>
> my linear function like this: Y = a X1 + b X2 + c X3 + 2d X4 +
> 2e X5 + 2f X6.
> Y is Dependent Variable;
> X1, X2, X3, X4, X5, X6 are Independent Variable or Explanatory Variable;
> a, b, c, d, e, f are parameters.
>
> Now I have some questions:
> 1) can KalmanLinearEstimator be used to fit this function?
> 2)If KalmanLinearEstimator can do this, can you explain to me in
> detail how to do it?
> 3) if KalmanLinearEstimator can not do this, which class in ITK can do this ?
>
> I am still a novice in ITK, but I like it.
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
>
More information about the Insight-users
mailing list