-
this is a magic image processing sourc code, whic i got the other day. it must b...
这是我前一段时间收集的一个关于图像处理的代码,真可谓是丰富多彩。一定会您有用。里面涉及各种关于图像处理的源代码。-this is a magic image processing sourc code, whic i got the other day. it must be useful for people who research image compression
- 2022-05-17 23:28:27下载
- 积分:1
-
Based on c++ Build the image of gray
基于c++build的图像的灰度、亮度、对比度、二值处理-Based on c++ Build the image of gray-scale, brightness, contrast, binary treatment
- 2022-02-03 13:35:43下载
- 积分:1
-
创建指定的图像对象的直方图数据。如果未给定坐标,则指向整个图像。...
创建指定的图像对象的直方图数据。如果未给定坐标,则指向整个图像。-Images to create the specified data object histogram. If you are not given the coordinates, then point to the entire image.
- 2022-02-16 08:22:56下载
- 积分:1
-
国外著名大学成功的人脸检测示例中的颜色跟踪!包含多种环境下的代码...
国外著名大学成功的人脸检测示例中的颜色跟踪!包含多种环境下的代码-famous University of face detection examples of color tracking! Covering a wide variety of environment code
- 2022-07-03 05:18:48下载
- 积分:1
-
for image processing, have been tested, the very practical, The main source of a...
采用Visual c++ 进行图像处理,已经经过检测,非常实用,本源码主要是Wash分析-for image processing, have been tested, the very practical, The main source of analysis Wash.
- 2023-07-02 20:30:02下载
- 积分:1
-
实现图像变换与目标跟踪应用OPENCV的源程序
实现图像变换与目标跟踪应用OPENCV的源程序-Image Transform and target tracking applications OPENCV source
- 2022-03-21 08:55:50下载
- 积分:1
-
从网络上下载的,此此文为第一部分,共5部分.
从网络上下载的,此此文为第一部分,共5部分.-downloaded from the network, the first part of the article for a total of five parts.
- 2023-01-08 07:30:02下载
- 积分:1
-
利用最大类间方差法(OTSU)求出对图像进行二值化处理的最佳阈值,从而进行图像二值化处理。...
利用最大类间方差法(OTSU)求出对图像进行二值化处理的最佳阈值,从而进行图像二值化处理。
-Using the maximum between-class variance method (OTSU) obtained image binarization best treatment threshold, and thus image binarization treatment.
- 2022-09-09 17:20:02下载
- 积分:1
-
一个交互式程序,利用Hough变换检测圆。允许人工选择圆半径。...
一个交互式程序,利用Hough变换检测圆。允许人工选择圆半径。-An interactive process, the use of Hough transform circle detection. Permit artificial selection radius.
- 2022-03-06 03:42:43下载
- 积分: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