在色彩空间中高效计算地质测量.
IEEE transactions on visualization and computer graphics
|December 25, 2023
概括
这项研究比较了创建更好的色彩图的算法. 对于简单的色彩图,零曲率方法最有效,而最小曲率方法对于复杂,光滑的色彩图是理想的.
科学领域:
- 计算机视觉 计算机视觉
- 颜色科学 颜色科学
- 数据可视化 数据可视化
背景情况:
- 感知色彩空间是非欧几里德的,但色彩图经常在欧几里德空间中线性插入.
- 像CIELAB的∆E2000这样的现有颜色差异测量方法承认非欧几里德感知.
- 在非欧几里德空间中断点线性插值需要找到最短的路径,这在计算上是密集的.
研究的目的:
- 为了比较11个优化算法计算在非欧几里德色彩空间的地测路径 (最短或最直的).
- 在实际应用中识别颜色图插值的最有效的算法.
- 评估在非欧几里德设置中平滑插值的方法.
主要方法:
- 评估了11个有前途的优化算法,用于测地路径计算.
- 对最短路径 (零曲率) 和最直径 (最小曲率) 计算的比较算法.
- 根据效率和产生色彩图插曲平滑曲线的能力来评估算法性能.
主要成果:
- 对于两个控制点,零曲率算法,特别是二维放松方法,显示出优异的性能.
- 对于多个控制点,只有最小曲率算法才能产生光滑的色图插曲.
- 一维放松方法是多点色图插曲的性能最好的最小曲率算法.
结论:
- 颜色图插曲的算法选择取决于控制点的数量和所需的光滑度.
- 非欧几里德路径查找算法提供更准确和感知相关的色彩图生成.
- 建议使用1D放松方法来创建光滑,感知均的色彩图,并使用多个控制点.
相关概念视频
Area Computation by the Alternative Coordinate Method
57
The alternative coordinate method, also known as the Shoelace Formula, is a technique for determining the area of a traverse using Cartesian coordinates. This method relies on the sequential arrangement of x and y coordinates for each point of the shape, ensuring accuracy and ease of application.In this approach, each corner's x and y coordinates are listed as fractions, with the x-coordinate as the numerator and the y-coordinate as the denominator. These coordinates are arranged sequentially...
57
Spherical Coordinates
10.2K
Spherical coordinate systems are preferred over Cartesian, polar, or cylindrical coordinates for systems with spherical symmetry. For example, to describe the surface of a sphere, Cartesian coordinates require all three coordinates. On the other hand, the spherical coordinate system requires only one parameter: the sphere's radius. As a result, the complicated mathematical calculations become simple. Spherical coordinates are used in science and engineering applications like electric and...
10.2K
Curvilinear Motion: Polar Coordinates
368
In polar coordinates, the motion of a particle follows a curvilinear path. The radial coordinate symbolized as 'r,' extends outward from a fixed origin to the particle, while the angular coordinate, 'θ,' measured in radians, represents the counterclockwise angle between a fixed reference line and the radial line connecting the origin to the particle.
The particle's location is described using a unit vector along the radial direction. Deriving the particle's position...
The particle's location is described using a unit vector along the radial direction. Deriving the particle's position...
368
Centroid for the Paraboloid of Revolution
578
The paraboloid of revolution is an axially symmetric surface generated by rotating a parabola around its axis. This shape has several applications in mechanical engineering due to its advantageous structural properties, such as strength against stress concentration points and rotational symmetry.
The centroid for the paraboloid of revolution is the point where all the mass of the paraboloid is concentrated. This centroid is important for engineering applications, as it determines how forces are...
The centroid for the paraboloid of revolution is the point where all the mass of the paraboloid is concentrated. This centroid is important for engineering applications, as it determines how forces are...
578
Geoid and Ellipsoid
35
The Earth's shape is best described as an ellipsoid, a slightly flattened sphere created by rotating an ellipse around its minor axis. This flattening results in the polar axis being about 21 kilometers shorter than the equatorial axis. In contrast, the geoid represents the Earth's gravitational shape and aligns with the mean sea level (MSL). The geoid is an irregular equipotential surface where gravity is perpendicular at every point. Variations in Earth's mass distribution cause geoid...
35
Polar and Cylindrical Coordinates
14.6K
The Cartesian coordinate system is a very convenient tool to use when describing the displacements and velocities of objects and the forces acting on them. However, it becomes cumbersome when we need to describe the rotation of objects. So, when describing rotation, the polar coordinate system is generally used.
14.6K


