Add dynamic scripting capability for macro modules (This can be done by creating a c++ module, which interpret a script file)— Lior Elazary 2011/04/25 13:26
Add a macro NRTPARAM_NO_ONLINE_CHANGES for the 3rd arg of the nrt::Parameter<> constructor that is a simple lambda that returns false. This will prevent online changes to a variable in cases where this doesn't make sense — Dan Parks 2011/05/05 19:27
Prevent multiple Blackboards from registering with the same bbnick — Randolph Voorhies 2011/05/06 20:04
Check on multi-channel pixel equality operator. This should check on for real equality (rather than equality of norms), and should not be implemented for heterogeneous color spaces.