登录
首页 » Visual C++ » view

view

于 2017-08-03 发布 文件大小:1KB
0 147
下载积分: 1 下载次数: 1

代码说明:

  Matlab time-frequency analysis supporting the source code of chapter 12, please share

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • huoquzhidingyanse
    这个代码可以获取一种颜色可以生成10进制的数,和一个16进制的数(the code can get a color can generate 10 to the 229 number, and a few of the 229 16)
    2006-11-28 01:28:00下载
    积分:1
  • chapter12
    图像处理中的数字识别代码,包括数字训练集合和训练分类算法,可以实际应用。(digital recognition)
    2015-10-11 21:25:41下载
    积分:1
  • interactor
    圆锥盒子工具,包括交互功能,可以实现放大缩小旋转等功能。(Tapered tool box, including the interaction capabilities)
    2016-05-30 15:47:01下载
    积分:1
  • c_tuxing
    c#数字图像处理算法典型实例,本资料从数学角度来讲解图片处理的各种方法,是个不可多得的实例(c# a typical example of the digital image processing algorithms, the data from a mathematical point of view to explain the various methods of image processing, is a rare instance)
    2012-08-24 23:49:56下载
    积分:1
  • sar
    SAR成像算法的分析; SAR成傢算法简要介绍 ;Chirp-scaling算法 ; 分布式小卫星SAR解方位多普勒模糊的点目标仿真; 分布式小卫星SAR成像的仿真参数 ; 点目标成像仿真及结果 (SAR imaging algorithm analysis SAR algorithm married briefly Chirp-scaling algorithm distributed small satellite SAR azimuth Doppler ambiguity solution point target simulation distributed small satellite SAR imaging simulation parameters Point Target Imaging Simulation and results)
    2010-07-07 14:07:57下载
    积分:1
  • 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)
    2011-12-02 10:09:24下载
    积分:1
  • AviPclass
    AVI视频流数据读写类库!供视频图像处理编程参考!非常好用!(AVI video stream class library for reading and writing data. Video image processing for programming reference! Very handy!)
    2007-05-25 10:32:16下载
    积分:1
  • sift2
    SIFT特征提取 http://www.opencvchina.com/forum.php?mod=viewthread&tid=209&fromuid=267 (SIFT feature extraction http://www.opencvchina.com/forum.php?mod=viewthread& tid=209& fromuid=267)
    2012-08-19 15:09:14下载
    积分:1
  • Light-Spot
    针对空间发光点缩成光斑图像中心的高精度提取问题,本文提出一种亚像素提取方法。该方法简历了具有高斯能量分布的空间发光点的透视投影光斑图像灰度分部数学模型,证明了空间发光点能量中心的透视投影不变性。(Light-emitting points of space shrunk to spot high-precision center of the image extraction problem, we propose a subpixel extraction method. This method resumes a space with Gaussian energy distribution points of perspective projection spot light gray segment mathematical model to prove the energy center of the space light-emitting point perspective projection invariance.)
    2010-12-10 22:56:07下载
    积分:1
  • Moravec
    说明:  在VC中实现了使用Moravec算子对遥感影像进行特征点的提取,缺点是速度较慢。不过提取效果不错!(Implemented in VC using Moravec operator of remote sensing images feature point extraction, the disadvantage is slow. However, extracting good results!)
    2011-03-30 20:47:21下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载