登录
首页 » Special Effects » A Block

A Block

于 2022-02-01 发布 文件大小:1.30 kB
0 47
下载积分: 2 下载次数: 1

代码说明:

视频编码中基于块的梯度下降搜索块运动估计算法

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

发表评论

0 个回复

  • Procedure Code Description P0401: detection using Prewitt operator Edge P0402: d...
    程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例――从PCB图像中删除所有电流线,仅保留芯片对象-Procedure Code Description P0401: detection using Prewitt operator Edge P0402: different σ value Log Operators image edge detection P0403: using Canny edge detection image edge P0404: Image Thresholding P0405: water line threshold Image segmentation method P0406: for the matrix quadtree decomposition P0407: the image is divided into text and non-text for these two types of P0408: morphological gradient detected binary image of the edge of P0409: morphological examples- from PCB image delete all current lines, retaining only the target chip
    2023-06-23 15:25:04下载
    积分:1
  • 新编的角点检测程序,增加了健壮性!适合多用途的角点检测应用!...
    新编的角点检测程序,增加了健壮性!适合多用途的角点检测应用!-Reflected in the new corner detection process, an increase of robustness! Corner detection for multi-purpose applications!
    2022-07-11 21:44:46下载
    积分:1
  • 本程序是一个最佳阈值分割算法,可对灰度图像进行分分割.
    本程序是一个最佳阈值分割算法,可对灰度图像进行分分割.-This procedure is an optimal threshold segmentation algorithm, grayscale images can be sub-divided.
    2023-04-30 06:15:03下载
    积分:1
  • 这是对JEPG,GIF和BMP图像进行处理的一个VC程序,可以打开并实现一些处理。...
    这是对JEPG,GIF和BMP图像进行处理的一个VC程序,可以打开并实现一些处理。-This is JEPG, GIF, and BMP image processing a VC program, you can open and to achieve a number of treatment.
    2023-01-31 07:15:03下载
    积分:1
  • 基于小波变换模极大的多尺度图像边缘检测,比较简单,但实用,是本人模式识别程序的一部分...
    基于小波变换模极大的多尺度图像边缘检测,比较简单,但实用,是本人模式识别程序的一部分-Based on wavelet transform modulus maxima of the multi-scale image edge detection, relatively simple, but useful, is himself a part of pattern recognition procedures
    2023-05-03 15:30:04下载
    积分:1
  • Polygon Fill Algorithm Implementation
    多边形填充算法的实现-Polygon Fill Algorithm Implementation
    2023-04-19 14:50:03下载
    积分:1
  • Visual C++实现动态图片的傅里叶变换(实时的)。图像处理的作业。
    Visual C++实现动态图片的傅里叶变换(实时的)。图像处理的作业。-Visual C++ Realize dynamic picture of the Fourier transform (real time). Image processing operations.
    2022-07-13 18:55:05下载
    积分:1
  • Digital image processing ppt tutorial Dong
    数字图像处理 ppt 教程 何东健 共三部分,这是第二部分-Digital image processing ppt tutorial Dong-Jian divided into three parts, this is the second part of the
    2022-09-01 02:45:04下载
    积分:1
  • 30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,...
    30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡.-30 image processing VC++ Source code, including 256 colors to grayscale, Hough transform, image_j1, PCA, Walsh transform, contrast stretching, binarization transformation, anti-color, box encoding, Fourier Transform , Gaussian smoothing, gray balance, mean filter, Laplacian sharpening (edge detection), discrete cosine transform, the brightness increases and decreases in inverse filtering deal, check on the number of check index, the gradient sharpening, image processing, mirror image, image translation, image scaling, image thinning, image rotation, Wiener filtering treatment using Canny edge extraction operator, threshold transform, histogram equalization.
    2022-03-19 15:50:46下载
    积分:1
  • 中值滤波是对一个滑动窗口内的诸像素灰度值排序,用其中值代替窗口中心象素的原来灰度值,它是一种非线性的图像平滑法,它对脉冲干扰级椒盐噪声的抑制效果好,在抑制随机噪...
    中值滤波是对一个滑动窗口内的诸像素灰度值排序,用其中值代替窗口中心象素的原来灰度值,它是一种非线性的图像平滑法,它对脉冲干扰级椒盐噪声的抑制效果好,在抑制随机噪声的同时能有效保护边缘少受模糊-Median filter is a sliding window from inside the gray value pixel sequencing, using a window center pixel value to replace the original gray value, it is a non-linear image smoothing method, its pulse-grade salt and pepper noise interference inhibition effective in suppressing random noise at the same time can effectively protect the edge of less fuzzy
    2023-08-08 21:40:02下载
    积分:1
  • 696521资源总数
  • 104083会员总数
  • 45今日下载