Welcome![Sign In][Sign Up]
Location:
Search - tiff-3

Search list

[ActiveX/DCOM/ATLFreeImage3120Win32

Description: FreeImage 3.112is an Open Source library project for developers who would like to support popular graphics image formats-FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today s multimedia applications. FreeImage is easy to use, fast, multithreading safe, compatible with all 32-bit versions of Windows, and cross-platform (works both with Linux and Mac OS X).
Platform: | Size: 4820992 | Author: tata1982 | Hits:

[Special EffectsMinMaxFilterFolder

Description: Min/Max filter,最大最小滤波器,说明看英文,只是国外的人写的代码, -Description The filter computes the minima and/or maxima of an array over sliding window with a given size. Multidimensional array is fully supported: running filter in 1D, 2D filter for image processing applications (erosion/dilatation), 3D and more. This package has been implemented with a special care on the running speed: the MEX engine uses an algorithms that requires no more than three (3) comparisons per element and per dimension in all configurations. All numerical and logical class arrays are supported. Contributor (beside author) is Vaclav Potesil Acknowledgements This submission has inspired the following: Free-knot spline approximation MATLAB release MATLAB 7.8 (R2009a) Other requirements MEX correctly setup NO image processing is required Download a tiff file for
Platform: | Size: 29696 | Author: 谢冉 | Hits:

[Special EffectsPicMatch

Description: 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。 3、保存视图数据为图片文件,支持TIFF、PNG、JPEG、JPG、BMP、GIF格式保存。 4、TreeCtrl控件、ListCtrl控件的基本操作。 5、MFC单文档程序视图通讯、更换视图、视图分割。-This program of image features automatic extraction point, use Morevac, Forstner, Harris3 a classic operator. Based on the correlation coefficient method using the image matching, realization and introducing least squares adjustment, the matching point to improve precision. In the search process, the use of the image characteristics of nuclear line, 2d image search using the heuristic method of climbing. For large quantity of data using image processing image pyramid structure. 1, using film, read GDAL repository support JPEG, TIFF, PNG, GIF, BMP, JPG, read IMG format. Use GDI drawing. 2 and prevent large amount of data, drawing view pictures showed adopt double caching techniques. 3, save for the image file, views data support JPEG, TIFF, JPG, PNG, GIF, BMP format. 4 and TreeCtrl controls, the basic operation ListCtrl controls. 5 and MFC single document procedure view communication, replace view, view.
Platform: | Size: 3047424 | Author: 方毅 | Hits:

[Ftp Client20072241039848

Description: 1。可支持远程配置文件 (中心服务器,客户端自动获取中心服务器配置文件。节省资源,仅程序运行时读取一次。) 2。可支持多种图片格式 (GIF/JPG/BMP/TIFF) 3。远程配置文件、图片远程路径 可支持多种读取方法或协议 (HTTP/FTP/共享路径/本地路径) 4。后台运行,占用系统资源小。(物理内存约 600KB,虚拟内存约 1400KB) -' 1. To support remote configuration file (the central server, the client automatically get a central server configuration file. Savings only once when the program is running.) ' 2. Can support multiple image formats (GIF/JPG/BMP/TIFF) ' 3. Remote configuration files, pictures, remote path can support a variety of reading methods or protocols (HTTP/FTP/share path/local path) ' 4. Running in the background, taking up little system resources. (Physical memory is about 600KB, virtual memory is about 1400KB) '
Platform: | Size: 12288 | Author: kyocsss | Hits:

[Printing programpopfax--printer

Description: Popfax printer is a driver that converts any document your desktop can print into a black and white TIFF FAX G3 format and then sends it to any fax machine via Popfax.com Internet fax services. Releases after 2.3 are maintained on Popfax.com own servers.
Platform: | Size: 5937152 | Author: liulian | Hits:

[Special Effectstuxiangfengexitong

Description: 这是个基于VC++的图像处理系统,主要实现实现系统能对图像文件(bmp、 jpg、 tiff、 gif等)进行打开的功能 2.实现系统能对图像文件进行保存,另存的功能 3.实现系统能对图像文件进行打印的功能 4.实现系统退出操作的功能 5.图像分割:阈值分割、区域生长、分裂合并 、区域增长法、特征空间聚类法、用分水岭变换分割法等各种方法,实现复杂区域的分割 希望对大家有用-This is based on VC++ image processing system, the main implementation system image file (bmp, jpg, tiff, gif, etc.) open feature 2 to achieve system image file to save, save functions 3. system can achieve an image file for printing functions 4 out of operation to achieve system function 5 image segmentation: thresholding, region growing, split merge, region growing method, the feature space clustering, segmentation with watershed transformation other ways to achieve complex region segmentation want to be useful
Platform: | Size: 5689344 | Author: 李雄 | Hits:

[Special EffectsFruitCP

Description: 1、处理系统具备人机交互的界面; 2、处理系统能实现对常见图像文件(bmp、 jpg、 tiff、 gif等)进行打开、保存、另存、打印和退出等功能操作; 3、主题处理的中间结果都要能查看和保存; 4、提供至少4类的图像(偏暗的、偏亮的、带噪声的和正常良好情况的图像)验证处理程序的效果。 5、一份处理系统的说明文档,说明文档包括选题的缘由、系统运行的平台要求和配置、系统的操作说明、系统实现的步骤和对应算法的详细解释(最好要有中间结果和最终结果的截图)、总结(包括程序实现过程中遇到的困难和解决的办法、分析所设计的算法在4类图像上应用的优劣等)。 6、对使用到的关键函数进行详细说明。 -Processing system with human-computer interaction interface processing system to achieve the common image file (bmp, jpg, tiff, gif, etc.) Open, Save, Save, Print, and Exit function operation theme processing the intermediate results must be able to view and save 4, provided at least four types of images (dim, partial bright image with noise and normal good situation) to verify the effect of the handler. 5, a processing system documentation, documentation, including the topics of the reason, the platform requirements and configuration of the system is running, the instructions of the system, the system detailed explanation of the steps and the corresponding algorithm (better to have intermediate results and final screenshot of the results), summary (including the difficulties encountered in the program implementation process and solution analysis of the merits of the application by the design of the algorithms in the four categories of images). 6, using the key function to be descri
Platform: | Size: 1376256 | Author: | Hits:

[Linux-Unixtif_win3

Description: TIFF Library Windows 3.x-specific Routines Source Code for Linux.
Platform: | Size: 2048 | Author: qangsuenu | Hits:

[Linux-Unixtif_fax3

Description: TIFF Library. CCITT Group 3 (T.4) and Group 4 (T.6) Compression Support Source Code for Linux.
Platform: | Size: 15360 | Author: pierongkang | Hits:

[File FormatTIFFspec

Description: TIFF Revision 6.0 Final — June 3, 1992
Platform: | Size: 272384 | Author: tangwei | Hits:

[2D Graphicimaginglib0264

Description: Imaging is native Object Pascal image loading, saving and manipulation library. It is available for several platforms and does not require any third party dynamic libraries or other compiled binaries. Main development language is Object Pascal (Delphi and Free Pascal compilers are supported) and there are interfaces to the library (compiled into dll/so) for other languages like C/C++ and Delphi.NET. Currently supported operating systems are Windows, Linux, FreeBSD (and some other Unixes), and Mac OS X (on Intel). Supported CPU architectures are x86 and AMD64. Currently supported image file formats are: (loading and saving) BMP, JPEG, PNG/APNG, GIF, TGA, DDS, MNG, JNG, JPEG2000, PSD, TIFF, PGM, PPM, PAM, PFM, XPM, (loading only) PCX, and PBM. Many internal image data formats are supported: 8/16/24/32/48/64 bit RGB and ARGB formats, indexed formats, grayscale formats, half/single precision floating point formats, and compressed formats DXT1/3/5, 3Dc, and BTC.
Platform: | Size: 13658112 | Author: 刘炳元 | Hits:

[Windows Developi

Description: Download the file porsch.tiff. Write an M-file that get the image and does the following tasks: i. Smooth the image with a 3×3 filter mask.
Platform: | Size: 18432 | Author: ghazal | Hits:

[Graph programSimple-Image-Processing-System

Description: 1、能对图像文件(bmp、 jpg、 tiff、 gif等)进行打开、保存、另存、打印、退出等功能操作; 2、数字图像的统计信息功能:包括直方图的统计及绘制、区域图的面积、周长的统计、线条图中的距离测量等; 3、数字图像的增强处理功能: (1)空域中的点运算、直方图的均衡化、各种空间域平滑算法(如局部平滑滤波法、中值滤波等)、锐化算法(如梯度锐化法、高通滤波等) (2)频域的各种增强方法:频域平滑、频域锐化、低通滤波、同态滤波等。 (3)色彩增强:伪彩色增强、真彩色增强等 4、图像分割: (1)点、线(hough变换检测直线)、及边缘检测(梯度算子、拉普拉斯算子等); (2)区域分割包括阈值分割、区域生长、分裂合并等; 5、数字图像的变换:普通傅立叶变换(ft)与逆变换(ift)、快速傅立叶变换(fft)与逆变换(ifft)、离散余弦变换(DCT),小波变换等。-1, capable of image files (bmp, jpg, tiff, gif, etc.) open, save, save, print and exit functions such operations 2, the digital image statistics features include: histogram statistics and drawing, area of ​ ​ area, perimeter statistics, line graphs of the distance measurement 3, digital image enhancement processing functions: (1) airspace point operations, histogram equalization, a variety of space-domain smoothing algorithm (such as local smoothing, median filtering, etc.), a sharpening algorithm (such as sharpening gradient method, high-pass filtering, etc.) A variety of enhancement methods (2) the frequency domain: smooth frequency domain, frequency domain sharpening, low pass filter, homomorphic filtering. (3) Color Enhancement: pseudo-color enhancement, true color enhancement, etc. 4, image segmentation: (1) point line (hough transform to detect straight line), and edge detection (gradient operator, Laplace operator, etc.) (2) dividing the region include thres
Platform: | Size: 169984 | Author: 马振磊 | Hits:

[Compress-Decompress algrithmsWavetran

Description: 基于tiff图像的小波压缩算法,真的可以用,但是只有压缩,没有解压缩,而且是二次压缩,可以自行改为3次压缩-It is a good program, indeed, it can be used to help you do many things
Platform: | Size: 510976 | Author: 张伟 | Hits:
« 1 2 3 4»

CodeBus www.codebus.net