インタフェース
jp.digitalmuseum.mr.service.ImageProvider の使用

ImageProvider を使用しているパッケージ
jp.digitalmuseum.mr.andy   
jp.digitalmuseum.mr.gui Swing components for supporting GUI programming with matereal. 
jp.digitalmuseum.mr.hakoniwa   
jp.digitalmuseum.mr.message Classes and interfaces related to event handling of matereal. 
jp.digitalmuseum.mr.service Classes and interfaces related to services of matereal. 
jp.digitalmuseum.mr.task Classes and interfaces which define robot tasks. 
 
jp.digitalmuseum.mr.andy での ImageProvider の使用
 
ImageProvider 型のパラメータを持つ jp.digitalmuseum.mr.andy のコンストラクタ
MrImage(ImageProvider imageProvider)
           
 
jp.digitalmuseum.mr.gui での ImageProvider の使用
 
ImageProvider を返す jp.digitalmuseum.mr.gui のメソッド
 ImageProvider ImageProviderPanel.getSource()
           
 
ImageProvider 型のパラメータを持つ jp.digitalmuseum.mr.gui のコンストラクタ
ImageProviderPanel(ImageProvider imageProvider)
           
 
jp.digitalmuseum.mr.hakoniwa での ImageProvider の使用
 
ImageProvider を実装している jp.digitalmuseum.mr.hakoniwa のクラス
 class Hakoniwa
           
 
jp.digitalmuseum.mr.message での ImageProvider の使用
 
ImageProvider を返す jp.digitalmuseum.mr.message のメソッド
 ImageProvider ImageUpdateEvent.getSource()
           
 
ImageProvider 型のパラメータを持つ jp.digitalmuseum.mr.message のコンストラクタ
ImageUpdateEvent(ImageProvider provider)
           
 
jp.digitalmuseum.mr.service での ImageProvider の使用
 
jp.digitalmuseum.mr.service での ImageProvider のサブインタフェース
 interface CoordProvider
          Implementation class of this interface provides a mapping from a screen coordinate to a world coordinate.
 interface HomographyCoordProvider
           
 
ImageProvider を実装している jp.digitalmuseum.mr.service のクラス
 class Camera
          Camera capture service.
 class HomographyCoordProviderAbstractImpl
          Abstract implementation of CoordProvider.
 
ImageProvider を返す jp.digitalmuseum.mr.service のメソッド
 ImageProvider MarkerDetector.getImageProvider()
           
 ImageProvider MarkerDetector.getSubCamera()
           
 
ImageProvider 型のパラメータを持つ jp.digitalmuseum.mr.service のメソッド
 void MarkerDetector.setImageProvider(ImageProvider imageProvider)
           
 boolean MarkerDetector.setSubCamera(ImageProvider subImageProvider)
          Camera parameters of the primary camera and the secondary camera must be the same; typically, two cameras must be the same type.
 
jp.digitalmuseum.mr.task での ImageProvider の使用
 
ImageProvider を実装している jp.digitalmuseum.mr.task のクラス
 class Capture
           
 

Copyright by Jun KATO (arc@dmz) at https://mr.digitalmuseum.jp/