-
贝叶斯分类器
朴素贝叶斯分类器
- 2023-09-03 17:05:03下载
- 积分:1
-
核函数meanshift跟踪算法的实现
弄了几天总算出来效果了,原来一直对menashift算法中权值w的下标理解有错误。核函数使用的是简单的Epanechnikov,带宽h和搜索区域的大小都是固定的这个有待改进。摄像头使用的是笔记本自带的摄像头。
- 2023-08-19 08:15:03下载
- 积分:1
-
影像处理软件
应用背景ossimPlanet is an accurate 3D global geo-spatial viewer that is build on top of
the OSSIM, OpenSceneGraph, and Trolltech QT open source software libraries.
It provides native geo-spatial access to a wide range of commercial
and government data formats with high the high performance visualization
and collaboration capabilities. ossimPlanet is one of the key components of
the Large Data Joint Capabilities and Technology Development project. This
document describes the installation and use of ossimPlanet.关键技术ossimPlanet provides accurate 3D global visualization and collaboration. Instances of ossimPlanet
can be synchronized for distributed collaboration. Native file access, on the fly elevation tree topography,
and online access to OGC WMS and Worldwind sites is provided.
- 2022-04-01 23:32:08下载
- 积分:1
-
如何进行简单的有序抖动算法 (半色调图像)?
翻译 maninwest@Codeforge 作者:Mr. Lai Tai-Yu@CodeProject我们常在报纸上看到图片。观察这样的图片你会发现它是由一个个点组成的。我们也可以做出这种效果。很有趣。适用于初学者。背景操作系统: Microsoft Windows 7 专业版 (64 位) 开发实用程序: Microsoft Visual Studio 2010使用代码 // The height of the image.
for ( int iY = 0; iY < imageA->DibInfo->bmiHeader.biHeight; iY++ )
{
// The height of the image.
for ( int iX = 0; iX < imageA->DibInfo->bmiHeader.biWidth; iX++ )
{
// The index of pixel, because we use the three depth bit to present one pixel of color,
// Therefore, we have to multiply three.
lIDXA = ( iX * 3 ) + ( iY * imageA->DibInfo->bmiHeader.biWidth * 3 );
// To get the pixel depth of the blue channel,
byteRGB_BA = imageA->DibArr
- 2022-04-24 07:36:05下载
- 积分:1
-
GABOR滤波器代码
我上传的这个Matlab源程序代码是Gabor滤波器在Matlab下的源代码,内容详细,对初学者来说是很好的资源,很容易就看明白,而且直接在工作空间中运行就会得到结果
- 2022-05-19 20:28:37下载
- 积分:1
-
opencv 不同图像的直方图比较 图像处理
opencv1.0+VC6.0/VS2010下皆可使用,对不同图像做直方图比较,得出匹配系数,具有一定的可行性,欢迎广大童鞋下载交流。
- 2023-01-17 20:05:06下载
- 积分:1
-
ITK、VTK、Qt混合编程,读取二维图像,并在qvtkwidget显示和qvtkwidget上鼠标移动获取坐标
基于Qt界面,利用ITK读取二维图像,然后用VTK在qvtkwidget上显示出来,其中ITK读取用的是ImageFileReader,用ImageToVTKImageFilter将ITK数据转换到VTK数据,然后采用vtkImageviewer显示图像; 鼠标的动态坐标获取采用了vtkEventQtSlotConnect类来实现从Qt事件到VTK事件的转换,并在槽函数slotUpdatefixedCoords(vtkObject*)中提取坐标信息。
Connections_fixed->Connect(m_fixedWidget->GetRenderWindow()->GetInteractor(),
vtkCommand::MouseMoveEvent,this,SLOT(slotUpdatefixedCoords( vtkObject* )) );
- 2022-05-04 22:17:02下载
- 积分:1
-
图像处理类
图像处理类,含有图像处理的各个函数,打开,灰度均衡,线性拉伸,点运算,特征提取,匹配等,可以有效地调用,为初学者提供有力的帮助,同时可以改写续写。
- 2022-11-08 10:10:03下载
- 积分:1
-
视网膜图像处理
此源代码是用来精确地转换凹... 为此,我们有一个正常的和不正常的眼底图像上传到代码... 输出将是准确的凹/光盘位置的变换....
- 2023-03-13 23:30:03下载
- 积分:1
-
索贝尔检测
索贝尔检测
- 2022-08-19 16:13:12下载
- 积分:1