File: introduction_doxy.txt

package info (click to toggle)
vxl 1.17.0.dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 153,280 kB
  • ctags: 105,123
  • sloc: cpp: 747,420; ansic: 209,130; fortran: 34,230; lisp: 14,915; sh: 6,187; python: 5,856; makefile: 340; perl: 294; xml: 160
file content (12 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
// The following text is included in the main documentation page by doxygen
/*! \mainpage mbl : Manchester's Basics Library
* Provides a variety of useful routines used by other mul libraries.
*
* Highlights include:
* - mbl_mz_random : Superior random number generator; now moved to vnl/vnl_random
* - mbl_data_collector : Base for objects which collect things, one at a time
* - mbl_data_wrapper : Base for objects which return things, one at a time
* - mbl_stats_1d : Simple one dimensional statistics (mean, variance, min, max etc)
* - mbl_clamped_plate_spline_2d : 2D warping function on unit disc
* - mbl_thin_plate_spline_2d : 2D warping function with no boundary conditions
*/