In: 9:30 am | Out: 4:00 pm
Ongoing To-do List:
• Give full resolution data to Typhoon
• Add flow field to scatterGraphs class
• Get animation into youtube format
• Fix experiment page for Safari browser
•
Setup cutyphoon_server
•
Add animation and frames to ex1 page
Today I was forwarded an email from Pierre (the developer of Typhoon) with a lot of helpful information.
He advised that we use cutyphoon_server, which allows for more I/O customization. He also pointed us in the right direction
regarding the parameter values we can try.
Pierre:
"For now maybe use 8 for the decomposition (nD) and estimation (nE), and a 7-vanishing moment wavelet (nM). Then at first the regularization should be Horn & Schunck's (r=1) and the corresponding alpha=0.01.
So that would be something like:
-nM 7 -nD 8 -nE 8 -r 1 -a 0.01"
I'll probably come in tomorrow to really dig into this version of Typhoon.