登录
首页 » Special Effects » 使用vc编写的一个光流原程序 使用了hs算法 没有解压密码...

使用vc编写的一个光流原程序 使用了hs算法 没有解压密码...

于 2022-05-06 发布 文件大小:119.32 kB
0 181
下载积分: 2 下载次数: 1

代码说明:

使用vc编写的一个光流原程序 使用了hs算法 没有解压密码-vc prepared by the use of an optical flow original procedures used hs not extract password algorithm

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

发表评论

0 个回复

  • lab2xyz 从lab色域 到xyz色域,计算设备无关的颜色值
    lab2xyz 从lab色域 到xyz色域,计算设备无关的颜色值-lab2xyz gamut from the lab to the xyz color gamut, computing device-independent color value
    2022-03-17 20:20:42下载
    积分:1
  • 2* 8LCD display driver, model: JHD 162A
    2*8LCD显示器驱动,型号为:JHD 162A-2* 8LCD display driver, model: JHD 162A
    2022-05-06 07:33:01下载
    积分:1
  • 根据队列信息,使ns中的smac可以自适应地改变占空比。
    根据队列信息,使ns中的smac可以自适应地改变占空比。-depending on the queue, make smac changes the duty cycle dynamicly
    2022-12-17 12:00:03下载
    积分:1
  • 创建指定的图像对象的直方图数据。如果未给定坐标,则指向整个图像。...
    创建指定的图像对象的直方图数据。如果未给定坐标,则指向整个图像。-Images to create the specified data object histogram. If you are not given the coordinates, then point to the entire image.
    2022-02-16 08:22:56下载
    积分:1
  • 多边形常用算法模块 1. 判断多边形是否简单多边形2. 检查多边形顶点的凸凹性 3. 判断多边形是否凸多边形 4. 求多边形面积5. 判断多边形顶点的排列方向,...
    多边形常用算法模块 1. 判断多边形是否简单多边形2. 检查多边形顶点的凸凹性 3. 判断多边形是否凸多边形 4. 求多边形面积5. 判断多边形顶点的排列方向,方法一 6. 判断多边形顶点的排列方向,方法二 7. 射线法判断点是否在多边形内8. 判断点是否在凸多边形内-Does the polygon commonly used algorithm module 1. judgements polygons whether simple polygon. 2. inspections polygons apex convex-concave. 3. judgements polygons whether raised- polygon. 4. ask the polygon area. 5. judgements polygons apex the arrangement direction, the method 1. 6. judgements polygons apex arrangement direction, the method 2. 7. beams methods to sentence the break point whether. 8. sentences the break point in the polygon whether in raised- polygon
    2022-03-24 05:43:21下载
    积分:1
  • 这个是彩色图像分割方法。与RegionExtract采用的方法不同。 首先rgb转换成hsv,对h分量进行直方图分割,得到直方图的峰值和峰谷。利用得到的峰值...
    这个是彩色图像分割方法。与RegionExtract采用的方法不同。 首先rgb转换成hsv,对h分量进行直方图分割,得到直方图的峰值和峰谷。利用得到的峰值和峰谷进行区域分割,这样会得到很多的小区域,对这些小区域进行区域合并,区域合并的终止条件是:区域一致性距离在某个固定的阀值之间,比如20或者在某个自适应阀值(该阀值自动计算)。注意:区域合并在luv空间进行。-This is a method for color image segmentation. With the different methods used RegionExtract. First rgb convert hsv, components of the h histogram segmentation, the histogram peak and peak and valley. Utilization of the peak and peak-valley regional partition, it would receive many of the small area of these small regional regional merger, regional merger termination conditions are: the regional consistency of the distance between a fixed threshold, such as 20 or in a self-adaptive threshold (the threshold automatically calculated). Note: regional merger in luv space.
    2022-03-15 04:34:49下载
    积分:1
  • 包括图像输入(打开文件,捕捉,捕捉图像,从合理的粘贴
    包括图像输入(打开文件、采集、捕捉图像、从剪贴板粘贴、打开扫描软件、灰度化、添加随机噪声、椒盐噪声、去噪声)、图像处理(几何变换、灰度反转、直方图均衡化、直方图统计、图像复原、边缘提取、伪彩色、二值化、图像变换)、图像输出(另存图像、打印输出、复制到剪贴板)-Including image input (open the file, capture, capture images, paste from the clipboard, open the scanning software, graying, adding random noise, Salt and pepper noise, to noise), image processing (geometric transformation, gray inversion, histogram equalization oriented, histogram statistics, image restoration, edge extraction, pseudo-color, binary, image transform), image output (save the image, print out, copy to clipboard)
    2022-07-27 06:41:07下载
    积分:1
  • 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的...
    程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P0310:图像的高通滤波和掩模处理 P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理 -err
    2023-03-09 00:00:03下载
    积分:1
  • 采用canny算法对图像进行边缘检测的功能,并有相应的文档说明...
    采用canny算法对图像进行边缘检测的功能,并有相应的文档说明-Using canny algorithm for edge detection of image features, and have the corresponding documentation
    2023-06-23 17:00:03下载
    积分:1
  • Complete multi
    完整的多级滤波图像处理算法,利用FPGA实现,利用硬件结构实现算法能够满足苛刻的实时性要求。-Complete multi-level filtering image processing algorithms using FPGA realization algorithm using hardware structure able to meet the demanding requirements of real-time.
    2022-08-20 06:28:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载