エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
「LEADTOOLS」を使ってKinectから取得した距離データを可視化しよう
: (略) : Private WithEvents Kinect As KinectSensor Private _DepthImageElement As ImageSource Pu... : (略) : Private WithEvents Kinect As KinectSensor Private _DepthImageElement As ImageSource Public Property DepthImageElement As ImageSource Get Return Me._DepthImageElement End Get Set(value As ImageSource) Me._DepthImageElement = value OnPropertyChanged() End Set End Property : (略) : Private Sub DiscoverKinectSensor() Me.Kinect = KinectSensor.KinectSensors.FirstOrDefault( Function(x) Return x.St
2014/10/05 リンク