CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - class package

搜索资源列表

  1. PicTest

    0下载:
  2. 对CImage类进行封装,新的CImage 类能对多种格式的图片进行水平翻转,竖直翻转,顺时针,逆时针翻转,以及图片保存与转化-CImage class package for the new formats CImage class can flip the picture horizontally, flip vertically, clockwise, counterclockwise turn, and the preservation and conversion of images
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:94.22kb
    • 提供者:朱长利
  1. gabor_upload

    0下载:
  2. 封装的gabor处理类 可以用来做指纹人脸特征提取 VC++开发-Gabor class package can be used to do facial feature extraction fingerprint VC++ development
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2.39kb
    • 提供者:曾祥进
  1. MinMaxFilterFolder

    0下载:
  2. Min/Max filter,最大最小滤波器,说明看英文,只是国外的人写的代码, -Descr iption The filter computes the minima and/or maxima of an array over sliding window with a given size. Multidimensional array is fully supported: running filter in 1D, 2D filter for image process
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:28.67kb
    • 提供者:谢冉
  1. ChangingColorDepth_src

    0下载:
  2. 采用C++编写的图像颜色深度转换程序,封装完整的类。-Written using C++ image color depth conversion process, package, the full class.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:5.73kb
    • 提供者:王军
  1. MatrixHelp

    0下载:
  2. 关于图形处理中的矩阵实例.主要实现了矩阵类的封装.-Graphic treatment of the matrix on the instance. Main achievement of the Matrix class package.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:73.77kb
    • 提供者:linjjj
  1. chenzhenBMPa

    0下载:
  2. 图像处理已经成为计算机图形学的一个重要方面,VC++是最适合用来做图像处理工具了,因为使用C语言能很方便的封装各种复杂的图像处理算法,并以类的形式表达出来,充分利用面向对象技术;而且,在VC中还可以很方便地使用Windows GUI 的API,并利用内建OpenGL SDK 以及 DirectX SDK 来充分支持动画设计,当然也可以使用第三方的图形处理库来简化编程-Image processing has become an important aspect of computer graph
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:789.33kb
    • 提供者:Cherlas
  1. histogram

    0下载:
  2. 直方图类 实现直方图相关的属性和操作的封装-Histogram Histogram class implements the properties and operations related to the package
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:2.76kb
    • 提供者:冯超
  1. CImg-1.4.9

    0下载:
  2. 封装了图像处理函数的类,用于图像处理编程的底层代码,VC++实现-Package of image processing functions of the class, low-level programming for image processing code, VC++ implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9.27mb
    • 提供者:douyxiang
  1. libsvm-2.9

    0下载:
  2. LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数可以解决很多问题;并提供了交互检验(Cross Validation)的功能。该软件包可在http://www.csie.ntu.edu.tw/~cjlin/免费获得。该软
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:655.96kb
    • 提供者:王炜豪
  1. HyperspectralDetection_NoTemplate

    0下载:
  2. VC++编程实现的高光谱图像处理算法,包括RX ,正则化RX,CEM,单位化CEM和样本加权CEM。 程序中封装了矩阵类,这次封装没有使用模板类,可以减小程序体积。-Hyperspectral image processing algorithms the VC++ programming, including RX is the RX, CEM, the unitised CEM and sample weighted CEM. Program encapsulated in a matr
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:2.31mb
    • 提供者:冯木矛木
  1. ImageProcessing

    0下载:
  2. 在VC++6.0环境下通过对图像的格式和显示进行类的封装,然后通过继承实现了常见的图像处理操作,包括预处理、各种变换的算子等等。-In VC++6.0 environment through the image format and display of class package, and then realized through inheritance common image processing operations, including pretreatment, various t
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:3.94mb
    • 提供者:李健
  1. svm

    0下载:
  2. SVM平台,操作简单、易于使用的通用SVM 软件包,可以解决分类问题(包括C- SVC、n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM )等问题,提供了线性、多项式、径向基和S 形函数四种常用的核函数供选择。-SVM platform is a simple, easy to use, versatile SVM software package can solve classification problems (including
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:619.16kb
    • 提供者:凡轩
  1. morphology-DIB

    0下载:
  2. 由于MFC没有封装DIB类,编写面向对象的的DIB类,易于维护和移植;然后提供数学形态学代码,实现图像各种形态学运算,处理时只需要定义形态学类然后进行调用即可,代码都经过调试运行,现在应用与工程项目中-Because MFC do not package the DIB class, we write the object-oriented class DIB and it is easy to be transplanted. Furthermore, we provide the mathe
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:10.58kb
    • 提供者:xiaowu
  1. HarrisDetector

    0下载:
  2. Harris角点检测是一种经典的角点检测方法,该代码中包含 1.原始的直接调用OpenCV实现角点检测; 2.封装自定义类来改进角点检测; 3.实现了增加容忍距离解决特征点聚类是角点分布均匀-Harris corner detection is a classical corner detection method, the code contained 1. The original of directly calling OpenCV corner detection to
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5.25mb
    • 提供者:蓝梦
  1. nihepingmian

    0下载:
  2. 平面拟合程序包,可以用于平面,类平面去载频,有需要的可以下载-Plane fitting package, can be used for flat, class plane to carrier frequency, there is a need to download
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:642byte
    • 提供者:Timmyxu
  1. 2340252

    0下载:
  2. 经济类的实用的时间序列分析软件包,已经是目前最好的版本了(Economy class practical time series analysis software package, was the best version of the game)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-28
    • 文件大小:220kb
    • 提供者:Eziuurbn
搜珍网 www.dssz.com