-
Hi Mark,
I am new to TPS calculation algorithms. I have trouble in reading your code in ppbkc.m as to generate kernel.
```
%%
[tprMax,tprMaxIx] = max(tpr);
meanMaxPos_mm = ceil(mean(tprDepth…
-
HI Jin,
I came across your paper " Hand-eye Calibration: 4D Procrustes Analysis Approach " the results seems promising. I would like to verify your proposed method and compare the to the other meth…
waiyc updated
5 years ago
-
Some parts of the code require the imaging toolbox, which when not installed throw some errors.
E.g. when running the tests I get an error in example 10 since it uses the "imwarp" function.
The erro…
-
ALADIN implementation independent of CasADi.
-
### Discussed in https://github.com/casadi/casadi/discussions/3260
Originally posted by **tinusd** July 4, 2023
Hi there!
I realized that the contype option of Knitro has no effect. I then…
-
## Expected Behavior
As part of the JOSS paper review, I was running a few of the demos. Mostly, these worked as expected and finished within a fairly short time (seconds to a few minutes). T…
-
It would be interesting to have an option in the "Tools" dropdown list to automatically find a suitable motor given the parameters proposed by the user. I've done a similar thing using scipy.optimize,…
-
I'm running into a lot of errors that I think might have to do with the Matlab version I am using. With the original SarcTrack, it only works for me on Matlab R2018b, so I figured that might be simila…
-
@CreRecombinase Hi Nick,
Below are a few links that accompany my notes posted on Slack — i spent some time after our meeting to clean up these codes; hopefully they are not too hard to read and us…
-
Some Jab and JCh colors that are far outside of displayable RGB end up registering as defined, and I don't know why. For example:
```js
d3.jch(12,90,90).displayable(); // === true
d3.jch(12,90,90…