-
X.264的core代码
包括,VLC可变长编码,帧间预测,环路滤波等...
X.264的core代码
包括,VLC可变长编码,帧间预测,环路滤波等-X.264, including the core code, VLC variable length coding, interframe prediction, loop filtering
- 2022-05-22 13:11:11下载
- 积分:1
-
OpenCV形态学膨胀、腐蚀
应用背景对图像进行腐蚀和膨胀处理,可以实现调节的力度,通过腐蚀和膨胀的结合使用,可以自动连接图像的破损部分,或者消除图像的多余部分。关键技术关键技术:opencv中,膨胀函数的使用和腐蚀函数的使用。还包括opencv读取图像,显示图像窗口,以及其他opencv函数的调用。
- 2022-07-26 16:16:52下载
- 积分:1
-
在matlab上实现用鼠标画线的功能,有利于初学matlab图像编程的人...
在matlab上实现用鼠标画线的功能,有利于初学matlab图像编程的人-To achieve the matlab draw lines with the mouse functions, help beginners who matlab Graphics Programming
- 2022-02-13 07:13:55下载
- 积分:1
-
计算机图象处理,图象压缩处理,图像压缩的几个MATLAB算法:分块编码、高斯金字塔、离散余弦变换、单值分解。...
计算机图象处理,图象压缩处理,图像压缩的几个MATLAB算法:分块编码、高斯金字塔、离散余弦变换、单值分解。-computer image processing, image compression, image compression algorithm several MATLAB : Block Coding, Gaussian pyramid, discrete cosine transform, singular value decomposition.
- 2022-03-21 09:21:13下载
- 积分:1
-
一个图形处理的小程序的源代码,非常小,没有图形界面
一个图形处理的小程序的源代码,非常小,没有图形界面-a small graphics program"s source code is very small, no graphical interface
- 2022-01-30 16:47:45下载
- 积分:1
-
洞察
Insight-VTK,深入了解vtk的文件-Insight-VTK, VTK-depth understanding of the document
- 2022-01-30 19:46:51下载
- 积分:1
-
一个简单的矢量绘图的例子,可以绘制矢量多段线,并可进行复制.txt
一个简单的矢量绘图的例子,可以绘制矢量多段线,并可进行复制.txt-a simple example of vector graphics, vector drawing more of the line can replicate. Txt
- 2022-03-18 07:15:23下载
- 积分:1
-
这是一个直方图的实验报告
这是一个关于直方图的实验报告-This is a histogram of the experimental report
- 2022-07-21 09:32:09下载
- 积分:1
-
简单的图像处理相关算法!
简单的图像处理相关算法!-simple image processing algorithms!
- 2022-02-03 20:01:48下载
- 积分:1
-
将一个彩色图像之间的颜色表示。
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