-
将一个彩色图像之间的颜色表示。
Convert a color image between color representations.
B = COLORSPACE(S,A) converts the color representation of image A
where S is a string specifying the conversion. S tells the
source and destination color spaces, S = destdest . Supported color spaces are
RGB R G B Red Green Blue (ITU-R BT.709 gamma-corrected)
YPbPr Luma (ITU-R BT.601) + Chroma
YCbCr / YCC Luma + Chroma ("digitized" version of Y PbPr)
YUV NTSC PAL Y UV Luma + Chroma
YIQ NTSC Y IQ Luma + Chroma
YDbDr SECAM Y DbDr Luma + Chroma
JPEGYCbCr JPEG-Y CbCr Luma + Chroma
HSV / HSB Hue Saturation Value/Brightness
HSL / HLS / HSI Hue Saturation Luminance/Intensity
XYZ CIE XYZ
Lab CIE L*a*b* (CIELAB)
Luv CIE L*u*v* (CIELUV)
Lch CIE L*ch (CIELCH)-Convert a color image between color representations. B = COLORSPACE (S, A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destin
- 2023-02-24 07:00:03下载
- 积分:1
-
描述:这个函数可以用来
Description: This function can be used to
1) Personalise your photographs
2) Add signatures to your photographs
The input to this function are two pictures -
Input 1: your photograph
Input 2: your signature-Description: This function can be used to 1) Personalise your photographs 2) Add signatures to your photographs The input to this function are two pictures- Input 1: your photograph Input 2: your signature
- 2022-07-25 06:18:19下载
- 积分:1
-
taksi游戏录像工具源码
Taksi is a utility that allows you to take screenshots and record video clips of your favourite games and other 3D-graphics applications. Inspired by Fraps (www.fraps.com), Taksi aims to provide an open source alternative to that great tool.
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-20 14:00:58下载
- 积分:1
-
这是指纹处理程序,有的程序可在可在命令行中能显示中心点,并经过了一些改进,是效果更好了...
这是指纹处理程序,有的程序可在可在命令行中能显示中心点,并经过了一些改进,是效果更好了-This is the fingerprint processing procedures, some procedures may be in the command line to show the focal point, and after a number of improvements, is the effect of better
- 2022-07-12 08:05:22下载
- 积分:1
-
图像的边缘、轮廓检测。其边缘检测主要包括有Robert、Sobel、Prewitt、Gauss...
图像的边缘、轮廓检测。其边缘检测主要包括有Robert、Sobel、Prewitt、Gauss-Laplace等算子;以及Hough变换等常用的检测算法代码。-Image edge, contour detection. Its edge detection mainly including Robert, Sobel, Prewitt, Gauss-Laplace operator, etc. and Hough transform detection algorithm and other commonly used code.
- 2022-12-05 00:20:02下载
- 积分:1
-
图象处理程序
图象处理程序-Image processing procedures
- 2022-09-27 23:35:03下载
- 积分:1
-
实现图像数据的JPEG
实现图像数据的JPEG-LS标准的压缩,可以实现无损压缩也可以有损压缩-Realize image data standard JPEG-LS compression, lossless compression can be achieved can also be lossy compression
- 2023-03-15 08:30:04下载
- 积分:1
-
该程序实现了计算机图形学中的中点画线法的算法,
该程序实现了计算机图形学中的中点画线法的算法,-the program in the computer graphics, which were dotted line method algorithm
- 2022-12-31 06:05:05下载
- 积分:1
-
opengl写的图形例子 opengl写的图形例子
opengl写的图形例子 opengl写的图形例子 -opengl graphic example of opengl write write write opengl graphic example of the graphic example of the graphic example of opengl to write
- 2022-02-13 19:13:51下载
- 积分:1
-
计算机视觉应用与 C#
从第二部分,本文介绍了一种跟踪算法。本文第二部分的质心跟踪不是实际上是一种跟踪算法而花哨的把戏。"追踪器"一直做的事情是找到的 backprojected 图像质心和放一个定界框周围 — — 这不跟踪的定义。所以本文介绍了一种非常有名的跟踪算法称为均值漂移跟踪的计算机视觉社区。这篇文章基于一系列的研究论文由 Comaniciu Et al.[1] [2] [3]。
- 2022-06-16 01:28:16下载
- 积分:1