Welcome![Sign In][Sign Up]
Location:
Search - VC-edge-detection-code

Search list

[Graph programVC-edge-detection-code

Description: 边缘检测各种算法源码VC:canny,sobel-edge detection algorithms source VC : canny, segmentation
Platform: | Size: 1909909 | Author: 姜丽华 | Hits:

[2D Graphic03 VC图像分割与边缘检测源代码

Description: 03 VC图像分割与边缘检测源代码,用不同方法实现图像分割-03 VC image segmentation and Edge Detection source code, using different methods of image segmentation
Platform: | Size: 203776 | Author: glg | Hits:

[Graph programVC-edge-detection-code

Description: 边缘检测各种算法源码VC:canny,sobel-edge detection algorithms source VC : canny, segmentation
Platform: | Size: 1909760 | Author: 姜丽华 | Hits:

[Special EffectsCannyEdgeDetection(good)_CanTestWithImage

Description: Canny边缘检测的源码,VC实现,非常好理解,绝对经典,带图片可以测试。-Canny edge detection of the source code, VC, very good understanding, absolute classic, with pictures test.
Platform: | Size: 172032 | Author: whq | Hits:

[Special Effectsedgedetected

Description: 此代码为图像边缘检测代码,用于分离图像的背景与对象,在VC环境下编写-this code for the image edge detection code for the separation of the background image and object, in the preparation of VC environment
Platform: | Size: 89088 | Author: 杨帆 | Hits:

[Special Effectscanny

Description: canny边缘检测的vc代码,可以实现图像的边缘提取,效果不错-canny edge detection vc code, you can realize the image edge extraction, the effect of good
Platform: | Size: 179200 | Author: 孙伟 | Hits:

[Special EffectsCanny

Description: 数字图像处理,CANNY算子边缘检测,VC++代码,包括算法测试图片等-Digital Image Processing, CANNY edge detection operator, VC++ Code, including algorithms, photographs, and other tests
Platform: | Size: 171008 | Author: 1111111 | Hits:

[Special EffectsVC++image

Description: 各种数字图像处理的算法及编程实现源码。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态处理学、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、图像的小波变换和JPEG图像的压缩编码。-A variety of digital image processing algorithms and programming source code. The main contents include: basis bitmap, image display, image geometric transformation, image transformation, image smoothing, image sharpening and edge detection, image segmentation and measurement, image handle the form of science, image transform domain treatment and application, image synthesis, 24-bit color image processing, image of the wavelet transform and JPEG image compression coding.
Platform: | Size: 11997184 | Author: 邓玥琳 | Hits:

[Special Effectscannyedgedetector

Description: canny edge detector,下面是canny edge detector的算法: 1.将图像与高斯函数做卷积,获得平滑图像。 2.用基于平滑梯度方向的方法确定图像局部边缘的法向。 3.根据局部边缘的法线方向求解边缘位置。 4.计算边缘强度,并对梯度幅值进行非极大值抑制。 5.用双阈值算法检测和连接边缘。该文件提供了canny edge detector的VC实现代码。-canny edge detector, the following is a canny edge detector algorithm: 1. will make the image with the Gaussian convolution function to obtain a smooth image. 2. Gradient-based smoothing method to determine the direction of the edge of the image of local law to. 3. According to the local normal direction to solve the edge of the edge location. 4. Calculation of the edge strength, gradient amplitude and non-maxima suppression. 5. To use dual-threshold algorithm for edge detection and connection. The document provides a canny edge detector realize the VC code.
Platform: | Size: 4139008 | Author: 桂祖恒 | Hits:

[Otherbianyuanjiance

Description: VC++边缘检测代码,进行图像的边缘跟踪,以解决图像参数的提取做准备。-VC++ Edge detection code, for image edge tracking to solve the image ready to do the extraction parameters.
Platform: | Size: 77824 | Author: wewewe | Hits:

[Special EffectsLog

Description: VC编程实现 LOG算子的亚像素边缘检测-VC Programming LOG operator sub-pixel edge detection
Platform: | Size: 181248 | Author: xiaoyang | Hits:

[Special EffectsVC++DigitalImagingProssing

Description: VC++图像处理程序设计-杨淑莹-配套源码: 本书介绍了各种数字图像处理的算法及编程实现技术。全书由13章和一个附录组成。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态处理学、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、图像的小波变换和JPIG图像的压缩编码。 -VC++ Image processing program design-杨淑莹- supporting source code: this book introduces a variety of digital image processing algorithms and programming techniques. Book of 13 chapters and an appendix to the composition. The main contents include: basis bitmap, image display, image geometric transformation, image transformation, image smoothing, image sharpening and edge detection, image segmentation and measurement of morphological image processing science, image transform domain processing and applications, image synthesis, 24-bit color image processing, image of the wavelet transform and image compression coding JPIG.
Platform: | Size: 13535232 | Author: 夏瑞雪 | Hits:

[OS programedge-dection

Description: 各种经典边缘检测算子的VC源代码程序,现提供给大家参考-A variety of classical edge detection operator VC source code procedures, are provided for your reference
Platform: | Size: 710656 | Author: 黎安兵 | Hits:

[Special Effectsruzon.tar

Description: 指南针边缘检测算法是当前质量最高的边缘检测方法,比CANNY算子效果还要好。具有边缘定位准确,边连续,完整的特点。程序能够得到每一个像素的边的朝向,有利于做进一步的优化应用,例如图像分割等。具体算法过程可参考斯坦福大学麦克博士发表的论文。主要思路就是以每个像素为中心,像罗盘一样转动边,一直找到两边差异最大的朝向。最后把所有的最优朝向连起来成为边缘。 代码用VC驱动,核心部分用matlab编写-Compass edge detection algorithm is currently the highest quality of edge detection methods, than CANNY operator even better results. With edge positioning accuracy, while continuous, full features. Program can be a pixel for each side towards is beneficial for further optimization of applications, such as image segmentation and so on. Specific algorithms may make reference to Stanford University Maikeboshi the published papers. Main idea is to each pixel as the center, the same rotation as the compass edge, has been to find the greatest difference between both sides of the orientation of. Finally all the best to link into the edge towards. Code using VC-driven, the core part of the preparation with matlab
Platform: | Size: 82944 | Author: 黄沛杰 | Hits:

[Special Effectsbianyuanjiance

Description: VC++开发的边缘检测代码,可运行,图像处理的一部分。-VC++, edge detection code can be run as part of image processing.
Platform: | Size: 3426304 | Author: 燕子 | Hits:

[Special Effectsdiblook

Description: 实现6种灰度图像边缘检测算子\VC++源程序——实现6种灰度图像边缘检测算子-Achieve 6 Edge Detection Operators \ VC++ source code- to achieve 6 Edge Detection Operators
Platform: | Size: 2464768 | Author: liuze | Hits:

[OpenCVcanny-edge-detection

Description: 基于openCV的canny边缘检测代码 VC++ 2008 express环境运行。-The canny edge detection based on openCV code VC++ 2008 express running environment.
Platform: | Size: 1024 | Author: | Hits:

[Special EffectsEdge-detection

Description: 数字图像处理边缘检测算法VC源码,里面包括多种检测算子-Digital image processing edge detection algorithm VC source code,Which includes a variety of detection operator
Platform: | Size: 2506752 | Author: dannyliu | Hits:

[Software EngineeringDigital-image-edge-detection

Description: VC编程实现数字图像的边缘检测,本文向读者简单介绍一下这个技术,并给出了在Visual C++环境下实现的代码。-VC programming for digital image edge detection, this article is a simple introduction to readers of this technology, and given a code to achieve in under Visual C++ environment.
Platform: | Size: 6144 | Author: lijunyuan | Hits:

[Special EffectsSharpening-and-edge-detection

Description: VC++图像处理程序设计(杨淑莹)的源码-锐化及边缘检测章节-vc++编程设计-VC++ image processing program design (Yang Shuying) source code- sharpening and edge detection section-vc++ Programming
Platform: | Size: 1259520 | Author: 曹彬 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net