联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 图形图像处理(146) 
按平台查找All C/C++(146) 

[图形图像处理] 频域滤波

vs上用opencv写的一个频域滤波的简单程序,包括理想,巴特沃斯,高斯滤波器
Frequency domain filtering (2020-11-25, C/C++, 1579KB, 下载0次)

http://www.pudn.com/Download/item/id/1606307454694805.html

[图形图像处理] Experiment3

利用贝叶斯分类器与SVM分类器对人脸数据进行识别
Recognition of Face Data Using Bayesian Classifier (2019-05-15, C/C++, 64698KB, 下载1次)

http://www.pudn.com/Download/item/id/1557907113135789.html

[图形图像处理] volfill.tar

一种孔洞修补方法,来自斯坦福。采用体素的方法,速度质量都比较高。
A hole repair method, from Stanford. (2019-04-25, C/C++, 121KB, 下载3次)

http://www.pudn.com/Download/item/id/1556150993291402.html

[图形图像处理] 10823163

一个完整的巴特沃斯滤波器,完全可以使用的。可以下载
A complete Butterworth filter is fully usable. Can download (2019-02-01, C/C++, 3KB, 下载2次)

http://www.pudn.com/Download/item/id/1549022890895090.html

[图形图像处理] iransform

小波变换程序,二维小波变换和一维小波变换源程序,
Wavelet transform program, two-dimensional wavelet transform and one-dimensional wavelet transform source program, (2018-09-05, C/C++, 3KB, 下载5次)

http://www.pudn.com/Download/item/id/1536098607383609.html

[图形图像处理] xjs1

用matlab对图像进行锐化,加噪,滤波,平滑滤波,中值滤波等处理
Matlab is used to sharpen the image, add noise, filter, smooth filter, median filter and so on (2018-04-12, C/C++, 3KB, 下载2次)

http://www.pudn.com/Download/item/id/1523494834920426.html

[图形图像处理] devefopment

先输入矩阵的维数,再输入该矩阵,然后通过该算法从大到小输出该矩阵的各行各列和主辅对角线的和 (2018-01-07, C/C++, 1017KB, 下载1次)

http://www.pudn.com/Download/item/id/1515286603534915.html

[图形图像处理] inversion

两个不同一维地震反演策略 (BLIMP amd TRIMP),带限阻抗反演
Two different one- dimensional seismic inversion strategies (BLIMP amd TRIMP), band- limited impedance inversion (2017-05-03, C/C++, 24KB, 下载13次)

http://www.pudn.com/Download/item/id/1493780166616808.html

[图形图像处理] Attitude-Algorithm

两种基于互补滤波的姿态算法,对陀螺仪和加速度计进行数据融合,解算姿态。一种使用了梯度下降算法,另一种使用反馈修正和李雅普诺夫分析。
Two algorithms for attitude estimate based on complementary filtering. Data form Gyroscope and Accelerometer are fused. One is based on gradient descent algorithm while the other is based on the feedback and Lyapunov stability. (2016-08-24, C/C++, 6KB, 下载16次)

http://www.pudn.com/Download/item/id/1472046999267670.html

[图形图像处理] hdm

横断面数据抬杆法格式与中心点为原点格式格式转换 高程加常数
Cross-sectional data raise the center pole method format format format converter for the origin plus constant elevation (2013-11-05, C/C++, 3KB, 下载1次)

http://www.pudn.com/Download/item/id/2391995.html

[图形图像处理] color_hist256

自己编写的提取RGB图像的包含256bin的一维直方图,首先把rgb图像转换为hsv图像,然后量化三个分量图像,最后提取一维直方图,可用于图像检索。
I have written extract contains RGB images 256bin one-dimensional histogram, first of all put rgb image is converted to hsv images, then quantified the three-component image, and finally extracted one-dimensional histogram can be used for image retrieval. (2013-11-04, C/C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/2391483.html

[图形图像处理] BIANJIE2

使用拉普拉斯算子的图像边界提取,数字图像处理实验
Images using Laplacian edge detection, digital image processing experiments (2013-11-04, C/C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/2391168.html

[图形图像处理] fdct

DCT变换程序,c++代码。支持一维变换,也可以二维变换。
DCT tranform code,C++code.To support one transformation, also can two-dimensional transformation (2012-03-05, C/C++, 73KB, 下载26次)

http://www.pudn.com/Download/item/id/1785982.html

[图形图像处理] The-rotation-of-the-image-and-zoom

图像的旋转加缩放,对于地球图片而言,效果更佳
The rotation of the image and scaling, for the earth for pictures, the effect is much better (2012-02-18, C/C++, 4890KB, 下载4次)

http://www.pudn.com/Download/item/id/1774605.html

[图形图像处理] Digital-Image-Processing-Using-MATLAB-Gonzalez

数字图像处理(Matlab版),冈萨雷斯著,经典教材。
Digtal image processing using Matlab. The author is Gonzalez. (2010-11-24, C/C++, 20057KB, 下载3次)

http://www.pudn.com/Download/item/id/1357523.html

[图形图像处理] bch

这是个给图像加bch信道编码的小程序,提供与大家,希望能给大家些帮助
it is a program for the bch,it can encode and decode of bch to a pictur (2010-05-26, C/C++, 3KB, 下载6次)

http://www.pudn.com/Download/item/id/1189562.html

[图形图像处理] laplacesharp

对指定图片进行拉普拉斯锐化,得到锐化效果
Laplacian sharpening the specified image to get sharpening effect (2010-04-20, C/C++, 165KB, 下载8次)

http://www.pudn.com/Download/item/id/1135209.html

[图形图像处理] xx

计算几何导论 作者: [美]F·P·普霍帕拉塔 M·I·沙莫斯
Introduction to computational geometry (2010-02-28, C/C++, 7598KB, 下载4次)

http://www.pudn.com/Download/item/id/1072096.html

[图形图像处理] SHOWDIB1

c语言加win32API实现位图的读取及图像的中值滤波,直方图均衡变化
c language plus win32API read Bitmap and image median filtering, histogram equalization changes (2009-12-26, C/C++, 2161KB, 下载22次)

http://www.pudn.com/Download/item/id/1018564.html

[图形图像处理] 3_Dimagesmoothing

3_D 图像平滑算法,对计算机图像学,图像处理,3维显示等应用很重要
3_d image smoothing, it is important for graphics,image processing,3_d display (2009-04-04, C/C++, 2KB, 下载4次)

http://www.pudn.com/Download/item/id/701060.html
总计:146