-
基于聚类的图像视频分割算法,matlab实现
基于聚类的图像视频分割算法,matlab实现 -Image-based clustering algorithm for video segmentation, matlab achieve
- 2022-06-17 08:11:06下载
- 积分:1
-
包括3个图像处理的代码
1、图像的缩放平移等
2、图像RGB空间到CMYHSIHSV等空间的变换
3、肤色建模,提取图片中的人体肤色...
包括3个图像处理的代码
1、图像的缩放平移等
2、图像RGB空间到CMYHSIHSV等空间的变换
3、肤色建模,提取图片中的人体肤色-Including the three image processing code 1, the image scaling translation and other two, the image RGB space to CMY HSI HSV space transformation such as 3, color modeling, extract the image of human skin color
- 2022-11-09 17:10:04下载
- 积分:1
-
awimg = rgb2gray(IM1)
awimg=rgb2gray(im1)
tic
[accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50)
circen
toc
figure(1) imagesc(accum) axis image
title( Accumulation Array from Circular Hough Transform )
figure(2) imagesc(rawimg) colormap( gray ) axis image
hold on
plot(circen(:,1), circen(:,2), r+ )
for k = 1 : size(circen, 1),
DrawCircle(circen(k,1), circen(k,2), cirrad(k), 32, b- )
end
hold off
title([ Raw Image with Circles Detected , ...
(center positions and radii marked) ])
figure(3) surf(accum, EdgeColor , none ) a
- 2022-02-04 17:38:42下载
- 积分:1
-
游戏中的下雨效果,模拟得十分像,强烈推荐.
游戏中的下雨效果,模拟得十分像,强烈推荐.-games of the rain effects, as simulation is very strongly recommended.
- 2022-03-14 05:22:34下载
- 积分:1
-
道格拉斯
道格拉斯--普克压缩算法
一种简单的数据压缩算法,采用VB实现.-Douglas Puck compression algorithm a simple data compression algorithm, the use of VB realize.
- 2022-04-30 23:44:39下载
- 积分:1
-
这个代码实现了很好的
This code implements the well-known Chan-Vese segmentation algorithm from the paper "Active Contours Without Edges."
This technique deforms an initial curve so that it separates foreground from background based on the means of the two regions. The technique is very robust to initialization and gives very nice results when there is a difference between the foreground and background means.
This code uses active contours and level sets in the implementation. It could also serve as a good framework for implementing all kinds of region-based active contour energies.
1.) Download
2.) Unzip
3.) Run >>region_seg_demo
See this site for experiments, videos, and more information on segmentation, active contours, and level sets:
[ http://www.shawnlankton.com/2007/05/active-contours/ ]
- 2022-06-21 17:17:59下载
- 积分:1
-
Posts & Telecom Press published in vc++ digital image processing of the sour...
人民邮电出版社出版的vc++数字图像处理的的源代码,图像处理的基本方法差不多都有,可以收藏一下-Posts & Telecom Press published in vc++ digital image processing of the source code, image processing, almost all of the basic method, you can look at collection
- 2023-01-26 05:20:04下载
- 积分:1
-
犯错
这个项目即提供一个完整的基于BSP技术的实时场景渲染解决方案一个基于画刷的场景建模工具即场景编辑器,一个场景编译器,以及一个用于渲染编译后场景的基于OpenGL构建的图形库GxLib。UniBuilder为一些对场景数据有特殊要求的项目提供一个功能强大的可扩展的场景数据编辑工具,此工具产生的场景可用于产生BSP树。BSP编译器,负责将建模工具产生的数据编译成BSP树,并预计算可见性和光照贴图,供实时应用程序使用。此项目提供一个完整的基于BSP技术的实时场景渲染解决方案,包括完整的场景建模工具和BSP渲染库。场景建模工具采用了自己提出的基于画刷的场景组织方式和一系列配套的建模方案,具有一定的技术创新。此外项目提供了一个完善的基于BSP树的场景管理和渲染库,项目内容完整,技术含量较高,可扩展性强。吐血放出全部源码!-err
- 2023-07-31 15:45:03下载
- 积分:1
-
提出确定灰度图像二值化最佳灰度阈值的两种方法,即“双峰法”和“信噪比统计法”,并论证了这两种方法在微小零件尺寸及形位误差的检测中的实用性和局限性。...
提出确定灰度图像二值化最佳灰度阈值的两种方法,即“双峰法”和“信噪比统计法”,并论证了这两种方法在微小零件尺寸及形位误差的检测中的实用性和局限性。-gray images made to determine the value of the two best-threshold value of the two methods "bimodal" and "signal-to-noise ratio statistics" and demonstration of the two approaches in micro-size components and configuration error detection of practicality and limitations.
- 2022-02-04 17:30:03下载
- 积分:1
-
d done right Photo Gray ct extracted from images such as the skeleton, and so on...
d对图片做灰度提取
比如提取ct图像的骨骼等等
大家可以参照一下-d done right Photo Gray ct extracted from images such as the skeleton, and so on we can refer to the
- 2023-05-17 08:50:03下载
- 积分:1