搜索资源列表
C++(Circle)
- 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角
improved_gaborfilter
- Bi-dimensional Gabor filter with DC component compensation This version of the 2D Gabor filter is basically a bi-dimensional Gaussian function centered at origin (0,0) with variance S modulated by a complex sinusoid with polar frequency (F,W) an
BaseMFCPicturetoprocess
- 1、详细分析了当今流行的各种图像格式的编码与解码方法。 2、利用Microsoft Visual C++ 6.0作为开发工具,使用MFC Application Framework作为软件的基本架构,设计并开发了一个图片浏览器。 3、实现了对BMP、PCX、TGA、JPEG、GIF图像格式的图片进行读、写、显示等基本功能。 4、利用图像处理中一些变换算法,实现了图像的放大、缩小、旋转及百叶窗、马赛克等显示特效。 5、实现了各种图片格式的转换功能。
siftdemo
- 改程序采用C语言编写SIFT算法,包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-Change the use of C language program SIFT algorithm, contains the complete Gaussian pyramid from the image, DOG, space extremum point extraction, descr ipt
1122zhenyan
- 这个是C制作的源代码。。。 对一幅图像进行DFT变换,分别对源图像在空间域和频域里进行二次抽样和差值,最后得出结果比较。- Get a grey level image which size is N*N. (For example, 256*256, however, N = ), and partition to 8*8 sub images. Apply DFT to these sub images, and get the fourier transformed ima
image_compress
- 该程序实例首先对二维图像进行提升小波分解,然后构造传统小波分解结构[c,s],接着使用函数ddencmp()获取信号压缩阈值,再采用函数wdencmp()实现图像压缩-First,the program decomposes the image use lifting wavelet , and then construct the traditional wavelet decomposition structure [c, s], then use the function ddencmp
tc
- 简单的基于TC的C++程序 主要功能是画标准正多边形。-TC' s based on a simple C++ program main function is to draw standards regular polygon.
mushroom.cpp
- Mushroom example with OpenCV and C language. This program demonstrated the use of OpenCV s decision tree function for learning and predicting data
Chapter06
- c++程序设计,函数功能:输入一天的温度,读入并输出直方图,实现存入文档。-c++ programming, function function: Enter the day' s temperature, read and output histogram, to achieve into the document.
SPFunction-c
- matlab的S函数模板,用C语言来描述的,可以为初学者提供共方便-matlab S-function templates in C language to describe, easy for beginners to provide a total
Gray-Level-Transformation_lm2
- 本工程程序利用C++实现灰度图像的灰度级变换。将lena进行灰度级变换增强处理,变换函数为s=r^0.5,给出增强后图像lena1-The engineering program using C++ implementation of gray-level gray-scale image transformation. Lena gray level transformation will be enhanced process, the transformation function is
ImageProcess
- 一个基于windows的图像处理软件源码,功能比较简单,适合于visual c++的初学者。-one source code of image processer based on windows,it s function is easy and it adapted to the new visual c++ learner,thanks.
11f1bbfc0c65
- 对二值图像边界进行跟踪,对边缘进行判断,然后沿着边缘进行跟进- C = CONTOUR_FOLLOWING(BW) takes BW as an input. BW is a binary array containing the image of an object ( 1 : foreground, 0 : background). It returns a circular list (N x 2, C(1,:)=C(end,:)) of the (row,co
JALRP000
- This my first text-mode data painter function which is a source code avaiable at Borland Turbo C and Turbo C++. I would like to upload this a memory about a new software sub-culture. to be a brave member. This is available for up to 80x50 text mode (
calibrationImage
- 使用opencv函数标定相机的内参矩阵,实现相机标定(Use the opencv function to calibrate the camera's internal matrix)
