CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - csdn博客

搜索资源列表

  1. 200911081312

    0下载:
  2. 图像的灰度化、二值化和反色是些较简单的图像像素处理过程,我在《GDI+ 在Delphi程序的应用 -- ColorMatrix与图像灰度化》和《GDI+ 在Delphi程序的应用 -- 图像二值化》-procedure ImageDynamTwoValues(Data: TImageData SubSize: Integer) var Sub: TImageData GrayData: TGrayStatData x, y: Intege
  3. 所属分类:GIS program

    • 发布日期:2017-04-03
    • 文件大小:182031
    • 提供者:liyb
  1. ImageAlgebraicOperation

    0下载:
  2. 数字图像代数运算:包括图像均值去噪,二次曝光,背景相减 参考博客:http://blog.csdn.net/xiaowei_cqu/article/details/7610665-Image mean denoising/ Double exposure/ Background subtraction
  3. 所属分类:Special Effects

    • 发布日期:2017-06-13
    • 文件大小:21954922
    • 提供者:魏兰
  1. HistogramApplication

    0下载:
  2. 直方图应用:直方图均衡化,直方图匹配,对比直方图 参考博客:http://blog.csdn.net/xiaowei_cqu/article/details/7606607-Image Histogram Application: Histogram Equalization/ Histogram Matching/ Histogram Normalization/ Histogram comparison
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:91480
    • 提供者:魏兰
  1. His

    0下载:
  2. 数字图像直方图(一维和二维直方图生成) 参考博客:http://blog.csdn.net/xiaowei_cqu/article/details/76-直方图应用:直方图均衡化,直方图匹配,对比直方图 Generate image histogram: One-dimensional histogram/ Two-dimensional histogram http://blog.csdn.net/xiaowei_cqu/article/details/7600666
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:34179
    • 提供者:魏兰
  1. main_rotate

    0下载:
  2. 基于OpenCV的图像空间变换:旋转,缩放,斜切 参考博客:http://blog.csdn.net/xiaowei_cqu/article/details/76160-Image space transformation : rotation , scaling , affine
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:2718
    • 提供者:魏兰
  1. VCPP-production-of-filter-effects

    0下载:
  2. VC++ 制作滤镜效果(底片效果、雕刻效果、黑白效果) . 具体实现方法请参考我的博客: http://blog.csdn.net/chenyujing1234/article/details/7616218-VC++ production of filter effects (negative effect, carving effect, black and white). Specific method please refer to my blog: http://blog.cs
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:240473
    • 提供者:陈毓靖
  1. videolabel

    0下载:
  2. 视频标注工具,具体可参见我的博客:http://blog.csdn.net/xiaowei_cqu/article/details/8778976-Tools for labeling video (coded with opencv 2.4). See my blog: http://blog.csdn.net/xiaowei_cqu/article/details/8778976
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:1298
    • 提供者:小魏
  1. New-folder

    0下载:
  2. 这是我自己在mfc下利用gdal库实现的遥感影像显示模块,能显示绝大部分的遥感影像格式数据。打开影像是可以同时打开多幅影像,程序默认对每幅影像建立各自的金字塔文件以便后面操作,同时程序默认将影像拉伸到0-255范围以防有的影像是11位的或更大的而显示不出来。打开影像后可进行简单的拉框放缩、移动、复位、旋转、链接显示、直方图、缩略图等操作,还有基本的影像增强处理,如伪彩色变换、饱和度亮度调节、直方图匹配、各种滤波等。影像处理实现了几何校正、投影变换、裁剪等操作。界面开发时用的是mfc的ROBBON
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:13575071
    • 提供者:Richard
  1. 1

    0下载:
  2. Harris角点检测原理及实现,程序不是我写的,csdn的crzy_sparrow写的,感兴趣可以看他的博客!-Harris corner detection principle and implementation, the program is not what I wrote, csdn of crzy_sparrow write, interested can look at his blog!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-02
    • 文件大小:956209
    • 提供者:画儿
  1. Iris-Segmentation

    0下载:
  2. 使用hough变换等实现瞳孔的检测,详细的介绍见博客http://blog.csdn.net/computerme/article/details/411217-Iris segmentation base on Hough transform and other technics.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3416661
    • 提供者:huangwenbo
  1. Histogram1

    0下载:
  2. Salient区域检测,简单算法LC,学习博客(http://blog.csdn.net/laviewpbt/article/details/38357017)。图像直方图。RGB三通道颜色缩减。需要先配置opencv环境,vs2010,opencv2.4.9。配置教程(http://wiki.opencv.org.cn/index.php/VC_2010 E4 B8 8B E5 AE 89 E8 A3 85OpenCV2.4.4)-Salient detection
  3. 所属分类:Special Effects

    • 发布日期:2017-06-13
    • 文件大小:21604882
    • 提供者:Sibyl Dong
  1. main2

    0下载:
  2. 利用csdn上那篇博客的算法对人眼睛进行放大,利用opencv,visual C-Blog essay on the use of algorithms csdn amplify the human eye using opencv, visual C++
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:1250
    • 提供者:sunli
  1. Retinex

    0下载:
  2. 带色彩恢复的Retine算法,博客配套代码,详细算法及其效果请移步http://blog.csdn.net/bluecol/article/details/45675615-Retine algorithm, blog auxiliary code, please click http://blog.csdn.net/bluecol/article/details/45675615 for its detailed and effect.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1687887
    • 提供者:zhanghe
  1. Kalman-Filtering_Matlab

    0下载:
  2. Kalman滤波器从原理到实现。例子是对于汽车电压的Kalman滤波。可参考博客http://blog.csdn.net/xiahouzuoxin/article/details/39582483-The theory and realize of Kalman Filtering.This demo is for Automobile Voltimeter Example.Detail can be seen on blog http://blog.csdn.net/xiahouzuoxin/
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3429
    • 提供者:Yunpentium
搜珍网 www.dssz.com