約118,000件1ページ目

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:1年以内
  • 2023/12/30 -マスクは基本的に、元の画像の各ピクセルの透明度または不透明度を定義するグレースケール画像です。画像マスキングは、認識と診断のために広く行われています。 Aspose.

    2023/6/16 -"オーバーレイ マスク" は、別の画像の上に透明に描画される画像です。 任意の画像をオーバーレイ マスクとして使用できます。 画像一覧ごとに、最大で 4 つの ...

    2023/11/6 -I was having the same problem with the inverted mask, and found this thread in Unity Forums, so I tried what styrbo suggested. But didn't work initially, ...

    2024/5/27 -画像をマスクして表示したい時に、マスクしたい画像のアスペクト比がまちまちであることがよくあります。 静的であればマスクされるImageサイズを変更してマスクにピッタリ ...

    2024/2/22 -// Setting post-process feathering radius based on the image size. FeatheringRadius = (Math.Max(image.Width, image.Height) / 500) + 1,. Method = ...

    2023/7/30 -The mask image should be a grayscale texture, where the white areas will reveal the masked UI element, and the black areas will hide it. You can use image- ...

    2023/10/19 -// prepare a mask for the warped image var mask = new Mat(image.Height, image.Width, MatType.CV_8UC3); mask.SetTo(0); Cv2.FillConvexPoly(mask, bradleyHull ...

    2024/2/11 -Unityで例えば四角の画像を丸の中に収めたい場合、uGUI標準のMaskを使うと画像のアウトラインを丸型に切り抜くことができる。 これの逆で、画像の外側でなく内側を切り抜き ...

    ... C# in Visual Scripting : https://youtube.com/playlist?list=PLcNb7VR72tXOSmzBsUsWCNizzWKmdyxR7&si=lioHEIv1GTsrI-gC ( videos explain all basic C# code soon ...

    YouTube-Unity No Code | Leo N

    2023/11/3 -Sharpens the image by applying the unsharp mask. Syntax. C#. Objective-C. C++/CLI. Java. Python. public class UnsharpMaskCommand : RasterCommand. @interface ...

    A.>ryo_kmy02さん 計算することが重要なのか プログラム組む課題なのかで全く違ってきます 計算目的ならツールの選択がよろしくない Cでやる べき作業じゃない OctaveとかR

    A.>nugao0808さん 実行時にエラーが発生したら、それを真面目に読みましょう。 cvSmoothのところでエラーがでて、 frame と back の画像タイプが同じで、サイズが...