登录
首页 » Visual C++ » lda_hash

lda_hash

于 2021-01-01 发布 文件大小:261KB
0 493
下载积分: 1 下载次数: 64

代码说明:

  以SIFT特征为目标输入,LDAHash方法进行降维实现目标识别(SIFT features input LDAHash method to reduce the dimensionality of the target recognition)

文件列表:

lda_hash
........\Debug
........\.....\vc60.idb,181248,2012-04-16
........\.....\vc60.pdb,118784,2012-04-16
........\eval_descriptor.cpp,19232,2012-04-16
........\hammatch.cpp,9007,2012-04-16
........\hashpro.h,503470,2010-08-27
........\ldahash.cpp,17012,2012-04-16
........\ldahash.h,1740,2012-04-16
........\lda_hash.dsp,5413,2012-04-16
........\lda_hash.dsw,539,2012-04-16
........\lda_hash.ncb,50176,2012-04-16
........\lda_hash.opt,49664,2012-04-16
........\lda_hash.plg,16944867,2012-04-16
........\main.cpp,2400,2012-04-16
........\make.inc,267,2010-08-19
........\Makefile,379,2010-08-30
........\htm" target=_blank>plotfountain,1708,2010-08-28
........\htm" target=_blank>plotherzjesu,1707,2010-08-28
........\htm" target=_blank>README,851,2010-08-30
........\runEvaluation.sh,2676,2010-08-28
........\sift-conv.tpp,6293,2010-08-06
........\sift.cpp,44113,2012-04-16
........\sift.hpp,8792,2010-08-06
........\sift.ipp,9866,2010-08-06

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

发表评论

0 个回复

  • zhifangtu
    显示BMP图片,并绘制直方图。程序无误,可运行。(Display BMP image, and draw the histogram. Program is correct, you can run.)
    2011-05-17 08:49:37下载
    积分:1
  • ZaoShengXiaoChuDib
    图像噪声消除,内有很多种消除噪声的方法,比如均值法等。(Image noise reduction, there are many ways to eliminate noise, such as the average method.)
    2010-11-26 10:12:42下载
    积分:1
  • Wpacketdaimaa
    小波包去噪C + +源代码,包括信号小波包分解,,最优树的选择,并重建一个,可以直接使用。 (Wavelet packet denoising C++ source code, including the signal wavelet packet decomposition, the optimal choice of the tree, and rebuild a can be used directly.)
    2012-07-25 06:26:23下载
    积分:1
  • EDLines 快速直线检测算子
    EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤: (1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声; (2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向; (3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大; (4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。 (Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of the other edge detectors requires urther processing to generate potential object boundaries, which may not even be possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
    2021-03-22 16:29:16下载
    积分:1
  • originalpointanalyse2
    源点定位程序,可用于检测连通域等功能,代码是c/c++的,放心使用。(Source point positioning procedures, can be used to detect other functions connected domain, the code is c/c++, and ease of use.)
    2013-09-28 08:31:12下载
    积分:1
  • SIFT_VC
    sift 的c++代码。。。。。。。。。。。。(sift c++ code)
    2012-07-13 18:45:33下载
    积分:1
  • DXFRead-master
    读取dxf文件,并利用opencv画出2D形状(Read the DXF file, and draw a 2D shape using OpenCV)
    2017-09-26 15:48:30下载
    积分:1
  • Hausdorff-Distance
    模式识别中相似度-豪斯多夫距离源码,可用于对比算法相似度,也可直接作为函数调用(Hausdorff distance for pattern recognition similarity calculating)
    2017-05-22 19:48:38下载
    积分:1
  • ASED
    在自动化生产线VC开发的运动控制机器视觉程序,XYZ三个轴有PCI板卡控制,视频卡采集图像后经算法处理找到图像的点,VC控制步进电机到加胶位置加胶,在机器上运行每日点胶100000次无故障(VC development in automated production lines motion control machine vision program, XYZ three-axis control with a PCI card, video card capture images after processing algorithm to find the image of the point, VC controlled stepper motor to position plus plus glue glue on the machine run the daily dispensing 100,000 times without failure)
    2020-09-10 05:38:04下载
    积分:1
  • DarkChannelPrior
    目标物与摄像机距离已知的情况下,计算白天大气能见度距离。(The distance between the object and the camera is known to calculate the visibility distance in daytime.)
    2017-01-20 14:10:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载