-
yunlai
在vs平台下利用opencv程序,可以处理图像的膨胀、腐蚀以及开闭运算。(Availability v Understanding use of open platform opencv degree, permissible processing, swelling, corrosion and opening and closing operation)
- 2017-03-04 03:03:26下载
- 积分:1
-
renyandingweiyurenlianjiance
说明: 这是一个经过调试过的人眼定位和人脸检测算法的代码。(This is a debug-off position of human eyes and human face detection algorithm code.)
- 2021-03-17 16:49:21下载
- 积分:1
-
单尺度SSR
单尺度SSR(Single Scale Retinex)(A Retinex Function)
- 2020-07-07 12:58:57下载
- 积分:1
-
PDE
给予偏微分方程的图像处理一书中的实验代码很全面 (Given partial differential equations of image processing of the experimental code book is very comprehensive)
- 2008-08-13 09:13:46下载
- 积分:1
-
lda
lda线性特征提取,用于人脸识别,首先进行小波特征提取后用lda提取特征。(lda linear feature extraction for face recognition, first of all, after feature extraction using wavelet feature extraction using lda.)
- 2010-02-20 11:42:33下载
- 积分:1
-
INSAR
关于干涉合成孔径雷达(INSAR)的图像处理程序~(Interferometric synthetic aperture radar (INSAR) image processing program ~)
- 2012-08-19 16:13:34下载
- 积分:1
-
JPEGCompression
说明: 编码:
(1)进行颜色转换,将RGB格式转换为YUV格式。
(2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。
(3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。
(4)对变换系数进行量化。
(5)进行Z字形重排
(6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。
解码:
(1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。
(2) 进行反Z字型重排
(3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。
(4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。
(5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。
(6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
- 2019-02-18 22:58:13下载
- 积分:1
-
Qt_Opengl
基本图元绘制、计算机图形学上机实验报告、1,熟悉图形软件开发工具:VC++, OpenGL等;
2,设计、实现线段的DDA、Bresenham算法
3,设计、实现中点圆、中点椭圆生成算法;
4,设计、实现填充图元生成算法;(The basic primitive computer graphics, computer lab report 1, familiar with the graphics software development tools: vc++, OpenGL, etc. 2, design implementation DDA Bresenham algorithm of line 3, midpoint circle midpoint elliptical generation algorithm design implementation 4, primitive design to realize filling generation algorithm)
- 2020-09-10 13:08:00下载
- 积分:1
-
Marching-Cubesof-MC-algorithm
原创基于c++语言编程实现了MC算法在三维图像处理中的应用,以及有许多二维图像到三维图像表面的重建过程算法。通过VC2008,编译已通过。(I have realized MC algorithm about the application of processing 3-D image based on C++ language also realised the technology on image surface reconstruction from 2-D to 3-D image.They are all compiled successfully using VS2008)
- 2012-05-04 22:32:57下载
- 积分:1
-
Lbp
说明: 使用lbp算法来计算出一副图片的纹理程度,归一化处理(LBP calculates the texture level of the image)
- 2020-12-10 17:49:48下载
- 积分:1