搜索资源列表
nopalette
- 本人独创的位图处理思路,利用24与8位图像数据区的特点建立互换函数,可以不需使用繁琐的调色板.-original bitmap processing, use 24 and eight image data characteristics of the establishment of the exchange functions, you need to use cumbersome palette.
Colorimagecolorcomponentinter-exchange
- 全彩色图像的色彩分量间互换。对于彩色图像,图像的颜色是由每个像素点的RGB三分量的组合决定的。本实验的实验目的就是通过调整图像像素点RGB三分量的顺序来进行图像红、绿、蓝三个颜色分量间的互相转换,从而改变图像的颜色;比如:原图像为一朵红花,经过处理之后,我们将其变成绿花或者蓝花。运用到canny算子-Full-color images between color-component exchange. For color images, color images are from each pi
HSI
- matlab程序 实现从HSI空间到RGB空间的互换-matlab hSi2RGB
DcmBmp
- 用cdmtk,vc++实现dicom与bmp的互换-Using vc++ to achieve the exchange of dicom and bmp
4
- 排列邻位互换生成算法 输入n个数 输出得到排列 -Ordered o-n the number of interchangeable generation algorithm input output to be arranged
wuziqi
- 1、首先遍历整个棋盘,找到一个可以落子的点,然后假设自己在该点落子,再然后判断如果棋子落到这个点上后会对自己有什么利益,比如会不会形成冲4活三、双活三等等,(事先将冲四活三、双活三等效果定义上利益值,当然,如果是五个子连起来了的话,利益值要被定义成最高,最好是无穷大的),将各种效果的利益值相加,得到己方的利益值。 2、将角色互换一下,重复第一步,得到对方的利益值(其实是递桂算法)。 3、将己方的利益值减去对方的利益值,得到该点的总利益值。 4、整个棋盘所有能落子的点都计算出利益值之后
ImageFileDivision
- RAW文件分解小工具,可以将大块的原始图像数据(16位)分解为单独的图像文件(16位),支持高低字节互换、文件名自动更新,同时生成相应的8位BMP图像-A tool for RAW file division. It chunks the original image data (16-bit) decomposition as a separate image file (16-bit), supports the exchange of high and low bytes of the f
20071251825954
- 昆鸿BMP与JPG图片格式互换工具,支持图片批量转换功能 -Kun Hong BMP and JPG image formats swap tools, support batch image conversion
TransposeDIB
- /************************************************************************* * 函数名称: * TransposeDIB() * 参数: * LPSTR lpDIB - 指向源DIB的指针 * 返回值: * BOOL - 转置成功返回TRUE,否则返回FALSE。 * 说明: * 该函数用来转置DIB图像,即图像x、y坐标互换。函数将不会改变图像的大小, * 但是图像
RasterFormatChangeFreeImage
- 使用Freeimage的简单例子,可以实现jpg、png格式互换-Use Freeimage simple example, you can achieve jpg, png format exchange
LoadBitmap
- vc++ 加载位图,鼠标点击可互换位图图形显示-vc++ loadbitmap program
YUV-RGB
- 把YUV格式视频转换成RGB格式的,RGB格式转换成YUV的格式,两者之间互换-The YUV format into RGB format video, RGB format into YUV format, exchange between the two
aa
- 实现矩阵(3行3列)的转置(即行列互换)-Implementation matrix (3 rows and three columns) of the transpose (ie, the ranks of exchange)
chengxu5
- 实现矩阵(3行3列)的转置(即行列互换)。-Realization of the matrix ( line 3 ), transpose (ie, the ranks of the swap ) .
Mif2Shp
- 使用MapInfo的通用转用器imut.exe将Mif转为shp,使用前需要安装Mapinfo的imut.exe。稍做修改就可以将tab,shp,mif,dem等格式互换。通用转换器”可将这些文件格式转换为 MapInfo .TAB 和 .MIF\.MID 文件: • AutoCAD DWG/DXF • ESRI ArcInfo Export (E00) • ESRI Shapefile (SHP) • MicroStation De
qingxiejiaozheng
- 从原四边形四个点和新矩形四个点得到一个变换矩阵,根据这个矩阵再作用到全局图像就可以.因为Matlab细节的原因,我把公式中x和y位置互换了-A transformation matrix according to this matrix is applied to the global image. Because Matlab detail reason, swap x and y position of the formula I obtained from th
gzsSwtQb
- RGB_CMYK颜色值互换易语言源码,易语言写的图形图像编程,很好的参考。-RGB_CMYK color value exchange easy language source code, easy graphic language programming, a good reference.
BSQ-BIL-BIP
- 遥感影像数据的3种主要的基本组织形式,可实现互换-3 main basic organizational form of remote sensing data can be interchangeable
shiyan1
- 实现图像旋转灰度化等处理,实现图像相加,通道互换等-Achieve gray image rotation and other processing, and image together, channel swap, etc.
HSI与BGR互换
- 将一张影像的颜色通道进行HSI与BGR互换。(HSI and BGR are interchangeable.)