搜索资源列表
MRIBrainScan
- This case study shows how MATLAB can be used for a medical imaging problem. Given an MRI scan, first segment the brain mass from the rest of the head, then determine the brain volume. Also compare portions of gray and white matter present. This examp
bianjietiqu
- C++Builder环境下运行的图像边界提取程序,运行过可以使用,放心下载.-C++ Builder environment running under the image edge extraction procedure can be used to run-off, rest assured that download.
vga
- 实现VGA视频效果,可以把屏幕分为中间一个正方形和其余颜色不同,并且在正方形中有字幕A,并且利用按键可以移动此A-Achieve VGA video effects, can be divided into the middle of the screen a different color square and the rest, and the subtitles in the square in A, and use the A button can be moved
harris1
- 自己按Harris定义写的Harris角点匹配算法,可用于图像拼接、图像融合等。运行通过,可放心下载。-Write their own definition of Harris by Harris corner matching algorithm can be used for image mosaic, image fusion. Run through, you can rest assured Download
rgb2lab
- 本程序通过matlab实现图片的RGB域到LAB域的转换,本程序包含测试程序,可以完全跑通,敬请放心使用。-This procedure achieved by matlab image RGB domain to the domain of LAB, this program includes testing procedures, can be completely run through, please rest assured that use.
JPG2RGB565
- JPG2RGB565 说明: 1.对于单片机而言有的时候需要显示图片,一般单片机为了节约资源采用的图片一般为RGB565格式, PC机上用的一般是RGB格式,也就是说PC机器上RGB(R,G,B)三个字节表示一个像素,单片机采 用两个字节表示一个像素,第一个字节的高5位表示R,第一个字节的低3位和第二个字节的高3位 表示G,第二个字节的低5位表示B 2.本程序支持JPG格式转为RGB565格式,显示在屏幕上或者用管道命令输出到一个文本文件 命令行:JPG2RGB