登录
首页 » Visual C++ » meanshift_seg

meanshift_seg

于 2009-06-17 发布 文件大小:5525KB
0 222
下载积分: 1 下载次数: 5

代码说明:

  用meanshift算法实现图像的平滑和分割的算法(Algorithm used meanshift image smoothing and segmentation algorithms)

文件列表:

meanshift_seg
.............\edge
.............\....\BgDefaults.h
.............\....\BgEdge.cpp
.............\....\BgEdge.h
.............\....\BgEdgeDetect.cpp
.............\....\BgEdgeDetect.h
.............\....\BgEdgeList.cpp
.............\....\BgEdgeList.h
.............\....\BgGlobalFc.cpp
.............\....\BgImage.cpp
.............\....\BgImage.h
.............\GUI
.............\...\BgImagPGM.cpp
.............\...\BgImagPGM.h
.............\...\BgImagPNM.cpp
.............\...\BgImagPNM.h
.............\...\bgimsystem.cpp
.............\...\bgimsystem.h
.............\...\icons

.............\...\.....\bgimsystem.ico

.............\...\.....\chart.ico

.............\...\.....\copy.xpm
.............\...\.....\cross.bmp
.............\...\.....\cut.bmp
.............\...\.....\cut.xpm
.............\...\.....\down_arrow.bmp
.............\...\.....\h.bmp
.............\...\.....\help.bmp
.............\...\.....\help.xpm
.............\...\.....\mondrian.ico
.............\...\.....\mondrian.xpm
.............\...\.....\new.bmp
.............\...\.....\new.xpm
.............\...\.....\new_e.bmp
.............\...\.....\new_s.bmp
.............\...\.....\open.bmp
.............\...\.....\open.xpm
.............\...\.....\p.bmp
.............\...\.....\paste.bmp
.............\...\.....\paste.xpm
.............\...\.....\print.bmp
.............\...\.....\print.xpm
.............\...\.....\riul_logo.bmp
.............\...\.....\rotated_h.bmp
.............\...\.....\rotated_p.bmp
.............\...\.....\rutgers_logo.bmp
.............\...\.....\save.bmp
.............\...\.....\save.xpm
.............\...\.....\zoom_in.bmp
.............\...\.....\zoom_out.bmp
.............\help
.............\....\doc
.............\....\...\edge.html
.............\....\...\figs

.............\....\...\....\rh.jpg



.............\....\...\....\sys_fig2.jpg
.............\....\...\....\sys_fig3.jpg
.............\....\...\....\sys_fig4.jpg
.............\....\...\....\win_fig1.jpg
.............\....\...\....\win_fig2.jpg
.............\....\...\help.html
.............\....\...\overview.html
.............\....\...\ref.html
.............\....\...\segm.html
.............\....\...\syng.html
.............\....\specification.html
.............\Makefile
.............\project
.............\.......\Debug_wx240
.............\.......\...........\BgEdge.obj
.............\.......\...........\BgEdge.sbr
.............\.......\...........\BgEdgeDetect.obj
.............\.......\...........\BgEdgeDetect.sbr
.............\.......\...........\BgEdgeList.obj
.............\.......\...........\BgEdgeList.sbr
.............\.......\...........\BgGlobalFc.obj
.............\.......\...........\BgGlobalFc.sbr
.............\.......\...........\BgImage.obj
.............\.......\...........\BgImage.sbr
.............\.......\...........\BgImagPGM.obj
.............\.......\...........\BgImagPGM.sbr
.............\.......\...........\BgImagPNM.obj
.............\.......\...........\BgImagPNM.sbr
.............\.......\...........\bgimsystem.obj
.............\.......\...........\bgimsystem.sbr
.............\.......\...........\EDISON.bsc
.............\.......\...........\EDISON.exe
.............\.......\...........\EDISON.map
.............\.......\...........\EDISON.pch
.............\.......\...........\EDISON.pdb
.............\.......\...........\edison.res
.............\.......\...........\filelog.txt

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

发表评论

0 个回复

  • ecshop订单提醒
    说明:  可以跟踪ECSHOP商城订单状态,实时提醒。(It can track the order status of ECSHOP mall and remind it in real time.)
    2020-06-24 13:00:02下载
    积分:1
  • compoletcall
    说明:  VC++ 6.0调用omron Compolet V2控件与PLC通信 示例(VC++ 6.0 call omron Compolet V2 control)
    2009-08-05 10:06:49下载
    积分:1
  • fr2009
    可以方便的进行三次以内方幂求和公式的自动推导 此代码为独创(Can easily be a power of less than three times the automatic derivation of the summation formula for the original code)
    2009-09-06 10:55:01下载
    积分:1
  • 我的测控软件
    本软件自行编写,可对摩擦制动试验数据进行分析。主要用在摩擦材料的摩擦系数、制动温度数据分析方面,可批量读取数据,并组合分析输出实验报告。(The software is written by ourselves, and the friction braking test data can be analyzed. Mainly used in friction material friction coefficient, braking temperature data analysis, batch reading data, and combined analysis output test report.)
    2018-09-18 10:36:18下载
    积分:1
  • Melting
    A Melting source code to Melt your exe from one location to another.
    2013-07-15 12:31:45下载
    积分:1
  • computer_design
    该程序能够实现计算器程序设计,采用C++编程,来自C++程序设计原理与实践。(The program can achieve calculator program design, using C++ programming, program design from C++ Principles and Practice)
    2014-02-19 14:34:59下载
    积分:1
  • car4Ssale
    用c++做的汽车4s店销售系统(mfc) 录入查询库存预定等功能模块 头文件中定义 class CAutomobile4SshopDlg : public CDialog 头文件中定义class sale : public CDialog class service : public CDialog class storage : public CDialog class guanli : public CDialog 分别作销售,服务,库存,管理功能模块函数体调用 #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100 #define IDS_ABOUTBOX 101 #define IDD_AUTOMOBILE4SSHOP_DIALOG 102 .....宏定义为函数体调用(Using c++ to do car 4s shop sales system (mfc) Input query inventory reserve and other functional modules Header file defines class CAutomobile4SshopDlg: public CDialog Header file defines class sale: public CDialog class service: public CDialog class storage: public CDialog class guanli: public CDialog Respectively, for sales, service, inventory management function module calls the function body # define IDM_ABOUTBOX 0x0010 # define IDD_ABOUTBOX 100 # define IDS_ABOUTBOX 101 # define IDD_AUTOMOBILE4SSHOP_DIALOG 102 Defined as a function of the body ..... macro call)
    2013-10-24 17:52:29下载
    积分:1
  • 675646545
    VB反应能力测试小游戏,打地鼠源代码.有需要的下.(VB reaction capability test game, play hamster source code are in need.)
    2013-08-23 17:56:27下载
    积分:1
  • Topology-Generator
    实现拓扑生成,平台为VC++6.0,自己编写的,可用(Achieve topology generation, platform VC++6.0, and I have written, can be used)
    2013-03-29 19:57:09下载
    积分:1
  • yue
    说明:  采用ODBC技术,利用VC++对XLS文件的结构和记录内容进行了读取(The structure and record contents of XLS files are read by using ODBC technology and VC.)
    2019-01-01 07:32:29下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载