将 myaa.m 添加到您的路径中,并随时在 Matlab 中享受具有专业外观的抗锯齿图形。 Myaa 可以处理任何类型的图形(3-D、绘图、散点图等),甚至可以为文本、ui 控件和网格添加抗锯齿功能。 Myaa 非常适合复杂、杂乱和饱和的地块。 有关演示,请参阅附加的屏幕截图。 代码中包含更多示例,只需运行“help myaa”即可。 古玩: 对于那些经常“发布”代码的人来说,Matlab 的 snapnow.m 函数中包含一个未记录的抗锯齿选项。 要发布名为 test.m 的文件,您可以执行以下操作: opts.figureSnapMethod = '抗锯齿'; 发布('test.m',选择) 但是,您可以使用 myaa 更好地控制过程,这也是交互式使用 Matlab 时的最佳选择。 无论如何:抗锯齿对您有好处! :-)
2021-10-31 22:07:11 268KB matlab
1
MFC 工程,GDI(非GDI+)画线反走样处理,抗锯齿,画图时可自行加上简单的平滑处理
2021-10-18 21:01:04 35.43MB 反走样 MFC画图
1
Super Sampling SSAA 1.4
2021-10-17 10:37:27 385KB U3D抗锯齿
1
主要介绍了Android编程画图之抗锯齿解决方法,分析了两种抗锯齿的实现方法,并给出了实例代码进行总结,需要的朋友可以参考下
2021-09-14 14:46:39 82KB Android 画图 抗锯齿 Android画图
1
shader中 采用fwidth smoothstep 对圆边界抗锯齿的简单实现
2021-09-09 13:11:37 3KB unityanti unityshader
1
Wrap Look and Feel acts as a decorator for the current Look and Feel. Thus, you can choose any Look and Feel you want and wrap it with Wrap Look and Feel to enable anti-aliasing. Doing so requires a single line of code: import com.l2fprod.common.swing.plaf.wrap.Wrapper; Wrapper.wrap(); No matter which Swing Look and Feel you set, the wrap() method will handle it properly. One line of code is good, but not good enough. We'd be better off with no line of code at all. Frédéric feels the same way and provides the excellent Wrapit class you can use to install the Wrap Look and Feel at runtime: java -classpath wraplf.jar;. Wrapit WebHunter The Wrapit class contains a main() entry point that will install the Wrap Look and Feel and then call the main() entry point of the class passed as the first argument on the command line. This Look and Feel is a powerful tool you can use to enhance the appearance of any Java application, whether you have the source code or not.
2021-09-07 21:43:00 43KB wrap anti
1
超级采样抗锯齿全屏幕及相机效果着色器Unity游戏素材资源
2021-09-01 23:33:43 72.08MB Unity
1
CTAA Cinematic Temporal Anti-Aliasing v2.5 摄像机抗锯齿插件
2021-09-01 23:12:00 55.44MB 摄像机抗锯齿插件 CTAA Cinematic T
1
fxaa Unity3d抗锯齿插件
2021-09-01 23:07:04 9KB fxaa Unity3d抗锯齿插件
1
我从 Adam Wyatt 的 FROG 程序(在本网站上)开始,但后来添加并编辑得面目全非。 然而,我确实减去了一个有用的功能:这个程序,正如所写的,只是 SHG-FROG 和 GRENOUILLE! (Adam Wyatt 的程序更通用。) --> 程序“prepFROG”从 CCD 获取原始图像,对其进行平滑处理,减去背景,然后重新采样,为 FROG 算法做好准备。 “镜像”程序也很有帮助:由于 SHG-FROG 图像是镜像对称的,因此该程序可以将图像的一半复制到另一半,以防其中一半被裁剪或损坏。 --> 程序“svdFROG”运行“幂法”(基于SVD)的FROG算法,从FROG轨迹重建脉冲。 (使用子程序“guesspulse”和“makeFROG”。)实际上有很多不同的算法选择,这对于第一次尝试不一定收敛的复杂脉冲很有用:您可以在时域或频率中执行奇异值分解-domain(或
2021-08-20 14:37:08 37KB matlab
1