cfar

所属分类:模式识别(视觉/语音等)
开发工具:C#
文件大小:858KB
下载次数:1
上传日期:2015-09-24 11:28:53
上 传 者yuiter
说明:  实习cfar目标提取,能够对影像目标中的特殊部分进行自动识别和提取
(Internship cfar object extraction)

文件列表:
实验程序 (0, 2015-09-24)
实验程序\Cfar (0, 2015-09-24)
实验程序\Cfar\Cfar (0, 2015-09-24)
实验程序\Cfar\Cfar.sln (902, 2014-05-31)
实验程序\Cfar\Cfar.suo (16384, 2014-06-01)
实验程序\Cfar\Cfar.v12.suo (13824, 2014-05-31)
实验程序\Cfar\Cfar\bin (0, 2015-09-24)
实验程序\Cfar\Cfar\Cfar.csproj (4522, 2014-06-01)
实验程序\Cfar\Cfar\Form1.cs (8557, 2014-06-01)
实验程序\Cfar\Cfar\Form1.Designer.cs (6385, 2014-06-01)
实验程序\Cfar\Cfar\Form1.resx (6216, 2014-06-01)
实验程序\Cfar\Cfar\Form2.cs (1199, 2014-06-01)
实验程序\Cfar\Cfar\Form2.Designer.cs (6801, 2014-06-01)
实验程序\Cfar\Cfar\Form2.resx (5814, 2014-06-01)
实验程序\Cfar\Cfar\nor.dll (147456, 2014-05-31)
实验程序\Cfar\Cfar\norinv.dll (147456, 2014-05-31)
实验程序\Cfar\Cfar\obj (0, 2015-09-24)
实验程序\Cfar\Cfar\obj\Debug (0, 2015-09-24)
实验程序\Cfar\Cfar\obj\Debug\Cfar.csproj.FileListAbsolute.txt (733, 2014-06-01)
实验程序\Cfar\Cfar\obj\Debug\Cfar.csproj.GenerateResource.Cache (847, 2014-06-01)
实验程序\Cfar\Cfar\obj\Debug\Cfar.exe (13312, 2014-06-01)
实验程序\Cfar\Cfar\obj\Debug\Cfar.Form1.resources (180, 2014-06-01)
实验程序\Cfar\Cfar\obj\Debug\Cfar.pdb (30208, 2014-06-01)
实验程序\Cfar\Cfar\obj\Debug\Cfar.Properties.Resources.resources (180, 2014-05-31)
实验程序\Cfar\Cfar\obj\Debug\norinv.dll (147456, 2014-05-31)
实验程序\Cfar\Cfar\obj\Debug\ResolveAssemblyReference.cache (8591, 2014-05-31)
实验程序\Cfar\Cfar\obj\Debug\TempPE (0, 2015-05-07)
实验程序\Cfar\Cfar\Program.cs (485, 2014-05-31)
实验程序\Cfar\Cfar\Properties (0, 2015-09-24)
实验程序\Cfar\Cfar\Properties\AssemblyInfo.cs (1340, 2014-05-31)
实验程序\Cfar\Cfar\Properties\Resources.Designer.cs (2858, 2014-05-31)
实验程序\Cfar\Cfar\Properties\Resources.resx (5612, 2014-05-31)
实验程序\Cfar\Cfar\Properties\Settings.Designer.cs (1089, 2014-05-31)
实验程序\Cfar\Cfar\Properties\Settings.settings (249, 2014-05-31)
实验程序\nor (0, 2015-09-24)
实验程序\nor\nor (0, 2015-09-24)
实验程序\nor\nor.prj (28209, 2014-05-31)
实验程序\nor\norinv.m (145, 2014-05-31)
实验程序\nor\nor\distrib (0, 2015-09-24)
实验程序\nor\nor\distrib\nor.dll (147456, 2014-05-31)
... ...

MATLAB Builder NE (.NET Component) 1. Prerequisites for Deployment . Verify the MATLAB Compiler Runtime (MCR) is installed and ensure you have installed version 7.13. . If the MCR is not installed, run MCRInstaller.exe, located in: *\toolbox\compiler\deploy\win***\MCRInstaller.exe For more information on the MCR Installer, see the MATLAB Compiler documentation. 2. Files to Deploy and Package -nor.dll -contains the generated component using MWArray API. -norNative.dll -contains the generated component using native API. -This readme file . If the target machine does not have version 7.13 of the MCR installed, include MCRInstaller.exe. Auto-generated Documentation Templates: MWArray.xml - This file contains the code comments for the MWArray data conversion classes and their methods. This file can be found in either the component distrib directory or in *\toolbox\dotnetbuilder\bin\win***\v2.0 nor_overview.html - HTML overview documentation file for the generated component. It contains the requirements for accessing the component and for generating arguments using the MWArray class hierarchy. nor.xml - This file contains the code comments for the nor component classes and methods. Using a third party documentation tool, this file can be combined with either or both of the previous files to generate online documentation for the nor component. 3. Resources To learn more about: See: ====================================================================================================== The MWArray classes MATLAB product help or *\ help\toolbox\dotnetbuilder\MWArrayAPI\MWArrayAPI.chm Examples of .NET Web Applications MATLAB Application Deployment Web Example Guide 4. Definitions MCR - MATLAB Builder NE uses the MATLAB Compiler Runtime (MCR), which is a standalone set of shared libraries that enable the execution of M-files. The MCR provides complete support for all features of MATLAB without the MATLAB GUI. When you package and distribute an application to users, you include component assemblies generated by the builder as well as the MATLAB Compiler Runtime (MCR). If necessary, run MCRInstaller.exe to install version 7.13 of MCR. For more information about the MCR, see the MATLAB Compiler documentation. MWArray - Use the MWArray class hierarchy, which maps to MATLAB data types, to pass input/output arguments to MATLAB Builder NE generated functions. These classes consist of a thin wrapper around a MATLAB array. It provides full marshaling and formatting services for all basic MATLAB data types including sparse arrays, structures, and cell arrays. These classes provide the necessary constructors, methods, and operators for array creation and initialization, serialization, simple indexing, and formatted output. MWArray API - The MWArray API is the standard API that has been used since the introduction of MATLAB Builder NE. This API requires the MATLAB MCR to be installed on the target machine as it makes use of several primitive MATLAB functions. For information about using this API, see the MATLAB Builder NE documentation. Native .NET API - The Native API was designed especially, though not exclusively, to support .NET remoting. It allows you to pass arguments and return values using standard .NET types. This feature is especially useful for clients that need to access a remoteable component on a machine that does not have the MCR installed. In addition, as only native .NET types are used in this API, there is no need to learn semantics of a new set of data conversion classes. This API does not directly support .NET analogs for the MATLAB structure and cell array types. For information about using this API, see see the MATLAB Builder NE documentation. .NET Framework - The Microsoft .NET Framework is a large library of pre-coded solutions to common programming problems that uses the CLR (Common Language Runtime) as the execution engine. MATLAB Builder NE currently supports Microsoft .NET Framework 2.0. * NOTE: is the directory where MCR is installed on the target machine.

近期下载者

相关文件


收藏者