-
C语言的体系,大量使用指针运算速度可以保证,内含先进的多种插值算法。
另外独有的支持meta exif信息的读取。该库最大的特点就是比较简练,只把重点放在对...
C语言的体系,大量使用指针运算速度可以保证,内含先进的多种插值算法。
另外独有的支持meta exif信息的读取。该库最大的特点就是比较简练,只把重点放在对各种格式图像的读取写入支持上,没有显示部分,实际编程的时候还是需要调用API函数进行显示。
-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).
- 2022-03-20 01:02:14下载
- 积分:1
-
a simple drawing program, the design of a good game
简单的一个画图程序,设计的不错呀-a simple drawing program, the design of a good game
- 2022-01-31 11:27:05下载
- 积分:1
-
delphi development of the vector drawing program, similar to AutoCad! features p...
delphi开发的矢量图的绘制程序,类似于AutoCad!功能强悍!-delphi development of the vector drawing program, similar to AutoCad! features powerful!
- 2022-03-16 15:14:09下载
- 积分:1
-
计算机图形学中,使用中点算法绘画直线条的算法,在vc中实现,可用鼠标操作画线,且有动态效果...
计算机图形学中,使用中点算法绘画直线条的算法,在vc中实现,可用鼠标操作画线,且有动态效果-computer graphics, the use of line drawing algorithm midpoint of the algorithm to achieve the vc, can be used to operate the mouse to draw lines and have dynamic effects
- 2022-08-09 05:19:19下载
- 积分:1
-
一个旋转输出文本的例子,适合初学者进行学习研究。
一个旋转输出文本的例子,适合初学者进行学习研究。-A rotary output of the example text, suitable for beginners to study.
- 2023-02-10 11:45:04下载
- 积分:1
-
MATLAB图像配准程序
代码如下:
BilinearInterplate.m
ComputeOutImSize.m
LinearT.m
size_position.m
pout.bmp
实现了图像变换配准
- 2022-06-27 21:10:28下载
- 积分:1
-
CASS software, the South Polygon Overlap check the error log processing into a C...
将南方CASS软件的图斑叠盖检查错误日志处理成CAD的表文件。-CASS software, the South Polygon Overlap check the error log processing into a CAD file of the table.
- 2022-12-24 01:20:03下载
- 积分:1
-
Haar wavelet
基于haar小波的图像增强,与传统的图像增强算子相比较,效果更好。-Haar wavelet-based image enhancement, with the traditional image enhancement operator compared better.
- 2022-04-20 00:54:13下载
- 积分:1
-
三角函数曲线作图器
三角函数曲线作图器-trigonometry curve Constructions
- 2022-01-24 15:51:51下载
- 积分:1
-
DIB(设备
DIB(Device-indepent bitmap)的与设备无关性主要体现在以下两个方面: DIB的颜色模式与设备无关。例如,一个256色的DIB即可以在真彩色显示模式下使用,也可以在16色模式下使用。 256色以下(包括256色)的DIB拥有自己的颜色表,像素的颜色独立于系统调色板。 由于DIB不依赖于具体设备,因此可以用来永久性地保存图象。DIB一般是以*.BMP文件的形式保存在磁盘中的,有时也会保存在*.DIB文件中。运行在不同输出设备下的应用程序可以通过DIB来交换图象。 DIB还可以用一种RLE算法来压缩图像数据,但一般来说DIB是不压缩的。 DIB的结构-DIB (Device-indepentent bitmap) has nothing to do with sexual equipment mainly in the following two aspects : DIB color mode has nothing to do with the equipment. For example, a 256-color DIB is the true color display mode, or can be used in 16 color mode. 256-color below (including 256 colors), the DIB has its own color table, color of the pixel independent system palette. As DIB is not dependent on specific equipment, it can be used for permanent preservation of images. DIB normally*. BMP file stored in the form of disk, sometimes stored in*. DIB document. Running on different output devices under the application of the procedure can be DIB to exchange images. DIB can also use a RLE compression algori
- 2022-03-07 07:46:45下载
- 积分:1