-
SAR影像单视数据转为多视数据,数据间相互转化,快捷处理SAR数据...
SAR影像单视数据转为多视数据,数据间相互转化,快捷处理SAR数据-Single-look SAR image data into a more visual data, data inter-conversion, fast processing SAR data
- 2022-04-30 18:07:16下载
- 积分:1
-
YUV播放器扩展,可以进行黑白和彩色YUV视频格式的播放和单帧查看等功能,很好用,欢迎下载!...
YUV播放器扩展,可以进行黑白和彩色YUV视频格式的播放和单帧查看等功能,很好用,欢迎下载!-YUV player expansion can be black-and-white and color video YUV format of broadcast and single-frame View, and other functions, is useful, welcome to download!
- 2022-03-06 13:34:25下载
- 积分:1
-
计算机图形学中才用c++实现的多边形边缘填充算法
计算机图形学中才用c++实现的多边形边缘填充算法-Have used computer graphics c++ implementation of the edge of the polygon fill algorithm
- 2022-02-14 08:56:24下载
- 积分:1
-
一种向CBitmap对象读取“*.bmp”文件的快捷方式。
1、建立自己的CBitmap派生类。
2、增加一个“Load from bitmap”...
一种向CBitmap对象读取“*.bmp”文件的快捷方式。
1、建立自己的CBitmap派生类。
2、增加一个“Load from bitmap”的函数:
BOOL CMyBitmap::LoadBitmap(LPCTSTR szFileName)
{
DeleteObject()
HBITMAP hBitmap=NULL
hBitmap=(HBITMAP)LoadImage(NULL,szFileName,IMAGE_BITMAP,0,0,LR_LOADFROMFILE|LR_CREATEDIBSECTION|LR_DEFAULTSIZE)
return Attach(hBitmap)
}-CBitmap object to a reading of "*. bmp" file shortcuts. One, to build their own CBitmap derived class. 2, add a "Load from bitmap" function : BOOL CMyBitmap : : LoadBitmap (LPCTSTR szFileName) (DeleteObje ct () HBITMAP hBitmap = NULL hBitmap = (HBITMAP) LoadImage (NULL, szFileName, IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE | LR_CREATEDIBSECTION | LR_D EFAULTSIZE) return Attach (hBitmap);)
- 2023-04-01 09:15:03下载
- 积分:1
-
for image processing, have been tested, the very practical, The main source of a...
采用Visual c++ 进行图像处理,已经经过检测,非常实用,本源码主要是反色处理-for image processing, have been tested, the very practical, The main source of anti-Color
- 2023-03-20 23:30:03下载
- 积分:1
-
有图像处理界面。使用opencv创建图像处理函数,实现图像导入,显示和二值分割等。...
有图像处理界面。使用opencv创建图像处理函数,实现图像导入,显示和二值分割等。-used opencv to process image
- 2022-06-19 01:59:15下载
- 积分:1
-
研究生机器视觉课程的大作业 运动目标检测
研究生机器视觉课程的大作业 运动目标检测 -moving target detect
- 2022-03-19 20:22:56下载
- 积分:1
-
LabVIEW graphical display procedures, Freescale smart car PC program for digital...
labview图形显示程序,飞思卡尔智能车的上位机程序,用于数字摄像头的可视化-LabVIEW graphical display procedures, Freescale smart car PC program for digital camera Visualization
- 2023-01-13 19:40:04下载
- 积分:1
-
通过此算法选取出来的阈值非常理想,对各种情况的表现都较为良好。虽然它在很多情况下都不是最佳的分割,但分割质量通常都有一定的保障,可以说是最稳定的分割。由上可知,
通过此算法选取出来的阈值非常理想,对各种情况的表现都较为良好。虽然它在很多情况下都不是最佳的分割,但分割质量通常都有一定的保障,可以说是最稳定的分割。由上可知,大津算法是一种较为通用的分割算法。-Through this algorithm to select the threshold by the very satisfactory performance of the various situations are relatively good. Although in many cases it is not the best partition, but the quality of segmentation is usually a certain degree of protection, it can be said is the most stable partition. From the above we can see that Otsu algorithm is a segmentation algorithm is more generic.
- 2022-03-23 22:38:45下载
- 积分:1
-
基于Hough变换的硬币检测
Coin Detection using Hough Transform
- 2022-05-21 08:01:59下载
- 积分:1