搜索资源列表
Ascii text image generator
- Descr iption: Starting from an image file, it generates a .txt file containing the image in Ascii text format.
matscii
- 用来从灰度图产生ASCII图像的函数,可以用来产生适合手机短信的图片 -used to produce ASCII from the gray level image function can be used to produce suitable for mobile phone messages Photo
fileapp
- 将位图转换成 ASCII码 读文件源码部分-will bitmap into ASCII source of reading documents
ascgen2-0.7.3
- Ascii Generator dotNET (ascgen2) is an application to convert images into high quality ASCII art - text that accurately represents the original image. The first program of its kind to support variable width fonts, and real-time output adjustment. -As
editor
- RSI公司提供的ASCII数据查看工具 初学者可以参考组件编写等
bmptoascii1593195282003
- BMP到ASCIIl转换程序,将图像转换成使用字母和符号的ASCII艺术文本,也可以创建相应的彩色ASCII图像. 程序中提供有图像预处理操作改变图像大小及增强图像的灰度级对比度.
matscii
- matscii.m Function to generate ASCII images from grey scale images. A bit retro but may have applications for interesting text messages on your mobile phone!
MatlabFns
- 用于图像处理的matlab工具包,由Peter Kovesi制作,主要包含特征提取,各项异性滤波,灰度转换、图像去噪等,对图像处理的人来说非常有用。 -MATLAB and Octave Functions for Computer Vision and Image Processing, including: Feature Detection via Phase Congruency Spatial Feature Detection Integral Im
AsciiArtGenGui
- 同样基于c++.net的一个图像处理程序,与img2ascii不同的是这个可以转换任意大小的图片为ascii码并输出到html或txt文档中-Based on the same c++. Net an image processing procedures, and img2ascii is different of any size can be converted to ascii code of the picture, and output to html or txt document
pic2acsii
- 能够把一个图片还原成ASCII码进行输出的操作,并且写入文件-Able to restore an image to ASCII code output operation, and write files
datatransfer
- 实现MAPINFO、ASCII、CAD、ARCGIS之间各种格式的转换工具-Achieve MAPINFO, ASCII, CAD, ARCGIS conversion tools between the various formats
PostalcodeRecognition
- 一个识别邮编的模式识别小程序。输入一张信封的图片,可以返回该信封上邮编的ASCII码值。-Identification Code of the pattern recognition of a small program. Enter an envelope of pictures, you can return the envelope on the postal code in ASCII code value.
bmp2dat
- matlab中的一个将bmp文件读为ascii数据的文件,实现图像数字化-this file reads a bmp file to a ascii data file,and can show the original bmp by the saved data file
7bitTo8bit
- 不错的转换代码,7bit 转化为8bit 并以ascii显示-transfer 7bit data to 8 bit data and display it in ascii
matscii
- ASCII图像生成,生成ASCII图像的matlab源代码实现-Function to generate ASCII images from grey scale images. A bit of retro fun, but constant width fonts are getting hard to come by these days.
MatlabFns
- 关于计算机视觉和图像的matlab工具箱。包括相位一致性特征,空间特征检测,积分图像,非极大值抑制和滞后阈值,边链接和线段拟合,去噪,等-MATLAB and Octave Functions for Computer Vision and Image Processing。such as • Feature Detection via Phase Congruency • Spatial Feature Detection • Integral
Desktop
- A.2 Open Image Files This function looks for x-ray images (.tif) in directory ‘dname’ and creates a movie of I(q) versus q and saves the corresponding 3D matrix. ‘TempA’ and ‘TempB’ are the slope and y-intercept of the ramp temperature profi
ascii-table
- describes the ascii values for vc
bmp_to_ppma
- 图像处理程序。把bmp格式的图像转换成ppm文件。-It is a C++ program which converts a Microsoft BMP file to an ASCII Portable Pixel Map (PPM) file.
中值滤波
- 给定一幅单波段影像imgData.txt(ASCII格式),实现对图像的处理和显示。 已知条件: (1)clrTbl.txt文件是一个颜色查找表,大小是256X3,即可表示256中RGB的颜色。 (2)ImgData.txt文件中是图像的数据,每个值代表一个像素的颜色索引号,通过索引号到颜色查找表(clrTbl.txt文件)中找到相应的RGB颜色值。 (3)中值滤波:一种非线性平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内(这里选择3X3)的所有像素点灰度值的中值。 (4)屏幕上显示像素