登录
首页 » Visual C++ » Quadtree

Quadtree

于 2021-01-28 发布 文件大小:6705KB
0 284
下载积分: 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 个回复

  • Server
    此程序采用vc++6.0编写,可以实现4路视频采集,压缩以及编码(编码算法包括mpeg2),采用的采集卡是天敏vc4000,利用回调函数作为采集的主要手段 另外提供网络传输的服务端程序(This program uses a vc + +6.0 preparation, can achieve 4-channel video capture, compression and encoding (encoding algorithm including mpeg2), using capture card is Mortimer vc4000, use the callback function as the primary means of collection additionally provides end network transport services program)
    2013-05-26 11:38:26下载
    积分:1
  • Graph
    输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
    2020-12-13 15:29:15下载
    积分:1
  • rihua.code
    本程序为图像锐化的经典程序,源码里有详细的标注。(the procedures for sharpening images of the classic procedures are detailed source of tagging.)
    2007-06-04 12:04:49下载
    积分:1
  • SURF
    基于SUFT的特征提取与匹配,内涵详细的文档说明,很好的实现了特征提取与匹配,该方法较基本的SIFT有很大的提高(Extraction and matching of features based on SUFT, detailed content of the documentation, very good realization of the feature extraction and matching, SIFT the method is basic is greatly improved)
    2013-10-04 11:10:04下载
    积分:1
  • KMeansBMPSeg
    模式识别经典方法之一 K均值算法(KMeans)进行图像分割 有完善的图形界面 可以通过柱状图的形式动态展示聚类程序(One of the classical method of pattern recognition K means algorithm (KMeans) for image segmentation has improved graphical interface can be dynamically displayed in the form of histogram clustering procedure)
    2010-05-22 13:33:13下载
    积分:1
  • xiaobo
    小波纹理分析软件.可以进行各种小波分析及图像重建(Wavelet texture analysis software. Can be a variety of wavelet analysis and image reconstruction)
    2008-06-17 15:05:51下载
    积分:1
  • virtual-view-code-CPP
    这是一个从两个以知的参考视点的彩色图和深度图来合成一个虚拟视点的彩色图和深度图的程序。(This is one of the two known reference to the viewpoint of the color and depth charts to synthesize a virtual viewpoint of color and depth charts of the program.)
    2016-03-16 14:58:38下载
    积分: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
  • secret-sharing-ideas
    针对图像秘密共享前需要像素置乱的问题,基于(t, n)门限多重秘密共享思想,提出一种免置乱的图像秘密共享方案,以第n+1人的秘密份额作为因子参与秘密分割与重构,加大相邻像素之间的差距(Based on (t, n) threshold multiple secret sharing ideas, and put forward a kind of scrambling image from secret sharing scheme to n+ 1 people share the secret as factors involved in secret segmentation and reconstruction, increase the gap between adjacent pixels)
    2012-04-10 16:25:00下载
    积分:1
  • Canny
    说明:  用canny算子来检测图像边缘,VC++(Using canny operator to detect image edge)
    2010-03-28 14:43:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载