iLab Neuromorphic Robotics Toolkit  0.1
Todo List
Member drawPolygonFill (Image< SourceColorT< T >> &image, Polygon< int32 > const &polygon, FillColorT< U > const &fillColor, bool *const pixelFlags)
The Image::ConvexPolyIter class will happily try to draw pixels outside of the image dims. Until this is
Page Get NRT
fix nrtkit signatures
Group ImageOperators
Clean up the enable_ifs, as this makes the doxygen generated documentation unreadable. Check out http://stackoverflow.com/questions/3435225/c-meta-programming-doxygen-documentation for some ideas.
Group imagerescale
Make some nice forwarding methods (e.g. just decimate(), rescale() (which would decide whether do call downsize, or rescaleBilinear), etc..)
Member nrt::Array2D< T >::Array2D (T *data, DimsType const &dims)
explain memory management here
Member nrt::Array< T >::const_begin () const
Check implementation
Member nrt::Array< T >::const_end () const
Check implementation
Class nrt::Dims< T >
The multiplication operators seem to not work properly.
Member nrt::downSize (nrt::Image< PixType > const &src, nrt::Dims< int > const &dims, int const filterWidth=9)
This seems to not work
Member nrt::drawDisk (Image< PixDest< T > > &dst, Circle< int32 > const &circle, PixFill< U > const &fillColor)
Merge this into drawCircle, a-la drawRectangle
Class nrt::MessageCheckerResults< Msg >
Merge documentation of iterator into the top level docs here.
Class nrt::MessagePosterResults< Posting >
Merge documentation of iterator into the top level docs here.
Member nrt::now ()
Should this return nrt::CentralTimer::instance().get() to encourage its use?
Member nrt::orientedFilter (Image< PixType > const src, float const k, float const theta, float const intensity=1.0, bool const fastMath=false)

Make the CMake checks to define NRT_HAVE_ASM_FSINCOS and NRT_HAVE_SINCOS

Reconsider the parameter name fastMath if SINCOS is comparably fast to the lookups

Member nrt::Rectangle< T >::clip (Line< T > const &line) const
Implement one of the many very fast line-rectangle clipping algorithms around
Group validvalues
implement valid value specs for Range, etc
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines