EdgeDetection

所属分类:模式识别(视觉/语音等)
开发工具:Visual C++
文件大小:10KB
下载次数:21
上传日期:2005-03-29 15:52:58
上 传 者investor
说明:  用vc编写的边缘检测程序, 基本的edge detection方法,适合初学者
(with vc prepared by the edge detection procedures, the basic edge detection method for beginners)

文件列表:
EdgeDetection (0, 2005-03-06)
EdgeDetection\CMakeLists.txt (626, 2004-08-08)
EdgeDetection\itk2DEdgeDetectionSample.cxx (6267, 2002-05-10)
EdgeDetection\itk3DEdgeDetectionSample.cxx (5965, 2002-01-15)
EdgeDetection\itkSWSRawFileReader.h (3137, 2002-02-14)
EdgeDetection\itkSWSRawFileReader.txx (2933, 2002-01-15)
EdgeDetection\itkmyRawFileWriter.h (3059, 2002-02-14)
EdgeDetection\itkmyRawFileWriter.txx (1931, 2002-11-16)

README You need to make change in CMakeLists.txt file to select one of the following example. 1. itk3DEdgeDetectionSample.txx : This is an example for edge detection for 3D images. Important: You need to define the macros in the Makefile to indicate which edge detector you want to use: zero-crossing edge detector, sobel detector, canny edge detector. ZEROCORSSING ---zerocrossing based edge detector SOBEL --- use sobel detector CANNY --- use canny edge detector This example reads a VTK format raw image file, and writes output to VTK format image. 2. itk2DEdgeDetectionSample.txx This is an example for edge detection for 2D images. Important: You need to define the macros in the Makefile to indicate which edge detector you want to use: zero-crossing based edge detector, sobel detector, canny edge detector. ZEROCORSSING ---zerocrossing based edge detector SOBEL --- use sobel detector CANNY --- use canny edge detector This example reads a PGM ascii format raw image file, and writes output to ascii raw image format.

近期下载者

相关文件


收藏者