-
关于图像特征提取的一些算法的源代码,对搞图像处理和识别的会有一定帮助...
关于图像特征提取的一些算法的源代码,对搞图像处理和识别的会有一定帮助-images on the feature extraction algorithm source code, engaged in image processing and recognition would certainly help
- 2023-04-06 21:40:03下载
- 积分:1
-
zipSUSAN角点检测程序,精确检测图像角点。速度非常之快。
zipSUSAN角点检测程序,精确检测图像角点。速度非常之快。-Corner detection program, accurate detection of image corners. Fast
- 2023-04-30 14:55:03下载
- 积分:1
-
正常开放
OPENGL的开源版本,支持OPENGL2.0-Open-source version of the OPENGL support OPENGL2.0
- 2023-04-01 22:35:03下载
- 积分:1
-
这是一个用VC写的2D Bezier曲线生成演示程序,可以根据鼠标点击实时生成B曲线。...
这是一个用VC写的2D Bezier曲线生成演示程序,可以根据鼠标点击实时生成B曲线。-This is a written with VC to generate 2D Bezier curve demo program can be generated in real time in accordance with the click of a mouse B curve.
- 2022-03-25 04:43:54下载
- 积分:1
-
BLIINDS算法 matlab
资源描述由于自然图像具有高度结构化特性,人类视觉特性(Human Visual System,HVS)倾向于从视觉图像中
提取结构信息,并且对图像的对比度高度敏感。Saad等人提出了一种基于DCT域统计特性的图像完整性评价
方法(BLIINDS)。BLIINDS提取 DCT 系数的统计特征,利用机器学习的方法来评价图像质量。BLIINDS 算法的模型训练不需要知道训练样本的
失真类型,并且特征训练过程简单,算法复杂度低于基
于两级框架的算法。
- 2022-04-30 20:36:11下载
- 积分:1
-
全站仪数据文件转换程序,能把全站仪传输到计算机中的数据转换成蔡司软件需要的数据形式,便于进行画图...
全站仪数据文件转换程序,能把全站仪传输到计算机中的数据转换成蔡司软件需要的数据形式,便于进行画图-total station data file conversion program, Total Station can transfer to your computer"s data conversion software needs Zeiss form of data, facilitate drawing
- 2022-10-03 21:05:03下载
- 积分:1
-
purpose
applies mean filter to gray
purpose
applies mean filter to gray-scale PGM image
compile
gcc -g -o mean_pgm mean_pgm.c -lpgm -lpbm -lm
-purpose mean filter applies to gray-scale PGM image compile gcc-g-o mean_pgm mean_pgm.c- lpgm- lpbm- lm
- 2022-03-25 16:01:56下载
- 积分:1
-
使用QT和Coin3D开发的入门材料!帮助大家快速入门
使用QT和Coin3D开发的入门材料!帮助大家快速入门-Developed using the QT and Coin3D entry materials! To help you quick start
- 2022-04-19 04:03:21下载
- 积分:1
-
本程序(全网)是麦加97 4K Intro和# 39;97赢得了比赛,我…
这个程序(omni.com)是97年的Mekka ’97 4K Intro比赛的一等奖作品,也是我认为最好的 4K作品之一。整个程序全长4095字节,其中包含133字节的自解压程序(类RAR压缩),未解 压的程序长4782字节。三维场景包含144个立方体,367个面,362个点,15个不同的64*64 的纹理…… -this procedure (omni.com) is the Mekka 97 4K Intro"97 won the competition work, I think the best one works 4K. The whole process 4,095 byte length, which includes 133 bytes of self-extracting (RAR compression type), resulting in decompression procedures 4,782 bytes long. 3D cube contains 144, 367-, 362, 15* 64 different texture 64
- 2022-08-19 01:15:26下载
- 积分: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