登录

最新会员 最新下载

成为了本站VIP会员

11月02日 20:53

成为了本站VIP会员

10月30日 10:36

成为了本站VIP会员

10月27日 09:50

成为了本站VIP会员

10月20日 00:18

成为了本站VIP会员

10月18日 11:26

成为了本站VIP会员

10月18日 09:56
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:图形图像处理
  3. 发布时间:一周内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. PDF417-Encode-a-Decode

  二维码PDF417编码和解码的源代码,可将它们修改后做成匹配的编码和解码对。(The source code of two-dimensional barcode PDF417 encoding and decoding, they can be modified to become a matched encoding and decoding. )

115
下载
226
浏览
2012-02-10发布

2. xaiobo

  基于小波的视频图像压缩研究进展 基于小波的视频图像压缩研究进展(Wavelet-based video image compression research progress)

3
下载
212
浏览
2012-02-04发布

3. XY

说明:  XYZ视频图像压缩编码的应用原理与实际生活应用 (XYZ video image compression encoding)

0
下载
216
浏览
2012-02-04发布

4. Basic-knowledge-of-image-processing3

  This program contains some basic image processing things, such as: 256 colors to grayscale, contrast stretching, anti-color, brightness change, etc.

2
下载
211
浏览
2012-01-20发布

5. bmp

  本程序是对24位图片进行灰度化,并进行去边缘的,二值化(This program is to 24 bits images of gray, and go to the edge, binary )

8
下载
181
浏览
2012-01-17发布

6. tuxiangpingjie

  图像拼接及柱面全景图生成算法研究 图像拼接及柱面全景图生成算法研究(Image mosaicing and cylinder panorama generation algorithm is studied)

10
下载
177
浏览
2012-01-14发布

7. background-object-testVC

  可以进行背景减除法-三帧法-高斯背景建模法运动检测( This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. )

64
下载
228
浏览
2011-12-30发布

8. Laplasse

  拉普拉斯算法的实现,程序是用vc++编写的(Laplasse algorithm)

8
下载
234
浏览
2011-12-28发布

9. Special-Project

  图像相似性检测的PPT,比较全面的总结,对主要用到的特征提取和特征匹配算法都有基本的介绍。(Image similarity detection of PPT, a more comprehensive summary of the main use of the feature extraction and feature matching algorithm has the basic The introduction.)

22
下载
199
浏览
2011-12-28发布

10. picture3

  讲解滤波与二值图像处理,比较简单的图像处理源码(Explain the filtering and binary image processing, image processing source code is relatively simple)

3
下载
287
浏览
2011-12-27发布

11. Feature-point-extraction

  使用GDAL库,用于遥感影像的特征点提取(Using the GDAL library, used for remote sensing image feature point extraction)

6
下载
209
浏览
2011-12-25发布

12. Sutherland_Cohen--Straight-cut

  计算机图形学中小例子,MFC下实现Sutherland_Cohen直线段裁剪算法(Computer graphics small example)

4
下载
234
浏览
2011-12-21发布

13. liantongbiaoji

  图像处理方面,用VC++实现的连通区域标记的程序。(Image processing, with VC++ implementation of the procedures connected region markers.)

9
下载
211
浏览
2011-12-20发布

14. Reny

  三维最大Renyi熵的灰度图像阈值分割算法(Maximum Renyi entropy of three-dimensional gray-scale image segmentation algorithm)

5
下载
217
浏览
2011-12-18发布

15. VCdetuxingchuli

  VC的图形处理以及简单的程序设计,简单易懂(VC graphics processing and simple program design, simple and understandable )

2
下载
236
浏览
2011-12-13发布

16. gdal1.4.5

  很有用的gdal库,并且已经编译好。请多多指教!(It is a very good resource!Please download!!)

5
下载
209
浏览
2011-12-08发布

17. chenggongchengxu

  rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)

7
下载
223
浏览
2011-12-02发布

18. sy

说明:  压缩感知的经典代码,包括观测,稀疏表示,重建,其中观测用的高斯观测矩阵,稀疏用的DCT,重建用的OMP算法(Compressed sensing of the classic code, including observations, sparse representation, reconstruction, observed with a Gaussian observation matrix, sparse use of the DCT, re-use of the OMP algorithm)

1
下载
299
浏览
2011-11-29发布

19. fatigue-driving-system

  基于图像处理的人脸检测系统,通过openCV软件来实现的(Image processing based face detection system, implemented by software openCV)

20
下载
290
浏览
2011-11-23发布

20. abc

  数字图象处理VC++实现,里面有很多图像处理方面的算法,有参考意义。(Digital image processing in VC++)

4
下载
325
浏览
2011-11-21发布