Profile

Website: wanxiangqin.github.io · Email: msxy20230097@ylu.edu.cn

Wanxiang Qin is currently a full-time faculty member at the School of Arts and Design, Yulin Normal University, focusing on the application of computer vision technologies in city, with in-depth research in urban generation, lighting optimization, and related fields.

Education

Research Interests

computer vision (CV) tasks such as object detection, digital twins, 3D reconstruction, drone path planning.

Publications

Work Experience

3DGS 展示(ThreeJS · Gaussian Splatting)

未加载
说明

该展示基于 ThreeJS 与 GaussianSplats3D 库,直接读取 `.ply/.splat/.ksplat` 文件进行高斯点渲染,并提供交互查看。 如需手动构造数据可参考 JSON 示例(非必须):

{
  "gaussians": [
    { "position": [x, y, z], "color": [r, g, b], "scale": s, "sigma": [sx, sy], "rot": r },
    { "position": [x, y, z], "color": [r, g, b], "scale": s }
  ]
}

其中颜色范围为 0–1,尺度为粒子的基本大小;可选的 `sigma=[sx,sy]` 与 `rot`(弧度)用于各向异性椭圆与旋转。生产环境建议使用 `.ksplat` 以获得更佳加载与渲染表现。

联系方式