搜索资源列表
cardetection
- 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,63
fx-t3224c256
- 方显科技公司的LCD控制器(256色, TFT屏, 支持分辨率320*240, 400*240, 480*240, 640*480, 800*600)-side remarkable technology companies in the LCD controller (256-color TFT screen, support for 320 x 240 resolution, 400 x 240, 480 x 240, 640 x 480, 800 * 600)
LED显示屏控制技术实现.doc
- 关键词:256 级灰度;LED 点阵屏;FPGA;电路设计
bayer
- 抖动,是指当在低分辨率下看较高分辨率的图像、低色模式下显示更多色模式(如在VGA16色图形模式下显示256色及全彩色图像)时出现的颜色和图像变形的问题。-Jitter, when the low-resolution look at the images higher resolution, low-color mode to show more color mode (such as color graphics mode VGA16 display 256 colors and full-c
hough_line
- 直线 检测 hough 直接可以运行有原图像 图像为256色bmp -Hough line detection can be run directly with the original image, the image of 256-color bmp
full-colorLED
- 用FPGA实现LED全彩屏系统设计方案,具有256级灰度显示-With the FPGA to achieve full-color LED system design, with 256 level gray-scale display
picchangelongdata
- 将图片转化为long数组 Function unrgb(ByVal Color As Long) As RGB unrgb.R = (Color And &HFF) unrgb.G = (Color And 62580) / 256 unrgb.B = (Color And &HFF0000) / 65535 End Function -将图片转化为long数组
256
- 256色灰度图彩色图转换为8为灰度图 喜欢的下,方便大家!-256-color grayscale color map converted to grayscale like 8, the convenience of all!
A-New-Flame-Detection-Method-Using
- 了一种火灾图像的颜色提取算法。根据色彩空间(R ,G,B)到(H , I ,S)的变换公式和颜色相似距离的概 念 ,先将彩色图像量化为256色 ,再根据颜色距离提取色彩。试验证明该方法计算简单 ,处理速度快 ,为进一步进行火灾图像 的识别奠定了基础。-A fire image color extraction algorithm. According to the color space (R, G, B) to (H, I, S) of the transformation formu
256-color-color-code-table
- 256色颜色代码表,在做颜色处理时可以作为参考,很好用-256-color color code table, doing color processing can be used as reference to good use
yuandaima
- 软件功能把256色图转化为灰度图,经测试,性能良好。-Software features 256 color images converted to grayscale, tested, good performance.
256-turn-grayscale-image
- 将256彩色图转化成灰度图,C++的源代码,希望能有所帮助。-Will 256 color figure into grayscale, c++ source code, hoping to help.