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

📄 readme

📁 Hausdorff Distance for Image Recognition
💻
字号:
This distribution contains source for two systems:1) "r-h" - use the Hausdorff distance to locate a model in an image, undertranslation.2) "scale-h" -  use the Hausdorff distance to locate a model in an image,under translation and independent x and y scaling.It also contains source for a library which supports both these systems.To install:If you're running SunOS 4.1.*, and GCC 2.5.8, you should have no problems;other systems may require slight modifications to misc.h (basically, removeany "conflicting declarations").CD to the directory containing this README and type "make".This will generate the library and two binaries: r-h/r-h andscale-h/scale-h. (It actually generates two versions of the library; thesecond one is useful when profiling the executables).The files r-h/README and scale-h/README explain how the executables work,as well as describing the main entry points if you want to use the searchfunctions directly (from C, rather than from the command line).You will also have a third executable generated: scale-h/scale-h-mp. Thisis a version of scale-h designed to run in parallel on a 4-processormachine (the number of processors can be adjusted with -DNPROC=xxx). It hasonly been tested under SunOS, but should work (possibly with minormodifications) on any system providing shared memory and semaphores.If you're going to be compiling and running all this under Solaris, acouple of files need changing - include/misc.h and scale-h/scale-h.c; themodified versions can be found in the solaris/ directory.I can be reached at wjr@cs.cornell.edu-wjr

⌨️ 快捷键说明

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