⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 这是个人脸识别程序
💻 TXT
字号:
README.txt for masm
-------------------

This directory contains the research code for my master's thesis.  It
has not really been tidied up for release and you will see tons of
nasty code.  If you are studying the code it's best to start with stasm
and then move on to masm.  The tab size is 4.

This software is licensed under the Gnu Public License, available at
http://www.r-project.org/Licenses.  It uses the Gnu Scientific Library
which also comes with a Gnu Public License which has implications
about how you may legally use the software.

To get started:

You will need to have the Microsoft 6.0 compiler installed, with the
update service packs from Microsoft.  I worked on a Windows XP system.
There is no workspace .dsw file for masm, so you will be
working from the command line.

First download stasm and install it so your directories
look like this:

   your_base_dir/stasm
   your_base_dir/masm-src-VERSION

This is needed because the masm makefile needs some files from the
stasm release.  It's advisable to make sure you can build stasm
correctly using the Microsoft 6.0 compiler (as documented in the stasm
README's) before embarking on masm builds.

cd masm-src-VERSION\masm

make.bat clean  # Start with clean slate

make.bat        # Will build masm.exe and ms.exe
                #    masm.exe is for building ASM models
                #    ms.exe is for doing ASM searches (stasm.exe
                #    is a stripped down version of ms.exe)

make.bat test   # will do a basic test of ms.exe

examples.bat    # Will run ms.exe on a test image
                # Results in masm\masm\out and ms.log
                # Take a look at examples.bat for further examples

Execute summary.R under R to get a nice picture summarizing results.
Note that these results are now a little better than those in my
master's thesis.

Stephen Milborrow  sep 2007 durban
www.milbo.users.sonic.net

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -