搜索资源列表
二维图像三维显示
- 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量
OpenGL三维重建
- 用OpenGL实现二维图像的三维重建
二维小波分析对图像处理的应用
- 本文从二维小波理论出发,对其在图像处理的应用上进行了一些分析和处理,力图反映出小波分析在图像处理方面有着其独特的特点。
图像二维傅立叶变换JAVA实现
- 用JAVA语言程序实现图像的二维傅立叶变换
基于matlab的二维图像Gabor滤波源代码
- 基于matlab的二维图像Gabor滤波源代码,调试通过,Matlab based on Gabor filtering of two-dimensional image source code, debugging through
中值滤波器 采用的是对二维图像
- 中值滤波器 采用的是对二维图像,进行两次一维中值滤波,算法简单且易实现,Median filter is used in two-dimensional images, for two one-dimensional median filtering algorithm is simple and easy to achieve
reconstruct
- Matlab程序,通过二维图像重建三维模型的例子,简单实用-Matlab program, through the two-dimensional image reconstruction of three-dimensional model example of simple and practical
一维和二维小波变换的VC实现
- 小波算法在vc的具体实现.小波算法在图像处理,视频压缩,特征提取等领域有广泛应用,程序以灰度图像为数据分别演示了一维和二维小波变换,希望对大家有所帮助.谢谢!-vc wavelet algorithm in a concrete realization. Wavelet algorithms in image processing, video compression, feature extraction and other fields have extensive application
两个matlab实现最大熵法图像分割程序
- 本文提供了两种方法计算二维最大图像信息熵(This paper provides two methods for computing two-dimensional maximum image information entropy)
CT二维图像重建程序
- CT二维图像重建的两种方法代码。傅里叶转换法和滤波反投影法。(CT two-dimensional image reconstruction of the two methods of code. Fu Liye transform method and filtered back projection method.)
二维高斯滤波matlab
- 此程序是应用于图形图像处理,基于matlab软件的二维高斯滤波算法实现。(This program is applied to graphics and image processing, based on MATLAB software two-dimensional Gauss filtering algorithm.)
二维图像熵
- 计算图像的二维图像熵,在一维熵的基础上引入能够反映灰度分布空间特征的特征量组成图像的二维熵 包括 计算图像二维图像熵的函数文件 H_img2d.m 调用该函数的代码 H_img2d_test.m 以及测试代码用图像文件 boy.jpg(computing two dimensional image entropy of an image)
图像二维熵的计算
- 基于MATLAB的图像二维熵的计算,采用了改进的均值滤波器模板,使结果与物理意义更加契合。附带一张测试图像
图像的二维熵计算
- 基于MATLAB的图像二维熵的计算,采用了改进的均值滤波器模板,使结果与物理意义更加契合。(This program calculates the 2-dim entropy of images, which is based on MATLAB. It uses a better average filter template, and makes the result in accordance with the identification of entropy.)
三维矩阵转二维
- 在mmatlab中将多波段的遥感图像(三维矩阵数据)转换成二维数据,与求邻域(convert the 3D image data into the 2D data in the matlab)
灰度图像二维otsu自动阈值分割
- 一种基于otsu的二维灰度图像分割算法,包括注释和源代码,适合初学者使用。(A two-dimensional gray image segmentation algorithm based on Otsu, including annotation and source code, which is suitable for beginners.)
二维图像展成一维向量后的随机置乱
- 通过将二维图像展成一维向量进行随机置乱实现图像加解密(Random image scrambling is achieved by expanding two-dimensional images into one-dimensional vectors.)
OpenGL二维图像转换为三维图像
- 采用OpenGL工具,,进行的对图像的三维重建过程。(Three-dimensional image reconstruction,the software is OpenGL)
二维图像对地面点进行提取
- 试用二维图像对地面点进行提取,sample12文件提取地面点。(转,缺少sample12文件素材,可自行寻找素材,代码仅转载参考)(Extracting ground points from two-dimensional radar images)
三维显示
- 将二维图像进行三维显示,使用的是matlab中的mesh函数(The mesh function of MATLAB is used to display two-dimensional image in three-dimensional)