-
《vc++图像处理程序设计》第6章 提取图像的边缘,程序有:微分运算,梯度锐化,各种边缘检测算子的设计...
《vc++图像处理程序设计》第6章 提取图像的边缘,程序有:微分运算,梯度锐化,各种边缘检测算子的设计-" Vc++ image processing program design," Chapter 6 extract the image edge, the program are: differential operator, the gradient sharpening, various edge detection operator Design
- 2023-02-02 13:10:04下载
- 积分:1
-
边缘就是指图像局部亮度变化最显著的部分,它是检测图像局部变化显著变化的最基本的运算。对于数字图像,图像灰度灰度值的显著变化可以用梯度来表示,以边缘检测Sobel...
边缘就是指图像局部亮度变化最显著的部分,它是检测图像局部变化显著变化的最基本的运算。对于数字图像,图像灰度灰度值的显著变化可以用梯度来表示,以边缘检测Sobel算子为例来讲述数字图像处理中边缘检测的实现-edge means partial image brightness changes the most significant part of it is partial image change detection significantly change the basic arithmetic. For digital images, image intensity values of gray significant gradient changes can be expressed as Sobel edge detection to operator as an example to talk about digital image processing to achieve Edge Detection
- 2023-08-17 15:05:03下载
- 积分:1
-
robert边沿检测的VC源代码
robert边沿检测的VC源代码-VC source code
- 2022-01-22 01:09:42下载
- 积分:1
-
用经典的MeanShift算法实现的目标跟踪算法,可以跟踪运动镜头下的目标。
用经典的MeanShift算法实现的目标跟踪算法,可以跟踪运动镜头下的目标。-MeanShift with the classic algorithm of target tracking algorithm, the camera can track the target movement.
- 2022-01-25 14:08:15下载
- 积分:1
-
Based on the C++ Preparation procedure, function is the graphical image texture...
一个基于C++编写的程序,功能是进行图形图像的纹理分析-Based on the C++ Preparation procedure, function is the graphical image texture analysis
- 2022-11-15 20:30:03下载
- 积分:1
-
迭代算法求自适应全局阈值,通过这种算法得出的阈值能够很好的把目标区域和背景区域区分出来。
迭代算法求自适应全局阈值,通过这种算法得出的阈值能够很好的把目标区域和背景区域区分出来。-Iterative algorithm for adaptive global threshold, this algorithm can be derived from the threshold to a very good target area and background of the regional distinction.
- 2022-02-04 09:23:11下载
- 积分:1
-
Matlab中编写将彩色图像颜色传递给灰度图像的函数
Matlab中编写将彩色图像颜色传递给灰度图像的函数-Matlab prepared color image color will be passed to a function of gray image
- 2022-03-22 19:56:14下载
- 积分:1
-
利用高斯模型实现背景建模的程序。简单实用,自己写的,利用了opencv的处理函数,需要调节阈值...
利用高斯模型实现背景建模的程序。简单实用,自己写的,利用了opencv的处理函数,需要调节阈值-using the Gaussian model, background modeling procedures. Simple and practical, wrote, opencv use of the processing function, needs to adjust the threshold
- 2022-07-03 01:55:51下载
- 积分:1
-
一个图像的角点检测、Hough变换
detect corners of a image and hough transform-corner detection and hough transform
- 2022-09-08 05:50:03下载
- 积分:1
-
这个代码实现了很好的
This code implements the well-known Chan-Vese segmentation algorithm from the paper "Active Contours Without Edges."
This technique deforms an initial curve so that it separates foreground from background based on the means of the two regions. The technique is very robust to initialization and gives very nice results when there is a difference between the foreground and background means.
This code uses active contours and level sets in the implementation. It could also serve as a good framework for implementing all kinds of region-based active contour energies.
1.) Download
2.) Unzip
3.) Run >>region_seg_demo
See this site for experiments, videos, and more information on segmentation, active contours, and level sets:
[ http://www.shawnlankton.com/2007/05/active-contours/ ]
- 2022-06-21 17:17:59下载
- 积分:1