www.pudn.com > bsiftC_.rar > TODO
Before next release -- Change autopano-complete.sh script so there are two reliable tests: if binfmt-misc works, we go without MONO prefix. If it does not work, use something like "mono $(which blabla.exe)" to let the .exe be resolved through the PATH, and mono to execute it. high-priority -- Replace "double" by "float" whereever possible for voluminous operations. (maybe) make the final match results saveable and restoreable from within autopano.exe, skipping the global kd-tree search stage in autopano.exe (to decrease further debugging time) Build and process only one octave at a time, instead of first generating them all and processing them then. (To save memory) mid-priority -- Also use keypoint orientation for RANSAC. low-priority --