-
色彩空间的转换 ColorTransform RGB与LAB互转
应用背景在图像处理中,有时需要将真彩色图像转换到其他色彩空间进行处理,已获得更好的处理结果,即从RGB空间转换到LAB或者HSI空间等,处理后为迎合人眼需求一般要将其他色彩空间的处理结果再次转换到RGB空间。本代码即实现了RGB与LAB的互转。关键技术
在色彩空间的正向转换中(RGB to LAB):采用的是九级均匀分割建模,棱柱差值;
在反向转换中(LAB to RGB):采用的是多项式回归方法。
- 2022-05-05 08:48:48下载
- 积分:1
-
A variety of image edge detection and segmentation deal with a variety of image...
多种图像边缘检测与分割处理
多种图像边缘检测与分割处理-A variety of image edge detection and segmentation deal with a variety of image edge detection and segmentation deal
- 2022-10-19 09:05:03下载
- 积分:1
-
histogram generator
- 2022-02-10 02:49:55下载
- 积分:1
-
使用opencv写的图像旋转与缩放程序,对初学opencv的人很有用...
使用opencv写的图像旋转与缩放程序,对初学opencv的人很有用-The use of written opencv image rotation and scaling procedures, the people of learning useful opencv
- 2022-07-07 08:35:35下载
- 积分:1
-
运行该解决方案,你可以与三维医疗量进行交互。相互作用:…
运行解决方案,就可以与3D医疗卷交互。互动:三片定位。放大/缩小、旋转
- 2023-05-18 22:20:04下载
- 积分:1
-
非常好的图形学程序 初学者都需要学的东西,是个好东西。
非常好的图形学程序 初学者都需要学的东西,是个好东西。-very good graphics procedures beginners need to learn things, is a good thing.
- 2023-07-20 11:05:03下载
- 积分:1
-
planets太阳系八大行星
资源描述
import QtQuick 2.0
import QtCanvas3D 1.0
import "planets.js" as GLCode
Item {
id: mainview
width: 1280
height: 768
visible: true
property int focusedPlanet: 100
property int oldPlanet: 0
property real xLookAtOffset: 0
property real yLookAtOffset: 0
property real zLookAtOffset: 0
property real xCameraOffset: 0
property real yCameraOffset: 0
property real zCameraOffset: 0
property real cameraNear: 0
NumberAnimation {
id: lookAtOffsetAnimation
target: mainview
properties: "xLookAtOffset, y
- 2022-03-09 11:25:15下载
- 积分:1
-
目标显著性检测
显著性检验(significance test)就是事先对总体(随机变量)的
- 2022-02-22 00:04:09下载
- 积分:1
-
主要是计算机图形学中多边形裁剪算法的实现
主要是计算机图形学中多边形裁剪算法的实现-Mainly in computer graphics Polygon Clipping Algorithm
- 2022-10-29 06:15:03下载
- 积分:1
-
一个图形创建和处理控件, 它支持bmp, cur, dib, emf, gif, ico, jpg和wmf文件格式, 能装入, 存储, 画, 处理和打印图形....
一个图形创建和处理控件, 它支持bmp, cur, dib, emf, gif, ico, jpg和wmf文件格式, 能装入, 存储, 画, 处理和打印图形. 有多种处理效果. (free) cool-a graphics creation and processing controls, which supports bmp, cur, Freehand, Corel, gif, ico, jpg and exe file format, can be loaded, storage, painting, processing and print graphics. There are a variety of treatment effect. (Free) cool
- 2022-08-20 00:49:55下载
- 积分:1