-
Transform to map stasm points back into original coordinate space
-
since total progress can be a file size in bytes, this should really be a 64-bit number. Soften output condition -- if FrameNumber metadata is not present, still display progress
-
put "neighbor" class definitions in openbr_internal.h, export a couple additional functions in openbr_plugin.h. Add a function to get the comparison transformation used by an algorithm
-
Don't pass FTE templates on to subsequent stages of a pipe/stream.
-
introduce a separate function to split FTE templates to a different list Better handling of FTE exclusion during training (no reason to every include fte templates in calls to train). Remove File::failed, instead use direct access to fte.
-
If a transform sets FTE on a template, don't pass that on to subsequent transforms. This is done by placing checks after every project call by stream and pipe. Switch the FTE marker from metadata to a member variable of template.
-
This in anticipation of strict enforcement of the FTE flag at the composite transform level.
-
Drop filelist return from enroll, don't accumulate metadata during enroll
-
Texture map
-
By default, all processed templates are collected, and output at the end of the call to projectUpdate, but it is now possible to e.g. simply discard all results, if nothing more needs to be done with the processed templates.
-
With this, we will not have to accumulate the file metadata during enroll which will help with memory use on large jobs. Functions actually using the return type (gui/classifier.cpp, and gallerytoolbar.cpp) updated to avoid using it directly. In gallerytoolbar.cpp, drop support for implicit enrollment to a .gal file.