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

搜索资源列表

  1. PtInRect

    1下载:
  2. 这是我写的一个实现点选中多边形的数值算法,算法进行了特别设计,速度很快,可以判断点在浮点型的多变形中或在多边形外,可以移植到UNIX或linux平台,因为这两个平台没有CRect的PtInRect() 和 CRgn的PtInRgn()函数,这是一个很高效的算法-This is the one I wrote to achieve Polygon click the numerical algorithm, the algorithm specifically designed, very fas
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:38.15kb
    • 提供者:王为
  1. mywavelet1

    1下载:
  2. 本人的小波课作业: 图像的daub4小波包分解和重构,以及画shannon小波函数等-I wavelet class operations : Image daub4 wavelet packet decomposition and reconstruction. shannon and paintings such as wavelet function
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:48.8kb
    • 提供者:赵丛
  1. paintlib-2.6.2

    0下载:
  2. paintlib is a portable C++ class library for image loading, saving and manipulation. Images can be loaded from BMP, GIF, IFF, JPEG, PCX, PGM, PICT, PNG, PSD, SGI, TGA, TIFF and WMF files and saved in BMP, JPEG, PNG and TIFF formats-paintlib portable
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:1.83mb
    • 提供者:张海东
  1. tuxiangchuliruanjiian

    0下载:
  2. ImageStone is a powerful C++ class library for image manipulation. it is portable and requiring only a recompiling on any platform. It includes load/save, display, histogram, undo/redo and over 100 predefined filters. It is a mature and easy-to-use i
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.19mb
    • 提供者:刘广招
  1. 511

    0下载:
  2. 矩阵中的每一个元素称为像元、像素或图像元素。而g(i, j)代表(i, j)点的灰度值,即亮度值。 由于g (i, j)代表该点图像的光强度(亮度),而光是能量的一种形式,故g (i, j)必须大于零,且为有限值,即: 0<=g (i, j)<2n。 用g (i, j)的数值来表示(i, j)位置点上灰度级值的大小,即只反映了黑白灰度的关系。 数字化采样一般是按正方形点阵取样的, -each of the matrix elements known as a pixel, pixe
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:145.71kb
    • 提供者:刘德华
  1. 611

    0下载:
  2. 矩阵中的每一个元素称为像元、像素或图像元素。而g(i, j)代表(i, j)点的灰度值,即亮度值。 由于g (i, j)代表该点图像的光强度(亮度),而光是能量的一种形式,故g (i, j)必须大于零,且为有限值,即: 0<=g (i, j)<2n。 用g (i, j)的数值来表示(i, j)位置点上灰度级值的大小,即只反映了黑白灰度的关系。 数字化采样一般是按正方形点阵取样的, -each of the matrix elements known as a pixel, pixe
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:896.58kb
    • 提供者:刘德华
  1. cx-image

    0下载:
  2. CxImage is a C++ class that can load, save, display, transform images in a very simple and fast way. CxImage grew together with the CodeProject site, since 2001, and reached this level thanks to the CodeProject community. Thanks a lot for the sug
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:16.32mb
    • 提供者:王莉
  1. jeq

    0下载:
  2. JEQ is class library written in pure Java. It implements the infinite impulse response (IIR) algorithm for bandpass filtering of sound stream. So, it represents a backend code for stereo 10/15/25/31-band equalizer.-JEQ class library is written in pur
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:57.36kb
    • 提供者:廖广军
  1. 03_Color

    0下载:
  2. 添加颜色: 作为第二课的扩展,我将叫你如何使用颜色。你将理解两种着色模式,在左图中,三角形用的是光滑着色,四边形用的是平面着色。 -add color : As the expansion of the second class, I will tell you how to use color. You will understand two color pattern of the Left, the triangle is smooth coloring, with the
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:224.83kb
    • 提供者:zw
  1. 用opencv类库两副图像的特征点匹配

    6下载:
  2. 两副图像的特征点匹配,其中用了opencv类库,功能包括:特征点的亚像素精度检测,特征点初始匹配,基本矩阵计算及对极约束引导匹配等。matcher.rar网上的都是有错误,而且缺少类库,我把错误改正了,把所有需要的类库都加上了,现在已经编译通过,保证能运行!希望大家喜欢,2 points, matching the characteristics of images, which used the opencv library, features include: Feature Point D
  3. 所属分类:图形图象

    • 发布日期:2016-01-25
    • 文件大小:14.52mb
    • 提供者:star
  1. ControlTracker_demo

    0下载:
  2. A Multiple Selection based Control Tracker Often in developing designer and CAD related applications, one needs the functionality of moving and resizing selected objects around. MFC run-time provides one class i.e. CRectTracker that does something
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:51.16kb
    • 提供者:mark
  1. ink_delphi_demo.ZIP

    1下载:
  2. 手写程序,自动识别英文,汉字,数字。功能强大。-Handwriting program ms ink class Handwriting program,Handwriting program is activex auto Handwriting program Handwriting program Handwriting program
  3. 所属分类:Graph Recognize

    • 发布日期:2015-07-24
    • 文件大小:327kb
    • 提供者:王剑
  1. Point

    0下载:
  2. POINT三维点类,支持常规点运算,平移、旋转、坐标换算等-POINT three-dimensional point class, I support the conventional point of computing, translation, rotation, coordinate conversion, etc.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:1.58kb
    • 提供者:Yang
  1. scope

    0下载:
  2. 一个自由绘制曲线的VC实例源程序,其中还有一个多媒体定时器的源代码,以及一个scope绘制类,希望能对大家有帮助-Draw the curve of a free source code VC instance in which there is a multimedia timer source code, and a scope drawing class, I hope you can help
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:52.01kb
    • 提供者:
  1. DataShow-class-and-demo

    0下载:
  2. 动态数据显示类,平时写程序时经常需要示波器显示数据。但是好的控件不是免费的。由于程序的需要,我写了一个类用于数据显示。现在我把类公开,大家相互学习。-Dynamic data type, usually when you write a program often need the oscilloscope display the data. But the good control is not free. Because the program needs, I wrote a class
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:166.46kb
    • 提供者:黄一才
  1. Lesson03

    0下载:
  2. 添加颜色: 作为第二课的扩展,我将叫你如何使用颜色。你将理解两种着色模式,在左图中,三角形用的是光滑着色,四边形用的是平面着色。 -Add color: as the second extension of class, I will tell you how to use color. You will understand the two kinds of color modes, in the left, with a smooth colored triangle, qua
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-14
    • 文件大小:3.26mb
    • 提供者:wowo
  1. EdgeDetection

    0下载:
  2. A C# class I created for Detecting and Cropping the edge of ID cards scanned by normal scanners, of both white background and black background. Needs AForge.Imaging library from http://code.google.com/p/aforge/ Please review and tell me wha
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:1.42kb
    • 提供者:BahY M. Ali
  1. I

    0下载:
  2. 基于MATLAB平台工作,对图像文件中的果实(类圆形果实)进行识别,通过图像灰度化,二值化,提取边缘,Hough变换等一系列步骤后,对果实图像进行特征提取以获取所需信息。通过对边缘的提取识别图像,便于机器识别。-Work based on MATLAB, the fruit image files (class round fruits) identify the image gray value, edge extraction, Hough transform a series of ste
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:3.72kb
    • 提供者:万龙
  1. Otsu-Algorithm

    0下载:
  2. Otsu方法是一种全局化的动态二值化方法,又叫大津法,是一种灰度图像二值化的常用算法。该算法的基本思想是:设使用某一个阈值将灰度图像根据灰度大小,分成目标部分和背景部分两类,在这两类的类内方差最小和类间方差最大的时候,得到的阈值是最优的二值化阈值。-Otsu method is a globally-oriented dynamic binary method, also known Otsu is a gray image binarization commonly used algorith
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:13.76kb
    • 提供者:fanshengnan
  1. renlianshibie

    0下载:
  2. 关于人脸识别的程序,自己上课交作业用的,感觉挺好用的-On face recognition program, with its own homework in class, I feel very good use
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-29
    • 文件大小:161.18kb
    • 提供者:songruixiang
« 12 3 4 »
搜珍网 www.dssz.com