opencvopen

所属分类:OpenCV
开发工具:Visual C++
文件大小:13398KB
下载次数:65
上传日期:2007-09-07 16:05:13
上 传 者minwendy
说明:  应用opencv完成的一些小程序,如打开图像,图像的腐蚀等
(Application opencv completed a number of small procedures, such as opening images, images of corrosion, etc.)

文件列表:
opencv完成的功能\NewProject\NewProject.ncb (910336, 2007-07-30)
opencv完成的功能\NewProject\Debug (0, 2007-07-19)
opencv完成的功能\NewProject\highgui\.cvsignore (38, 2004-02-25)
opencv完成的功能\NewProject\highgui\bitstrm.cpp (24193, 2004-02-25)
opencv完成的功能\NewProject\highgui\bitstrm.h (7983, 2004-02-25)
opencv完成的功能\NewProject\highgui\cvcap.cpp (46482, 2004-02-25)
opencv完成的功能\NewProject\highgui\grfmts.h (2368, 2004-02-25)
opencv完成的功能\NewProject\highgui\grfmt_base.cpp (7606, 2004-02-25)
opencv完成的功能\NewProject\highgui\grfmt_base.h (5565, 2004-02-25)
opencv完成的功能\NewProject\highgui\grfmt_bmp.cpp (17373, 2004-02-25)
opencv完成的功能\NewProject\highgui\grfmt_bmp.h (3319, 2004-02-25)
opencv完成的功能\NewProject\highgui\grfmt_jpeg.cpp (47647, 2004-02-25)
opencv完成的功能\NewProject\highgui\grfmt_jpeg.h (5811, 2004-02-25)
opencv完成的功能\NewProject\highgui\grfmt_png.cpp (9190, 2004-02-25)
opencv完成的功能\NewProject\highgui\grfmt_png.h (3433, 2004-02-25)
opencv完成的功能\NewProject\highgui\grfmt_pxm.cpp (11756, 2004-02-25)
opencv完成的功能\NewProject\highgui\grfmt_pxm.h (3336, 2004-02-25)
opencv完成的功能\NewProject\highgui\grfmt_sunras.cpp (14825, 2004-02-25)
opencv完成的功能\NewProject\highgui\grfmt_sunras.h (3618, 2004-02-25)
opencv完成的功能\NewProject\highgui\grfmt_tiff.cpp (24489, 2004-02-25)
opencv完成的功能\NewProject\highgui\grfmt_tiff.h (4935, 2004-02-25)
opencv完成的功能\NewProject\highgui\HighGUI.aps (17908, 2007-05-31)
opencv完成的功能\NewProject\highgui\highgui.dsp (11432, 2004-02-25)
opencv完成的功能\NewProject\highgui\highgui.h (13757, 2004-02-25)
opencv完成的功能\NewProject\highgui\HighGUI.plg (4237, 2006-02-05)
opencv完成的功能\NewProject\highgui\highgui.rc (2579, 2004-02-25)
opencv完成的功能\NewProject\highgui\image.cpp (8365, 2004-02-25)
opencv完成的功能\NewProject\highgui\loadsave.cpp (13867, 2004-02-25)
opencv完成的功能\NewProject\highgui\Makefile.am (1475, 2004-02-25)
opencv完成的功能\NewProject\highgui\makefile.bcc (6819, 2004-02-25)
opencv完成的功能\NewProject\highgui\makefile.gcc (7002, 2004-02-25)
opencv完成的功能\NewProject\highgui\makefile.icl (6940, 2004-02-25)
opencv完成的功能\NewProject\highgui\makefile.vc (6825, 2004-02-25)
opencv完成的功能\NewProject\highgui\precomp.cpp (2153, 2004-02-25)
opencv完成的功能\NewProject\highgui\resource.h (411, 2004-02-25)
opencv完成的功能\NewProject\highgui\utils.cpp (10605, 2004-02-25)
opencv完成的功能\NewProject\highgui\utils.h (4574, 2004-02-25)
opencv完成的功能\NewProject\highgui\window_lnx.cpp (26537, 2004-02-25)
opencv完成的功能\NewProject\highgui\window_w32.cpp (38685, 2004-02-25)
opencv完成的功能\NewProject\highgui\_highgui.h (2889, 2004-02-25)
... ...

This folder contains static libraries and headers of some very popular image format codecs and helper libraries used by highgui. The libraries and headers are needed for Win32 version only. On UNIX systems they are automatically found by configure script. ------------------------------------------------------------------------------------ libjpeg 6b - The Independent JPEG Group's JPEG software. Copyright (C) 1994-1997, Thomas G. Lane. See IGJ home page http://www.ijg.org for details and links to the source code HAVE_JPEG preprocessor flag must be set to make highgui use libjpeg. On UNIX systems configure script takes care of it. ------------------------------------------------------------------------------------ libpng 1.2.1 - Portable Network Graphics library. Copyright (C) 19***-2001, Glenn Randers-Pehrson. See libpng home page http://www.libpng.org for details and links to the source code HAVE_PNG preprocessor flag must be set to make highgui use libpng. On UNIX systems configure script takes care of it. ------------------------------------------------------------------------------------ libtiff 3.5.7 - Tag Image File Format (TIFF) Software Copyright (c) 1***8-1997 Sam Leffler Copyright (c) 1991-1997 Silicon Graphics, Inc. See libtiff home page http://www.libtiff.org for details and links to the source code HAVE_TIFF preprocessor flag must be set to make highgui use libtiff. On UNIX systems configure script takes care of it. In this build support for ZIP (LZ77 compression) and JPEG are included while support for LZW compression is not (due to the licence issues). ------------------------------------------------------------------------------------ zlib 1.1.4 - General purpose LZ77 compression library Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler. See zlib home page http://www.gzip.org/zlib for details and links to the source code No preprocessor definition is needed to make highgui use this library - it is included automatically if either libpng or libtiff are used. ------------------------------------------------------------------------------------ The folder lib also contains libvfw_*.a import libraries that enable to build vfw camera/avi capture code of highgui with Mingw compiler. The files have been taken from http://mywebpage.netscape.com/PtrPck/multimedia.htm site. Besides the libraries, you will also need the following headers that are missing in Mingw: msacm.h, mmreg.h, vfw.h, vfwmsgs.h, verinfo.h, verinfo.ver, digitalv.h. Copy them to \include You may take them, for example, from Microsoft Platform SDK or Borland C++ 5.5 free compiler. ------------------------------------------------------------------------------------

近期下载者

相关文件


收藏者