VXL

所属分类:Windows编程
开发工具:Visual C++
文件大小:20300KB
下载次数:26
上传日期:2007-03-08 22:40:39
上 传 者pierre
说明:  VXL (the Vision-something-Libraries) is a collection of C++ libraries designed for computer vision research and implementation. It was created from TargetJr and the IUE with the aim of making a light, fast and consistent system. VXL is written in ANSI/ISO C++ and is designed to be portable over many platforms.
(VXL (the Vision-something- Libraries) is a collection of C libraries designed for comput er vision research and implementation. It was c reated from TargetJr and the IUE with the aim of m aking a light, fast and consistent system. VXL is written in AN SI/ISO C and is designed to be portable over many platforms.)

文件列表:
vxl-1.8.0 (0, 2007-02-19)
vxl-1.8.0\aclocal.m4 (35322, 2004-08-05)
vxl-1.8.0\CHANGES.txt (6534, 2007-02-15)
vxl-1.8.0\CMakeLists.txt (5336, 2006-10-17)
vxl-1.8.0\config (0, 2007-02-19)
vxl-1.8.0\configure.in (16169, 2004-08-05)
vxl-1.8.0\config\cmake (0, 2007-02-19)
vxl-1.8.0\config\CMakeLists.txt (112, 2003-10-14)
vxl-1.8.0\config\cmake\CMakeLists.txt (112, 2003-10-14)
vxl-1.8.0\config\cmake\config (0, 2007-02-19)
vxl-1.8.0\config\cmake\config\CMakeLists.txt (14066, 2006-08-29)
vxl-1.8.0\config\cmake\config\vxl_config_macros.cmake (11141, 2006-04-13)
vxl-1.8.0\config\cmake\config\vxl_platform_tests.cxx (24607, 2006-08-25)
vxl-1.8.0\config\cmake\config\vxl_utils.cmake (3879, 2006-07-24)
vxl-1.8.0\config\cmake\DSPTemplates (0, 2007-02-19)
vxl-1.8.0\config\cmake\DSPTemplates\default (0, 2007-02-19)
vxl-1.8.0\config\cmake\DSPTemplates\default\DLLFooter.dsptemplate (112, 2001-05-11)
vxl-1.8.0\config\cmake\DSPTemplates\default\DLLHeader.dsptemplate (4284, 2001-05-11)
vxl-1.8.0\config\cmake\DSPTemplates\default\EXEFooter.dsptemplate (112, 2001-05-11)
vxl-1.8.0\config\cmake\DSPTemplates\default\EXEHeader.dsptemplate (6318, 2001-05-11)
vxl-1.8.0\config\cmake\DSPTemplates\default\staticLibFooter.dsptemplate (112, 2001-05-11)
vxl-1.8.0\config\cmake\DSPTemplates\default\staticLibHeader.dsptemplate (4015, 2001-05-11)
vxl-1.8.0\config\cmake\DSPTemplates\default\UtilityFooter.dsptemplate (27, 2001-05-11)
vxl-1.8.0\config\cmake\DSPTemplates\default\UtilityHeader.dsptemplate (2378, 2001-05-11)
vxl-1.8.0\config\cmake\DSPTemplates\mex (0, 2007-02-19)
vxl-1.8.0\config\cmake\DSPTemplates\mex\CMakeLists.txt (157, 2001-12-06)
vxl-1.8.0\config\cmake\DSPTemplates\mex\CMakeNMakeWindowsSystemConfig.cmake (1979, 2001-12-06)
vxl-1.8.0\config\cmake\DSPTemplates\mex\CMakeSystemConfig.cmake.in (5077, 2001-12-06)
vxl-1.8.0\config\cmake\DSPTemplates\mex\CMakeWindowsBorlandConfig.cmake (2758, 2001-12-06)
vxl-1.8.0\config\cmake\DSPTemplates\mex\CMakeWindowsBorlandConfig2.cmake (1835, 2001-12-06)
vxl-1.8.0\config\cmake\DSPTemplates\mex\CMakeWindowsSystemConfig.cmake (1391, 2001-12-06)
vxl-1.8.0\config\cmake\DSPTemplates\mex\configure (108210, 2006-07-20)
vxl-1.8.0\config\cmake\DSPTemplates\mex\configure.in (21786, 2006-07-20)
vxl-1.8.0\config\cmake\DSPTemplates\mex\DLLFooter.dsptemplate (112, 2001-12-06)
vxl-1.8.0\config\cmake\DSPTemplates\mex\DLLHeader.dsptemplate (7753, 2001-12-06)
vxl-1.8.0\config\cmake\DSPTemplates\mex\EXEFooter.dsptemplate (112, 2001-12-06)
vxl-1.8.0\config\cmake\DSPTemplates\mex\EXEHeader.dsptemplate (8498, 2001-12-06)
vxl-1.8.0\config\cmake\DSPTemplates\mex\EXEWinHeader.dsptemplate (7573, 2001-12-06)
vxl-1.8.0\config\cmake\DSPTemplates\mex\install-sh (6499, 2006-07-20)
vxl-1.8.0\config\cmake\DSPTemplates\mex\staticLibFooter.dsptemplate (112, 2001-12-06)
... ...

header names ------------ There's a list of ISO headers in headers.iso; each ISO header becomes and there should not be any other headers here. Exceptions are: vcl_compiler.h Every other header file in this directory should include this file. That's a requirement and it's service which clients can rely on; thus if you include you *don't* need to include even if you need the macros defined in there. vcl_complex_fwd.h This is deprecated vcl_rel_ops.h This is the (deprecated) vcl form of the ISO incantation #include using std::rel_ops::operator!=; using std::rel_ops::operator> ; using std::rel_ops::operator<=; using std::rel_ops::operator>=; vcl_rtti.h Under construction. For rtti emulation with compilers that don't support rtti. vcl_stlfwd.h Forward declare the most commonly used parts of the STL, if possible. vcl_deprecated_header.h Including this causes a preprocessor or compiler warning to be emitted. So include in header files that are to be deprecated. tests directory --------------- It is important to have a test program for every vcl feature as early detection of problems can save hours of recompilation time if a vcl header has to be modified. template files -------------- This is the official codification of template file naming, as was proposed by Peter Vanroose. ~ is for pointer (*) + is for < in templates - is for > in templates . is for the commas between template arguments +- is for the :: in nested classes The abbreviations uchar, ushort, uint, ulong stand for unsigned versions of integer types. Use 's' as a prefix for signed versions. Beware that 'char' can be either signed or unsigned and may or may not be the same type as the qualified form.

近期下载者

相关文件


收藏者