RETINEX_release

所属分类:模式识别(视觉/语音等)
开发工具:Visual C++
文件大小:300KB
下载次数:248
上传日期:2009-11-11 11:04:54
上 传 者qslc
说明:  implement of retinex .include sigle retinex ,msr and msrCR. using c++

文件列表:
MSRCR\Debug (0, 2007-07-20)
MSRCR\Debug\MSRCR.ax (258048, 2007-04-27)
MSRCR\Enhance.cpp (14328, 2007-07-20)
MSRCR\Enhance.h (2264, 2007-07-20)
MSRCR\iMSRCR.h (3208, 2007-07-20)
MSRCR\install.bat (31, 2006-03-14)
MSRCR\MSRCR.cpp (19821, 2007-07-20)
MSRCR\MSRCR.def (206, 2006-02-08)
MSRCR\MSRCR.h (4926, 2007-07-20)
MSRCR\MSRCR.rc (5519, 2006-03-03)
MSRCR\MSRCR.sln (899, 2006-02-08)
MSRCR\MSRCR.suo (13312, 2007-04-27)
MSRCR\MSRCR.vcproj (7666, 2007-04-27)
MSRCR\MSRCRProp.cpp (9609, 2007-07-20)
MSRCR\MSRCRProp.h (2987, 2007-07-20)
MSRCR\Release (0, 2007-07-20)
MSRCR\Release\MSRCR.ax (90112, 2007-04-27)
MSRCR\resource.h (1487, 2006-03-03)
MSRCR\stdafx.cpp (161, 2004-10-29)
MSRCR\stdafx.h (635, 2004-10-29)
release_notes.txt (2532, 2007-07-20)
Aumento\Aumento.sln (911, 2006-03-03)
Aumento\Aumento (0, 2007-04-27)
Aumento\Aumento\Aumento.aps (72740, 2006-03-14)
Aumento\Aumento\Aumento.cpp (4952, 2007-07-20)
Aumento\Aumento\Aumento.h (2153, 2007-07-20)
Aumento\Aumento\Aumento.rc (14424, 2006-03-14)
Aumento\Aumento\Aumento.vcproj (5366, 2006-03-05)
Aumento\Aumento\AumentoDoc.cpp (9601, 2007-07-20)
Aumento\Aumento\AumentoDoc.h (4274, 2007-07-20)
Aumento\Aumento\AumentoView.cpp (2943, 2007-07-20)
Aumento\Aumento\AumentoView.h (2512, 2007-07-20)
Aumento\Aumento\Debug (0, 2006-11-16)
Aumento\Aumento\Debug\Aumento.exe (196608, 2006-03-14)
Aumento\Aumento\FilterControlDlg.cpp (10789, 2007-07-20)
Aumento\Aumento\FilterControlDlg.h (3395, 2007-07-20)
Aumento\Aumento\iMSRCR.h (3237, 2007-07-20)
Aumento\Aumento\MainFrm.cpp (3793, 2007-07-20)
Aumento\Aumento\MainFrm.h (2428, 2007-07-20)
... ...

/* * Copyright (c) 2006, Douglas Gray (dgray@soe.ucsc.edu, dr.de3ug@gmail.com) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * Neither the name of the nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY Douglas Gray ``AS IS'' AND ANY * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ ***************************************************************************** * README for: * * Multi-scale Retinex with color restoration Filter (MSRCR.ax) * * Version 1.0 (2-8-06) * * * * By: * * Doug Gray * * dgray@soe.ucsc.edu * * * * Brief: * * A DirectShow filter for image enhancment, dynamic range compression, * and illumination normalization. * * * ***************************************************************************** Overview This filter implements Installation This filter requires the use of DirectX 9.0 or greater. In order to run this filter without a writing any code of your own, you will need a program called GraphEdit. This comes standard with most versions of the DirectX SDK. For details see: http://blogs.msdn.com/deanro/archive/2004/09/25/234173.aspx In order to compile this program, you will need to have the DirectShow Sample library files in your computers system path. These files are named strmbase.lib and strmb***.lib. These files must be compiled from the sample code that is distributed with the DirectX SDK. They can usually be found in: C:\DXSDK\Samples\C++\DirectShow\BaseClasses. You will find that one is the debug build and the other is the release build. Interface If you are running this filter through GraphEdit right click on the filter and select properties. The properties page will allow you to select between displaying the input video, foreground mask and the most likely background layer (not a combination of the possible background layers, as some other implementations provide). If you are using this filter in a program you have written, you may switch between output modes by setting the MSRCRParams struct's "display" variable to either 1001, 1002 or 1003, for the original image, foreground or background, respectively.

近期下载者

相关文件


收藏者