登录
首页 » Visual C++ » Quadtree

Quadtree

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

  • GVFVCCODE
    GVF Snake算法的VC源码。GVF是活动轮廓算法Snake的一种改进,能够解决Snake不能够收敛到凹行区域的缺陷(GVF Snake algorithm VC source. GVF active contour algorithm is an improvement Snake, Snake can be resolved can not converge to the concave line defect region)
    2020-06-26 16:40:02下载
    积分:1
  • vc_captrue
    VC摄像图捕捉程序,简单实用,对初学者有帮助(VC camera Figure capture, simple and practical for beginners)
    2011-06-28 16:27:16下载
    积分:1
  • KPCA-demo2
    这是一个比较完整的KPCA算法,通过这个算法可以快速的找到主要的特征向量进行主成分分析。(This is a relatively complete KPCA algorithm, this algorithm can quickly find the main feature vector principal component analysis.)
    2013-05-31 15:46:10下载
    积分:1
  • pinghua
    实现对图像平滑模糊,有简单平滑、高斯模糊和中值滤波三种可选,基于OPenCV类库实现,代码可直接运行(Achieve a smooth blur the image, a simple smooth, Gaussian blur and median filtering three options, OPenCV-based library, the code can be run directly)
    2014-06-13 16:45:36下载
    积分:1
  • ORB-and-FREAK-experiments-
    ORB和FREAK局部特征对比实验ORB_FREAK(ORB and FREAK local features of comparative experiments ORB_FREAK)
    2013-05-07 15:21:25下载
    积分:1
  • Binarization-Transformation
    图像处理源程序,实现二值化变换,经一幅图像灰度化后,变成二值化图像,包括大津法、最大类间方差法、一般阈值法、及文本识别最有用的Niblack法(Image processing program and realized binarization transformation, after by a gray-scale image into binary image, including the Otsu method, Otsu method, the general threshold, and text to identify the most useful Niblack method)
    2011-11-19 09:53:11下载
    积分:1
  • 2019DSP实验
    锐化图片 拉普拉斯算法 两种方法 一种是自己写的一种是用了matlab里面自带的函数(ruihua picture Laplace there are two mechof a fi [as fs aflasl;nvb)
    2019-05-28 21:51:24下载
    积分:1
  • Gaussian
    打开24位彩色bmp文件, 显示该图像 将图像内容顺时针旋转90度后显示出来 将图像分成等大小的4块,将第1和第3块像素互换后保存 将旋转后的图像转换成灰度图像显示,并保存 对灰度图像求Sobel边缘图,显示出来,并保存 对灰度图像进行Gaussian平滑,并保存(需要体会平滑的作用) 对灰度图像进行2值化(Open 24-bit color bmp files, displays the image will rotate clockwise image content displayed image is divided into four equal-sized 90 degrees, the first and three pixels after swap to save the rotated image conversion ashes of the image display, and save images to grayscale seeking Sobel edge map is displayed, and save the gray image Gaussian smoothing, and save (experience required smoothing effect) grayscale image binarized)
    2020-06-29 07:40:01下载
    积分:1
  • polsar
    polsarpro软件的使用说明,适合处理极化SAR图像。(polsarpro the software instructions for dealing with polarization SAR images.)
    2009-11-21 17:21:07下载
    积分:1
  • BWLabel
    一种二值图像连通区域标记方法,能用于目标跟踪,我已经应用过,效果不错。(It is a new connected componet labeling algorithm for binary image,and can be used in object tracking. It is effective to be proved.)
    2013-06-24 14:08:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载