Unity Post Process Unity后处理学习日志 在现代游戏开发中,后处理(Post Processing)技术已经成为提升游戏画面质量的关键工具。Unity的后处理栈(Post Processing Stack)是一个强大的插件,它允许开发者为游戏场景添加各种视觉效果,如景深、色彩校正、辉光、模糊等。这些效果不仅能够增强游戏的视觉吸引力,还能帮助传达特定的情感和氛围。 文档
pyevtk简介 在计算流体力学CFD中,通常需要处理三维网格数据,为了可视化,需要将其输出。本文介绍使用python的pyevtk库输出结构化网格,以供paraview进一步后处理。 代码 # **************************************************************# * Example of how to use the high l
NCNN上的yoloact用例,包含YOLACT的后处理代码逻辑: ncnn/yolact.cpp at master · Tencent/ncnn · GitHubncnn is a high-performance neural network inference framework optimized for the mobile platform - ncnn/yolact.cpp at
预备知识,mxnet.ndarray的一些操作 shape_array shape_array([[1,2,3,4], [5,6,7,8]]) = [2,4] # 获取ndarry的shape# Returns a 1D int64 array containing the shape of data. split Splits an array along a particular
对Toward Automatic Building Footprint Delineation From Aerial Images Using CNN and Regularization这篇文章进行了轮廓规则化的算法复现,效果如下。 代码我放在了GitHub上,地址为https://github.com/niecongchong/RS-building-regularization,好用别忘