stefangachter
stefangachter
Hi David, I am looking for the keypoint extractors as well. I cannot find them and I am unsure how to access them. I tried the following `narf = pcl.features.NarfDescriptor.PointWithRange_Narf36()`...
Same for me. Anybody some suggestions?
Thanks for the comment. Resorted to Linux machine for the time being.
@joansola, thanks for the concise explanation! Is the figure from an article that is publicly available? I would like to dig a little more into the "integration" part.
Seems that with `do.call` the same can be achieved, e.g. `plotObj = do.call(compare_models, c(estimModels[,m], list(title=title, facet.label=measLabels, axis.x.label=xLabel, axis.y.label=yLabel)))` However, would prefer a straight-forward interface.
Following example: ``` > n = 10^4 > model = MA1(theta = .98, sigma2 = .02) + WN(sigma2 = 1) > Xt = gen_gts(n = n, model = model) >...
Here, an example: ``` library(imudata) library(gmwm) imuObj
Thanks for the clarification. I understand your motivation and argument now. Though, I would be a little bit more precise when describing the difference. --- Note that GAINS would be...
Sorry for my late reply and thanks a lot for the detailed explanation which I have yet to digest. I have to consult once more the paper and compare it...
Dear Xiaohong Huang, the information provided here helped to convert and pre-process our proprietary data. However, the performance with our data is not always as good in "open-sky conditions" as...