-
基于FPGA的图像处理系统研究pdf文档
基于FPGA的图像处理系统研究pdf文档-FPGA-based image processing system pdf document
- 2023-02-14 14:25:04下载
- 积分:1
-
图像从RGB空间转换到HSI空间和HSV变换的C++代码,HSI
实现图像由rgb到hsi和HSV转换C++代码,hsi-长度为3的双精度数组,rgb- 长度为3的双精度数组-Image from rgb to HSI and HSV conversion C++ Code, hsi-length 3 double precision array, rgb-length 3 double precision array
- 2022-02-12 03:15:58下载
- 积分:1
-
很实用的C #图像处理中的边缘检测代码,包括使用Sobel /…
很实用的C#图像处理边缘检测代码,包括使用sobel/priwit等算子-Very practical C# Image processing edge detection code, including the use sobel/priwit operator, etc.
- 2022-03-23 02:34:38下载
- 积分:1
-
a characteristic edge detection algorithm, outputtype : color or 256 bits bmp mo...
有特点的边缘检测算法,outputtype:colour or monochrome.suport 256 bits bmp-a characteristic edge detection algorithm, outputtype : color or 256 bits bmp monochrome.suport
- 2022-09-22 19:05:03下载
- 积分:1
-
边缘检测Sobel算子实现数字图像处理中边缘检测
边缘检测Sobel算子实现数字图像处理中边缘检测-Sobel edge detection operator of digital image processing edge detection
- 2022-07-15 08:02:25下载
- 积分:1
-
此程序是用于图像处理中,图像去噪,并且考虑角点存在的情况...
此程序是用于图像处理中,图像去噪,并且考虑角点存在的情况-This program is used for image processing, image denoising, and consider the existence of corner
- 2023-03-15 06:45:04下载
- 积分:1
-
本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算...
本代码实现的功能:24位位图(BMP)的灰度化。具体实现过程:打开图像文件,找到数据区(每3个字节代表一个象素的R,G,B值),循环扫描,根据RGB的权重,计算出灰度值. 如果要得到256色灰度图,则要新建一个调色板,修改信息头和文件头.-Realize the function of the code: 24-bit bitmap (BMP) of the gray. Concrete realization of the process: Open the image file, locate the data area (3 bytes per pixel on behalf of a R, G, B values), cyclic scan, according to the weight of RGB, gray value is calculated. If you want to get 256 colors grayscale, would create a new palette, modify the header and file header information.
- 2022-05-18 00:16:22下载
- 积分:1
-
在AdaBoost检测人脸的基础上,精确找到人脸中眼睛瞳孔中心的程序。...
在AdaBoost检测人脸的基础上,精确找到人脸中眼睛瞳孔中心的程序。-In AdaBoost Face Detection Based on the precision to find human faces in the eye pupil center procedures.
- 2022-01-30 12:23:01下载
- 积分:1
-
本人收集的东西,不用Vb了,丢掉怪可惜的
分形算法与程序设计VB版 一书中所讲解的程序设计的源代码及部分供参考的效果图。...
本人收集的东西,不用Vb了,丢掉怪可惜的
分形算法与程序设计VB版 一书中所讲解的程序设计的源代码及部分供参考的效果图。-I collect things that do not have Vb, and unfortunately lost the strange fractal algorithm and program design VB version of one book on programming source code and some of the effects of plans for reference.
- 2023-06-07 09:30:04下载
- 积分:1
-
边缘就是指图像局部亮度变化最显著的部分,它是检测图像局部变化显著变化的最基本的运算。对于数字图像,图像灰度灰度值的显著变化可以用梯度来表示,以边缘检测Sobel...
边缘就是指图像局部亮度变化最显著的部分,它是检测图像局部变化显著变化的最基本的运算。对于数字图像,图像灰度灰度值的显著变化可以用梯度来表示,以边缘检测Sobel算子为例来讲述数字图像处理中边缘检测的实现-edge means partial image brightness changes the most significant part of it is partial image change detection significantly change the basic arithmetic. For digital images, image intensity values of gray significant gradient changes can be expressed as Sobel edge detection to operator as an example to talk about digital image processing to achieve Edge Detection
- 2023-08-17 15:05:03下载
- 积分:1