MIRA
|
Registration interface for channel types to enable promotion from void to typed based on runtime knowledge of the type name. More...
#include <utils/UniqueIdentifier.h>
#include <fw/Framework.h>
#include <fw/ChannelPromoteByTypename.h>
Go to the source code of this file.
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Registration interface for channel types to enable promotion from void to typed based on runtime knowledge of the type name.
Keeping this in a separate file from the basic mechanism in ChannelPromoteByTypename.h helps reduce dependencies (rebuild time). It might make less sense to keep them separate once this registration is used more or less ubiquitously. :)