登录
首页 » Visual C++ » Quadtree

Quadtree

于 2021-01-28 发布 文件大小:6705KB
0 206
下载积分: 1 下载次数: 7

代码说明:

  完成对视频帧的四叉树分割,在纹理复杂处分割块较小,在纹理平坦处分割较大(Complete quadtree segmentation of video frames, complex area in texture segmentation smaller, flat larger regional segmentation block in texture)

文件列表:

飒飒
....\Debug
....\.....\飒飒.exe,77312,2015-05-06
....\.....\飒飒.ilk,622756,2015-05-06
....\.....\飒飒.pdb,1756160,2015-05-06
....\飒飒

....\....\bike.avi,446600,2011-02-16
....\....\Debug
....\....\.....\CL.read.1.tlog,21286,2015-05-06
....\....\.....\CL.write.1.tlog,186,2015-05-06
....\....\.....\link-cvtres.read.1.tlog,2,2015-05-06
....\....\.....\link-cvtres.write.1.tlog,2,2015-05-06
....\....\.....\link.10692-cvtres.read.1.tlog,2,2015-05-06
....\....\.....\link.10692-cvtres.write.1.tlog,2,2015-05-06
....\....\.....\link.10692.read.1.tlog,2,2015-05-06
....\....\.....\link.10692.write.1.tlog,2,2015-05-06
....\....\.....\link.3220-cvtres.read.1.tlog,2,2015-05-06
....\....\.....\link.3220-cvtres.write.1.tlog,2,2015-05-06
....\....\.....\link.3220.read.1.tlog,2,2015-05-06
....\....\.....\link.3220.write.1.tlog,2,2015-05-06
....\....\.....\link.read.1.tlog,3308,2015-05-06
....\....\.....\link.write.1.tlog,448,2015-05-06
....\....\.....\mt.read.1.tlog,206,2015-05-06
....\....\.....\mt.write.1.tlog,206,2015-05-06
....\....\.....\rc.read.1.tlog,178,2015-04-29
....\....\.....\rc.write.1.tlog,186,2015-04-29
....\....\.....\vc100.idb,633856,2015-05-06
....\....\.....\vc100.pdb,1191936,2015-05-06
....\....\.....\撒.obj,203449,2015-05-06
....\....\.....\飒飒.exe.embed.manifest,406,2015-04-29
....\....\.....\飒飒.exe.embed.manifest.res,472,2015-04-29
....\....\.....\飒飒.exe.intermediate.manifest,381,2015-05-06
....\....\.....\飒飒.lastbuildstate,52,2015-05-06
....\....\.....\飒飒.log,2467,2015-05-06
....\....\.....\飒飒_manifest.rc,194,2015-03-29

....\....\撒.cpp,4655,2015-05-06
....\....\飒飒.vcxproj,4334,2015-04-29
....\....\飒飒.vcxproj.filters,941,2015-03-29
....\....\飒飒.vcxproj.user,143,2015-03-29
....\飒飒.sdf,16207872,2015-05-06
....\飒飒.sln,885,2015-03-29

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

发表评论

0 个回复

  • VCPP-image-processing-chapter08(1)
    VisualC++数字图像处理技术详解第2版光盘-第八章 分水岭分割算法(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter VIII watershed segmentation)
    2016-04-16 13:48:00下载
    积分:1
  • CISBitmap
    从Cbitmap派生的位图类,可通过指定一种颜色把一幅位图变透明,而它的使用差不多同Cbitamp一样简单。类中包含了两个文件:CISBitmap.cpp和CISBitmap.h,使用时附加进工程,可快速实现BMP位图图像的透明处理。(Cbitmap derived from the bitmap type, you can specify a color by a bitmap becomes transparent, and it s almost as simple as using the same Cbitamp. Class contains two files: CISBitmap.cpp and CISBitmap.h, into the use of additional works can be quickly processed to achieve a transparent bitmap BMP images.)
    2014-06-05 19:19:23下载
    积分:1
  • hilight_dg
    说明:  在autocad2007环境中直接使用API就可以亮显实体的一个示例演示(This program demonstrates how to use ObjectARX API functions to highlight and unhighlight subentities of complex entities such as ACIS solids.)
    2009-08-23 11:22:34下载
    积分:1
  • 实现的无损压缩
    该程序主要实现图像的无损压缩,具体算法包括: (1)整数小波变换+SPIHT无损压缩 其中整数小波可以采用JPEG2000提供的5-3小波,也可以采用S+P变换,本程序均已给出。 (2)DPCM+算术编码 DPCM采用的是JPEG中采用的方法; (3)JPEG-LS标准 JPEG-LS的无损压缩性能非常好,超过JPEG2000。(The program mainly realize lossless image compression, the specific algorithm include: (1) integer wavelet transform SPIHT Integer Wavelet lossless compression which can be used to provide the 5-3 wavelet JPEG2000, can also adopt the S P transform, the procedures are given. (2) DPCM arithmetic coding DPCM is used in JPEG methodology (3) JPEG-LS standard JPEG-LS lossless compression of very good performance, more than JPEG2000.)
    2008-06-02 11:01:57下载
    积分:1
  • leida5.9
    雷达扫描程序,图形界面中显示雷达的运动情况。程序简单。可以学习 (AppWizard has created this spp application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your OpenGl application. )
    2011-05-21 16:53:01下载
    积分:1
  • backgroud(12.22)
    本人开发的火焰识别程序,包括otsu自适应阈值,canny边缘检测,形态学膨胀、腐蚀操作,尖角判别,圆形度计算。在vc下编译通过。(development of the flame identification procedures, including otsu adaptive threshold, canny edge detection, Morphological expansion, corrosion operation, pointed discriminant, circular calculation. Under the vc compile.)
    2006-12-22 19:07:30下载
    积分:1
  • 61IC_H474
    这MFC图像处理源代码总集包括了均值滤波,直方图均衡,高斯平滑,,锐化,拉普拉斯锐化(边缘检测),阈值变(With the MFC implementation of an image processing example code)
    2012-08-06 10:20:31下载
    积分:1
  • lanxufa
    摄影测量源码,连续法的相对定向算法,提供实验数据和程序(Photogrammetric source, the relative orientation algorithm of the continuous method, the experimental data and procedures)
    2012-07-25 10:53:47下载
    积分:1
  • image
    图像算法开放库,对图像处理的,希望对学习者有所帮助!(Image algorithm open library of image processing, and they hope to help learners!)
    2007-11-02 08:32:29下载
    积分:1
  • SiftGPU-V370
    说明:  使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual(SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descriptors. SiftGPU is inspired by Andrea Vedaldi s sift++[2] and Sudipta N Sinha et al s GPU-SIFT[4] . Many parameters of sift++ ( for example, number of octaves, number of DOG levels, edge threshold, etc) are also available in SiftGPU. The shader programs are dynamically generated according to the parameters that user specified. SiftGPU also includes a GPU exhaustive/guided sift matcher SiftMatchGPU. It basically multiplies the descriptor matrix on GPU and find closest feature matches on GPU. Both GLSL and CUDA implementations are provided. )
    2011-02-23 10:20:27下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载