登录
首页 » Visual C++ » pca-sift

pca-sift

于 2010-05-17 发布 文件大小:1240KB
0 279
下载积分: 1 下载次数: 677

代码说明:

  pca-sift算法的实现,采用vc2008开发环境,进行开发,独立运行(pca-sift algorithm, using vc2008 development environment to develop, operate independently)

文件列表:

pca-sift\Debug\BuildLog.htm
pca-sift\Debug\PCA Shift.exe.embed.manifest
pca-sift\Debug\vc80.idb
pca-sift\gpcavects.txt
pca-sift\PCA\cv_type_converter.c
pca-sift\PCA\cv_type_converter.h
pca-sift\PCA\descriptor.cpp
pca-sift\PCA\descriptor.h
pca-sift\PCA\edgeResponseFilter.cpp
pca-sift\PCA\edgeResponseFilter.h
pca-sift\PCA\gaussianWindow.cpp
pca-sift\PCA\gaussianWindow.h
pca-sift\PCA\gpcavects.txt
pca-sift\PCA\localizer.cpp
pca-sift\PCA\localizer.h
pca-sift\PCA\main.cpp
pca-sift\PCA\matcher.cpp
pca-sift\PCA\matcher.h
pca-sift\PCA\matchvisualizer.cpp
pca-sift\PCA\matchvisualizer.h
pca-sift\PCA\octave.cpp
pca-sift\PCA\octave.h
pca-sift\PCA\octavePyramid.cpp
pca-sift\PCA\octavePyramid.h
pca-sift\PCA\orienter.cpp
pca-sift\PCA\orienter.h
pca-sift\PCA\parameters.h
pca-sift\PCA\pcasift.cpp
pca-sift\PCA\pcasift.h
pca-sift\PCA\sift_includes.h
pca-sift\PCA\sift_parameters.h
pca-sift\PCA\sift_types.h
pca-sift\PCA\visualizer.cpp
pca-sift\PCA\visualizer.h
pca-sift\PCA Shift.cpp
pca-sift\PCA Shift.ncb
pca-sift\PCA Shift.sln
pca-sift\PCA Shift.suo
pca-sift\PCA Shift.vcproj
pca-sift\PCA Shift.vcproj.listeed-PC.listeed.user
pca-sift\PCA Shift.vcproj.VRML-SVR.fries.user
pca-sift\stdafx.cpp
pca-sift\stdafx.h
pca-sift\UpgradeLog.XML
pca-sift\_UpgradeReport_Files\UpgradeReport.css
pca-sift\_UpgradeReport_Files\UpgradeReport.xslt
pca-sift\_UpgradeReport_Files\UpgradeReport_Minus.gif
pca-sift\_UpgradeReport_Files\UpgradeReport_Plus.gif
pca-sift\Debug
pca-sift\PCA
pca-sift\_UpgradeReport_Files
pca-sift

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

发表评论

0 个回复

  • Fngprnt
    采用最大方差阈值分割法,对指纹进行提取。(Using the maximum variance threshold segmentation method for fingerprint extraction.)
    2013-11-24 20:39:58下载
    积分: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
  • consturct_curve
    对测井曲线进行重构的程序,可以充分利用测井特征曲线所反应的岩性特征信息,完成多信息的融合(Log curve reconstruction procedures)
    2012-07-19 05:19:33下载
    积分:1
  • QuickCam
    实现对图像的经验模态分解,得到经验模态分解后的第一层IMF分量,反映了图像的主要信息,去除冗余信息,为识别提供了基础。(Empirical mode decomposition of image, obtain the empirical mode decomposition of the first layer of IMF component, reflected the main information of the image, to remove redundant information, provide the basis for identification. )
    2014-01-20 14:16:39下载
    积分:1
  • LineMarch
    BMP图像边缘提取后 根据边缘点集直线拟合(BMP image edge extraction fitting a straight line)
    2011-06-23 14:53:47下载
    积分:1
  • DisplayBMP
    显示处理后的BMP图像文件,VC C++ (read the bmp images )
    2012-04-16 16:57:09下载
    积分:1
  • Graphic
    一个具备线,矩形,椭圆的画图程序,可以设置颜色,宽度,字体(One with lines, rectangles, ellipses drawing program, you can set the color, width, font)
    2010-05-21 09:01:03下载
    积分:1
  • Graphics
    一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。) 五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 六、交互式Bezier曲线的输入绘制程序实现 (An integrated graphical interface of the program, each operation subroutine callable. One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval. Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively). Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of)
    2020-06-30 08:20:02下载
    积分:1
  • demo
    北航图像处理demo,目前集成了从色彩转换、彩色图像处理、灰度图像处理、二值图像处理、阈值分割、边缘检测、数学形态学方法、等多个组件(Northern image processing demo, now integrated from the color conversion, color image processing, gray-scale image processing, binary image processing, thresholding, edge detection, mathematical morphology, and many other components)
    2014-05-21 19:46:11下载
    积分:1
  • EffectShow
    精通Visual C++图像处理编程中的一个小程序,实现图像的各种扫描和移动,百叶窗等,可以作为初学者学习用
    2009-05-12 09:06:21下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载