登录
首页 » c++ » 改进DPM的傅里叶变换算法

改进DPM的傅里叶变换算法

于 2022-05-08 发布 文件大小:12.92 MB
0 69
下载积分: 2 下载次数: 1

代码说明:

 INTRODUCTION The train executable can be used to train a deformable part-based model on a Pascal VOC dataset. The test executable can be used to run a deformable part-based model either on an image or on a Pascal VOC dataset. The first time you run it it will be slow as the FFTW library will search for the best plans using runtime measurements. The resulting plans will then be saved to a file named wisdom.fftw and reused in the future.           

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

发表评论

0 个回复

  • 图书馆管理系统源码
    图书馆管理系统源码 c++源码实现  有注释 比较牛逼  欢迎下载
    2022-05-18 20:32:31下载
    积分:1
  • 1xy7z
    基于同步测量信息的电网拓扑错误辨识方法Based on synchronous measurement information of power network topology error identification method(Based on synchronous measurement information of power network topology error identification method)
    2012-05-11 09:18:31下载
    积分:1
  • E2201
    利用两组数码管组成的两位数计数器,需要的可以做为叁考(The use of digital control groups composed of double-digit counter can be used as needed Triple test)
    2009-10-10 04:01:27下载
    积分:1
  • ShowDirectory
    使用树形控件和列表控件显示系统的资源列表.(Using the tree control and list control displays a list of system resources)
    2010-10-11 20:56:18下载
    积分:1
  • MyFireWall
    NDIS+SPI双层过滤个人防火墙 详细源程序主要功能有: 1.网络流量统计; 2.网络访问控制; 3.IP规则设置; 4.网站黑名单设置; 5.ARP防御等。(NDIS+ SPI double filtering personal firewall source code in detail the main features are: 1. Network traffic statistics 2. Network Access Control 3.IP rule set 4. Blacklist of Web sites set up 5.ARP defense.)
    2010-03-10 11:20:51下载
    积分:1
  • Q-GDW集中器下行本地接口协议调试软件
    说明:  用于电力集中器的本地下行调试,接口调试,串口波特率,抄表设置(Local Downlink Debugging for Power Concentrator)
    2020-06-21 06:00:02下载
    积分:1
  • GuideViewController
    实现从用户引导界面到主界面的 过度功能,流程是: 1.从splash画面过渡到引导画面; 2.引导画面放置5张图片,5张图片介绍应用的功能使用点; 3.用户可左右滑动图片,当滑动到最后一张时,画面出现一个点击按钮“进入”; 4.点击进入按钮有开门效果,打开门后进入到主界面。(Boot from the user interface to the main interface over the process: the transition from the splash screen to the boot screen boot screen is placed 5 pictures 5 pictures describes the application of function point-of-use 3. Sliding around pictures, slide to the last one, the screen appears a click of a button " entry" 4 Click the button to open the door effect, opened the door into the main interface.)
    2013-04-27 20:47:26下载
    积分:1
  • STM32_DEMO
    stm32 demo工程,适用于stm32F103平台
    2014-11-03 16:04:49下载
    积分:1
  • C语言猜单词小游戏
    用C语言模拟了猜单词游戏。游戏包括:单词管理、玩家纪录、猜词过程、系统设置等必须完成的基本功能以及成绩计算、猜词时间限制、词库管理等选做的扩展功能。 (1) 单词管理:程序中用来做谜题的单词必须存放在磁盘文件中,文件中的单词数不得少于200个。 (2) 玩家纪录:程序要求记录前五名成绩。成绩指标自行设计,必须包括时间。记录的时候要求有排名、玩家姓名、成绩三项,并保存在文件中。在程序开始运行的时候就必须读入,以便随时供玩家查询、及时更新成绩。 (3) 猜词过程:①先请用户输入猜的单词数量,可以有一个默认值。②随机抽取单词,对每个单词,系统根据谜底单词长度在屏幕上显示相应个数"-",假设谜底单词为"hello",则在屏幕上输出"-----"。③玩家输入一个字母进行猜测,如果这个字母不在单词中,系统提示玩家不对;如果猜对字母,比如玩家输入了一个"l",则在屏幕上输出"--ll-"。④重复③,直到玩家在规定的次数内猜出了单词或者超过次数游戏失败。⑤显示玩家每个单词猜对与猜错次数等统计信息。如果玩家猜出单词,计算成绩,如进入前五名提示玩家并记录存储到记录文件中。⑥询问玩家是否开始新一轮猜词,如果玩家选“否”,则系统退到外面的菜单。 (4) 系统设置:猜词次数可以为默认值。玩的时候,可以对其进行修改。
    2022-03-11 17:36:34下载
    积分:1
  • DSP实现的Sobel进行图像边缘检测
    这是一个DSP实现的Sobel进行图像边缘检测,两个具有不同灰度值的相邻区域之间总存在边缘,边缘是灰度值不连续的表现。由于边缘是图像上灰度变化最剧烈的地方,边缘检测就是充分利用了这个特点,对图像各像素点进行微分或求二阶微分来确定边缘像素点。一阶微分图像的峰值处对应着图像的边缘点;二阶微分图像的过零点处对应着图像的边缘点。为了提取图像边缘,我们定义了图像的梯度为梯度算子,常用的梯度算子有Robert算子、Sobel算子、Prewitt算子和拉普拉斯算子等。
    2022-01-31 09:17:42下载
    积分:1
  • 696518资源总数
  • 105562会员总数
  • 1今日下载