登录
首页 » Visual C++ » Seg_soble

Seg_soble

于 2015-01-25 发布 文件大小:1KB
0 90
下载积分: 1 下载次数: 2

代码说明:

  sobel segmentation, this algorithme has a great effect for segmenting

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GetContour
    说明:  用于物体目标轮廓的提取与跟踪,能更好的识别出物体轮廓。(Target contour for object extraction and tracking, to better identify the contours of objects.)
    2010-04-07 09:46:42下载
    积分:1
  • SnapTest
    有关数字图像处理的一些源码,可以实现一些处理图像的功能,但要配合数字摄像机使用(Digital image processing of the number of source, you can achieve the functions of image processing, but with the use of digital cameras)
    2009-05-28 23:12:23下载
    积分:1
  • BicubicHermiteCode
    使用Visual C++编写的生成三次Hermite曲线的源代码。(Bicubic Hermite code in Visual C++.)
    2011-01-07 18:01:47下载
    积分:1
  • RGBtoHIS
    说明:  RGB-IHS变换:图像进行 RGB-HIS 正变换,分别对明度、饱和度、色调进行线性 拉伸显示;然后再进行反变换 (RGB-IHS transformation: the image is RGB-HIS transformation, respectively, lightness, saturation, hue, a linear stretch display then the inverse transform)
    2021-04-11 18:48:57下载
    积分:1
  • 02-gpbM
    M估计子,计算机视觉大牛Peter Meer出品。(Generalized Projection based M-estimator C++ code to find the robust estimate derived without using any user supplied scale. The theory is described in Generalized Projection Based M-stimator. )
    2020-12-22 16:59:06下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • OpenSURF_matlab
    SURF 图像特征点快速提取法还有描述,可用于迅速匹配两张图片中的特征点(SURF image feature points extraction method also described fast, can be used to quickly match the image feature points in the two)
    2014-03-28 01:08:21下载
    积分:1
  • bmpfile_read
    bmp文件的读取,2,8,16,24bit自适配(bmp file read,2、8、16、24bit adjust)
    2012-11-21 23:23:14下载
    积分:1
  • Aaform
    图像变换,处理图片的变换及反走样处理,包含VB和VC的源文件(Image transformation, to deal with the change of image and anti-aliasing processing, VB and VC contains source files)
    2007-12-19 13:48:33下载
    积分:1
  • StereoVision-master
    双目相机的三维重建程序,包含两个相机的标定,极线校正,图像匹配,三维重建(Binocular camera reconstruction program, including calibration of the two cameras, pole line correction, image matching, 3D reconstruction)
    2021-04-25 22:48:45下载
    积分:1
  • 696524资源总数
  • 103920会员总数
  • 65今日下载