-
BMP图像打开,二值化,形态学处理(膨胀,腐蚀,开,闭,二值边界提取),边缘提取(Roberts,sobel,laplacian,prewitt,laplaci...
BMP图像打开,二值化,形态学处理(膨胀,腐蚀,开,闭,二值边界提取),边缘提取(Roberts,sobel,laplacian,prewitt,laplacian of gaussian算子)-BMP images open, binarization, morphology processing (expansion, corrosion, open, closed, two-valued edge extraction), edge extraction (Roberts, sobel, laplacian, prewitt, laplacian of gaussian operator)
- 2022-04-29 01:46:29下载
- 积分:1
-
图像分析软件格式
图像格式分析软件-image analysis software format
- 2022-03-20 19:36:05下载
- 积分:1
-
学习VC也没多久,将我做的这个小工具和大家分享一下。其主要功能就是可以自定义生成公章图形并保存为bmp图片,希望对大家有点用。具体实现的方法如下:
步...
学习VC也没多久,将我做的这个小工具和大家分享一下。其主要功能就是可以自定义生成公章图形并保存为bmp图片,希望对大家有点用。具体实现的方法如下:
步骤一:生成对话框工程,并加入相应的控件,图片的显示使用Picture控件;
步骤二:定义生成图形所需要的参数;
步骤三:通过参数定义,生成对应的Bitmap,再在Picture控件中显示该位图,具体实 现参看源程序。
步骤四:将生成的Bitmap保存为位图文件。
-VC did not learn how long I will do this small tools and share with you. Its main function is to be generated from the definition graphics and seals for the preservation bmp picture, and I hope to use you a bit. The specific methods to achieve the following : Step 1 : Generation dialog, and add the corresponding controls, the pictures showed a picture control; Step 2 : definition graphics generated by the parameters; Step 3 : through the definition of parameters, generate the corresponding Bitmap, and the Picture Control showed the bitmap, See achieve specific source. Step 4 : Generation to preserve the Bitmap bitmap file.
- 2023-04-09 06:30:03下载
- 积分:1
-
C + + 的 LBP 代码
局部二元模式(LBP)是一种用于在计算机视觉分类功能。 LBP是特定情况在1990年[1] [2] LBP于1994年首先描述[3] [4]它提出的纹理谱模型由于被认为是一个强大的功能的纹理分类;它已经进一步确定,当LBP是结合定向梯度直方图(HOG)的描述符,它提高了检测性能相当一些数据集。该LBP特征向量,在其最简单的形式中,通过以下方式创建的:划分检测窗口进入细胞(例如16×16像素的每个单元格)。用于在小区中的每个像素,比较像素到它的每一个8邻居(在它的左顶,左中间,左底部右顶部,等等)。跟随一个圆,即顺时针或逆时针的像素。其中,中心像素的值大于邻居的值,写入“1”。否则,写“0”。这使一个8位二进制数(通常是转换为十进制为方便起见)。计算的每个“号码”中出现的频率的直方图,在细胞内,(即,对每个组合哪些像素是较小的,哪些是大于该中心)。任选正常化直方图。串联所有细胞(归)直方图。这给出了窗口的特征向量。特征向量现在可以使用支持向量机或其他机器学习处理算法进行分类的图像。这样的分类可以用于人脸识别或纹理分析。
- 2022-03-21 06:15:16下载
- 积分:1
-
New Paint write by Visual Basic
New Paint write by Visual Basic
- 2022-01-25 23:11:34下载
- 积分:1
-
获取任何点值的颜色
获取任何点的颜色值-access to the color of any point value
- 2022-01-28 04:40:02下载
- 积分:1
-
a simple drawing program
一个简单的画图程序-a simple drawing program
- 2022-06-02 20:50:46下载
- 积分:1
-
人脸检测源码,有多种处理函数,已通过VS6.0
人脸检测源码,有多种处理函数,已通过VS6.0-Face detection source, has a wide range of treatment functions, has passed VS6.0
- 2022-06-13 16:19:53下载
- 积分:1
-
用vc写的关于图像效果的程序,不同的文件里面显示的是不同的图形效果...
用vc写的关于图像效果的程序,不同的文件里面显示的是不同的图形效果-Written by vc effect on the image of the process, different file which shows the different graphical effects
- 2023-08-24 02:15:03下载
- 积分:1
-
关于二维码的一个实例,一个非常好的可以学习如何编码和解码2nd bar code...
关于二维码的一个实例,一个非常好的可以学习如何编码和解码2nd bar code-Two-dimensional code on an example of a very good can learn how to encode and decode 2nd bar code
- 2022-02-05 02:12:00下载
- 积分:1