登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:C++
  2. 代码类别:图形图像处理
  3. 发布时间:一周内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. jpeg

  本项目成功地实现了jpeg图像的压缩非常实用!!!!!!(The project successfully realized the jpeg image compression is very useful!!!!!!!!!!!!!!!!)

2
下载
133
浏览
2016-03-13发布

2. 压缩算法

用哈夫曼算法对图像进行压缩, 1.颜色模式转换及采样; 2.DCT变换(离散余弦变换); 3.量化;4.编码(有算术编码和哈夫曼编码两种,这里采用哈夫曼编码)

1
下载
155
浏览
2016-03-03发布

3. rsplit

  按照指定分隔符将已知字符串分割成个部分,并以cell存储(In accordance with the specified separator known string divided into parts, and cell storage)

1
下载
96
浏览
2016-02-29发布

4. DSP-transponder-signal-processing

  利用TMS320VC5509A为核心的DSP处理硬件,通过软件实现自适应Notch滤波和瞬时频率序列方差检测(VIRD)运算,在较低信噪比使用条件下完成对单频测距信号的可靠检测和判定(Using tms320vc5509a DSP core processing hardware, adaptive notch filter and variance of instantaneous frequency sequence detection (Vird) operation is realized by software, in low signal to noise ratio under the conditions of use complete reliable detection of single frequency ranging signal and judging)

5
下载
102
浏览
2016-02-20发布

5. DIP(Visual-CPP)

  本书主要讲述如何使用Visual C++进行数字图像处理。全书对常用的数字图像处理算法进行了介绍。(This book focuses on how to use Visual C++ digital image processing. The book is commonly used digital image processing algorithms were introduced.)

2
下载
92
浏览
2016-02-19发布

6. opencv

  利用opencv+VC++实现对图像的边缘处理,从而对图像进行检测(Use opencv+ VC++ to achieve the edge of the image processing to the image detector)

3
下载
150
浏览
2016-02-18发布

7. CAGD_NURBS

  施法中新版《计算几何与计算机图形学》,书中所带光盘,包含书中源码和其团队开发的软件,能够实现曲线曲面拟合和编辑(The new cast of Computational Geometry and Computer Graphics , the book brought the disc that contains the source code in the book and his team developed software enables curve and surface fitting and edit)

14
下载
184
浏览
2016-02-15发布

8. apple1

  上课时做的一个小程序,表达式计算程序,采用vc++,可能有点儿小瑕疵,但基本运行是没问题的(Class to do a small procedure, expression of the calculation procedure for the vc++, may be a bit small flaws, but the basic operation is no problem of)

1
下载
147
浏览
2016-02-15发布

9. wavelet-wavelep-filter

  本程序实现小波和小波包滤波,,对高频部分进行处理对一维信号进行处理,得到重构去噪后的信号,代码调试通过(This procedure realize wavelet and wavelet packet filtering, and the high frequency part of the process of one dimensional signal processing, reconstruction after denoising signal, code debugging through)

12
下载
116
浏览
2016-01-20发布

10. XIHUA

  本程序是使用c++开发语言编写的,功能是将bmp图像进行细化处理,比如,可以将比较粗的汉字细化成较细的汉字。(This program used c++ development language, the function is to thinning BMP image . For example, it can be more crude refining the Chinese characters into a fine characters.)

4
下载
158
浏览
2016-01-06发布

11. HarrisCorner

  对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图像文件; 6. 命令格式: “xxx.exe 图片文件 k 参数(=0.04) Aperture_size(=3)”。(The input of a color image, write your own code to achieve Harris Corner Detection Algorithm: 1. Can not be called directly inside OpenCV some functions associated with the Harris corner detection 2. To only use C/C++, can not be used in other languages 3. GUI only with their own HighGUI, can not use QT or other 4. The platform can be used Windows, Linux, MacOS 5. Display intermediate and final results of the test results, including the largest eigenvalues diagram, the minimum feature value graph , R chart (you can consider color display), picture superimposed on the test results, etc., and these intermediate results are output as an image file 6. Command Format: " xxx.exe picture file k parameters (= 0.04) Aperture_size (= 3 ). " )

15
下载
148
浏览
2016-01-04发布

12. bgslibrary_x86_v1.9.2

  bgslibrary_x86_v1.9.2,是MFC的实现文件,包含37种背景减除算法,对于做目标提取的研究非常有用。(The BGSLibrary was developed by Andrews Sobral and provides an easy-to-use C++ framework based on OpenCV to perform background subtraction (BGS) in videos. )

19
下载
157
浏览
2015-12-22发布

13. mstar_conv_tools.rar

  这些程序可以将MSTAR数据库中的数据转换为可是图像,例如JPEG和TIFF,方便SAR图像的处理。(These program can convert the MSTAR data into some images such as jpeg and tiff.It s easy to study sar images.)

33
下载
127
浏览
2015-12-16发布

14. CTImageReconstruction

  ct图像重建系统,本程序需要先安装和配置好vtk环境才能编译并以命令行方式运行。(ct image reconstruction system, the program you need to install and configure vtk environment to compile and run the command line.)

6
下载
160
浏览
2015-12-15发布

15. dianziwenxiang

  该代码采用opencv环境来实现灰度投影估计电子稳像算法,能够很好地解决视频序列抖动问题。(The code uses the opencv environment to achieve the gray projection algorithm, which can solve the problem of video sequence jitter.)

21
下载
134
浏览
2015-12-08发布

16. MbufAllocColor

  这个函数分配一个数据缓冲区与多个颜色指定系统上的乐队。这种类型的缓冲区允许表示彩色图像(例如,RGB)。 这个函数为每个指定分配缓冲区,一个二维表面颜色乐队。您可以使用MbufAlloc1d()和MbufAlloc2d()来创建单独的乐队一或二维 数据缓冲区,分别。 分配一个缓冲区后,我们建议您检查是否操作成功,使用MappGetError(),或通过验证,不是M_NULL返回的缓冲区的标识符。(This function allocates a data buffer with multiple color bands on the specified system. This type of buffer allows for the representation of color images (for example, RGB). This function allocates buffers that have a two-dimensional surface for each specified color band. You can use MbufAlloc1d() and MbufAlloc2d() to create single band one- or two-dimensional data buffers, respectively. After allocating a buffer, we recommend that you check if the operation was successful, using MappGetError(), or by verifying that the buffer identifier returned is not M_NULL.)

1
下载
149
浏览
2015-12-03发布

17. colorbin

  统计一幅图像的颜色直方图特征,用于进行图像检索的一中方法。(Color histogram statistics of an image, for performing a method for image retri .)

2
下载
92
浏览
2015-12-03发布

18. Kernel-Entropy-Component-Analysis

  这篇文章是一种特征降维的方法,不过跟一般的计较离散度的方法不同,这个特征变换的准则是:尽可能地保留原始样本的熵(Kernel Entropy Component Analysis Jenssen, R Pattern Analysis and Machine Intelligence, IEEE Transactions on Volume: PP , Issue: 99 )

3
下载
159
浏览
2015-12-01发布

19. opticalflowMATLAB

  LK 和HS光流代码,初学者可用,带有误差分析(LK optical flow and the HS code is available for beginners, error analysis with)

24
下载
156
浏览
2015-11-28发布

20. gmm

  EM算法以及混合高斯模型,c++实现,控制台程序,函数调用很简单方便。可以在低版本vc6.0运行。(EM algorithm and hybrid Gauss model, c++ implementation, the console program, function call is very simple and convenient. Can be run at low vc6.0.)

8
下载
200
浏览
2015-11-19发布