搜索资源列表
12864_c
- 128*64标准模块显示程序,内面分两种接发.详情请见内容-128 * 64 standard modules display program, inside two minutes then fat. Know more about content
weitu
- 在程序中,利用imshow(I,[127 128])实现第七位灰度切割:imshow(I,[127 128])表示当灰度值为0到127时,T(r)=0,全黑;当灰度值为128到255时,T(r)=255,全白。 利用位与实现第n(n<7)位的灰度切割。64表示0100 0000,与原图像相与,实现第六位的灰度切割;32表示0010 0000,实现对第五位的灰度切割,以此类推。
lcd
- 兰色128*64 lcd驱动AVR-atmega64
hog
- hog特征提取算法的实现,用于object detection,特别是human detection,针对64*128的图像。
TCS230颜色识别_原理_程序
- TCS230应用及单片机显示(128*64)
resample.zip
- 用matlab 实现图像的采样,可实现128 ,64,32点采样,Using matlab to achieve the image sampling, can be realized 128, 64,32-point sampling
HG1286412s-1
- 液晶显示程序,128*64点阵,黑白屏,支持汉字和图象-LCD DISPLAY,128*64 dots,the word of china,pictures
smallc3.5
- 图形显示器程序 128*64 89C51 24016B C++
RayCasting
- 2. 程序都是用RayCasting算法绘制一个球体,体数据在运行时产生,球体以(64,64,64)为球心,64为半径,包围盒即为此球体的外切立方体,投影平面为Z=128,大小为400*400,恰为包围盒的其中一个面所在的平面,光线追踪扫描时,是按照从前向后的顺序;源码1_平行光照射下的RayCasting算法实现”中的源码如名所示,是在平行光的追踪下,球体在二维平面上颜色和透明度的成像-Raycasting
GLCD_sample
- 此程序用来编辑基本的128*64 graphic LCD, 配套于KS108控制器。 包含了基本的画图功能, 画线, 画字母, 画图形等。-This procedure is used to edit the basic 128* 64 graphic LCD, supporting the KS108 controller. Includes basic drawing functions, draw lines, draw the letters, draw graphics.
D
- 灰度图像的量化和直方图均衡化直接调用函数。量化是指将像素灰度转换成离散的整数值的过程。量化等级越多,所得图像层次越丰富,灰度分辨率高,图像质量好,但数据量大。-Write MATLAB functions to quantize grayscale image with given quantization step Q. Process the given test images “Lena” with quantization steps Q=2, 4, 8 16, 32, 64, 1
image-searching
- 征输入查找:对图像的特征参数进行设置,如希望图像中的色彩比例为“R:128 ; G:128; B:64”,或者是对图像的明亮度在0~100 之间加以调节-Intrinsic input find: the image characteristic parameters set, if they wish to color in the image ratio " R: 128 G: 128 B: 64" , or the image brightness from 0 to
HYG1286493G-FF62L-VA
- 此为华远显示 128*64 LCD驱动程序,该程序也适用于带ST7565控制器的LCD -This is the Huayuan 200* 40 LCD display driver, the program also applies with ST7565 LCD controller
ST7565-4SPI
- ST7565 4SPI.zip是一个点128*64的LCD程序,主要用于测试调试液晶显示屏-ST7565 4 spi. Zip is a point 128* 64 LCD procedures, LCD screen is mainly used for testing and debugging
2014-7-1
- 对于给定图像 < f3.tif > ,实现下列结果。 a. 直方图均衡化后的图像(灰度级数256)和图像均衡化后的直方图 b. 直方图均衡化后的图像(灰度级数128)和图像均衡化后的直方图 c. 直方图均衡化后的图像(灰度级数64)和图像均衡化后的直方图 d. 直方图均衡化后的图像(灰度级数8)和图像均衡化后的直方图 -For a given image <f3.tif>, to achieve the following results.
MIT_png
- 资料为MIT行人检测数据库,共924幅图片,大小为128*64,.png格式,可以用普通照片查看器查看。-Data for the MIT pedestrian detection database, a total of 924 pictures, the size of 128* 64,. Png format can be viewed with ordinary photos to view.
weicaise
- 给定灰度-彩色转换函数,对一灰度图像进行伪彩色处理。转换函数如下表:输入灰度级0~31 淡黄色; 32~63 黄色; 64~95 橙色;96~127 红色; 128~159 紫色; 160~191 淡蓝色;192~223 绿色; 224~255 蓝色。-Given the gray- color conversion function for a pseudo-color gray-scale image processing. Conversion functions in the follo
shuiyin
- 1.以自己的名字或者学号等个人信息生成一个64 64的序列; 2.算法(1)将序列隐藏于图像的像素值的最左上方的64 64个像素中; 算法(2)因为原图像为128 128大小,所以含有4个64 64的图像块,分别在4个图像块中重复嵌入序列; 3.最后,分别在算法(1)(2)两种情况下,将含有隐藏信息的图像,经过逆算法恢复出隐藏的序列。 课程设计报告要求: 1.封面、目录; 2.课程设计目的; 3.课程设计任务和要求; 4.算法原理及设计过程(包括程序及流程图或
Reducing-the-Number-of-Gray-Levels
- 用matlab实现改变图像灰度值,输出依次为原图像(灰度值256),128,64,32,16,8,4,2-Reducing the Number of Gray Levels in an Image (a) Write a computer program capable of reducing the number of gray levels in an image 256 to 2, in integer(整数) powers of 2. The desired number
lena-graychazhi
- 对lena图像分别进行4倍和16倍减采样,将256级的lena图像转换成128级灰度图像,64级灰度图像,32级灰度图像-Gray image of lena were reduced four times and 16 times sampling, 256 of 128 lena image is converted into a grayscale image, the 64-level grayscale images, 32 gray-scale image