登录
首页 » Special Effects » RANSAC算法拟合抛物线,涂在眼皮上。具体代码将…

RANSAC算法拟合抛物线,涂在眼皮上。具体代码将…

于 2022-04-09 发布 文件大小:18.16 kB
0 186
下载积分: 2 下载次数: 1

代码说明:

RanSac算法,拟合抛物线,画出上眼皮。具体看代码就能明白。-RANSAC algorithm, fitting a parabola, painted on the eyelids. Specific code will be able to understand the look.

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

发表评论

0 个回复

  • 高斯滤波器内核的生成,根据和生成相应的…
    高斯滤波核函数生成,可以根据K和要生成对应的高斯核-Gaussian filter kernel generation, according to K and to generate the corresponding Gaussian kernel
    2022-12-12 19:20:03下载
    积分:1
  • otsu算法实现,可以自适应获取阈值,对图像进行二值化。里面配有图像均衡化的程序一起使用,效果更好...
    otsu算法实现,可以自适应获取阈值,对图像进行二值化。里面配有图像均衡化的程序一起使用,效果更好-otsu algorithm, you can get adaptive threshold for image binarization. Which is equipped with image-based program used in conjunction with a balanced, better
    2023-05-17 01:00:04下载
    积分:1
  • 该源代码能够实现对于灰度图像的边缘的检测与提取等功能
    该源代码能够实现对于灰度图像的边缘的检测与提取等功能-The source code can be achieved for the gray-scale image of the edge detection and extraction features
    2022-08-10 16:12:14下载
    积分:1
  • 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代...
    本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。-In this paper, the realization of the continuous video data stream in several different types of motion detection algorithm, they are based on the current frame image and an image before the comparison, the procedures used AForge.NET framework library. One of the following sample code to support several video formats: AVI files, network camera JPEG and MJPEG, the local collection of equipment (USB camera, etc.).
    2022-01-26 19:18:26下载
    积分:1
  • c++图行图像处理,图像的直方图均衡化。
    c++图行图像处理,图像的直方图均衡化。-c++ map line image processing, image histogram equalization.
    2022-02-15 11:37:11下载
    积分:1
  • 用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中...
    用途:数字图象处理算法的演示,包括: • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(90度与任意角度) • 图象的放缩 • 其它小算法 代码设计思想:软件在Windows环境下,利用Visual C++6.0开发,代码利用面向对象的思想,通过若干个类完成: 主要类: memBitmap类:内存图象类。将图象读入到内存中,对象素的读写在内存中进行,较之通过CDC类来进行,速度有很大提高。同时还对部分JPEG格式图象提供了读支持,可以将图象保存为BMP真彩格式。 Complex类:复数类,完成复数运算。 CBmpDemoView类:视类,完成显示。 CbmpDemoDoc类:文档类,图象数据和对数据的变换、处理都在此类中完成。 Fourior类:完成一维序列的DFT和FFT,FFT只支持为2的整数次幂的情况
    2022-02-13 08:58:34下载
    积分:1
  • 说明:程序运行过程中要用到wedgelet工具包和wavelet802工具包; wdt...
    说明:程序运行过程中要用到wedgelet工具包和wavelet802工具包; wdt-cwtdenoise :wedgelet去噪算法主函数; 以下函数和其它函数均为被调用函数; DT_CWTdenoise :复小波去噪函数; 其中:afb,afb2D,afb3D,AntonB,cplxdual2D,cshift2D,dualtree2D,dwt2D,idualtree2D pm,pm4,sfb2D,symextend,unnormcoef,reversecoefDHtgrselect,tee,dtcwtcoef, gencoef等等为复小波去噪时调用函数;-Description: program to run the process to use to wedgelet tool kits and wavelet802 kit wdt-cwtdenoise: wedgelet denoising algorithm main function the following functions and other functions are called function DT_CWTdenoise: Complex Wavelet denoising function which: afb , afb2D, afb3D, AntonB, cplxdual2D, cshift2D, dualtree2D, dwt2D, idualtree2D pm, pm4, sfb2D, symextend, unnormcoef, reversecoefDHtgrselect, tee, dtcwtcoef, gencoef for complex wavelet denoising, etc. when calling function
    2022-01-26 02:34:10下载
    积分:1
  • 崇德的纸喇叭
    Horn Schunk 的论文 Lucas kanade的论文-Horn Schunk s paper Lucas kanade s paper
    2022-08-25 10:57:22下载
    积分:1
  • 比较五种窗函数特性matlab程序:得到矩形窗、海明窗、三角窗、汉宁窗和布莱克曼窗图形。从仿真结果可知:矩形窗设计的过渡带最窄,但阻带最小衰减也最差。布莱克曼窗...
    比较五种窗函数特性matlab程序:得到矩形窗、海明窗、三角窗、汉宁窗和布莱克曼窗图形。从仿真结果可知:矩形窗设计的过渡带最窄,但阻带最小衰减也最差。布莱克曼窗设计的阻带最小衰减最好,但过渡带最宽。-Comparison of characteristics of five kinds of window function matlab program: to be a rectangular window, Hamming window, triangular window, Hanning window and Blackman window graphics. From the simulation results we can see: the rectangular window designed for narrow transition zone, but the minimum stop-band attenuation is also the worst. Blackman window design of the stop-band minimum attenuation is best, but the transitional zone widest.
    2022-08-20 19:26:42下载
    积分:1
  • 由于只是利用图像的灰度信息,sl 算法不能很好地区分形状相似但颜色不同的物体:针对这一问题,提出了一种基于彩 色的SIFT特征点提取算法,并着重分析了多种彩...
    由于只是利用图像的灰度信息,sl 算法不能很好地区分形状相似但颜色不同的物体:针对这一问题,提出了一种基于彩 色的SIFT特征点提取算法,并着重分析了多种彩色模型对算法性能的影响?这种算法也是在图像的灰度尺度空间上检测特征点, 但其特征向量由各描述子子区域的彩色模型分量的均值组成并在原始的彩色图像上进行计算:实验结果证明了该算法的有效性。-Abstract:Because only the gray scale information is utilized.the SIFT method can’t differentiate the objects with similar shape but with diferent colors commendably.1,1 order to solve such problem.presents a color―based SIF I feature point detecting method and analyzs the method’S performance in temas of diferent color models The method detected interest points in the gray image scale space,and its eigem eetors al’e composed of the mean 、 alues of different color model components in each subregion and are computed based on the Ol。iginal color images.Tile experimental results have proved its validity
    2022-03-21 02:08:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载