pyvista.ImageNoiseSource#
- class ImageNoiseSource(*args, **kwargs)[ソース]#
Create an image filled with uniform noise.
Added in version 0.44.0.
- パラメータ:
例
Create an image of noise.
>>> import pyvista as pv >>> source = pv.ImageNoiseSource( ... whole_extent=(0, 200, 0, 200, 0, 0), ... minimum=0, ... maximum=255, ... seed=0, ... ) >>> source.output.plot(cpos='xy')
メソッド
ImageNoiseSource.seed(value)Seed the random number generator with a value.
アトリビュート
Get the maximum value for the generated noise.
Get the minimum value for the generated noise.
出力画像をImageDataとして取得します。
出力画像全体の範囲を返します.