クラス
jp.digitalmuseum.napkit.NapDetectionResult の使用

NapDetectionResult を使用しているパッケージ
jp.digitalmuseum.mr.service Classes and interfaces related to services of matereal. 
jp.digitalmuseum.napkit   
 
jp.digitalmuseum.mr.service での NapDetectionResult の使用
 
NapDetectionResult を返す jp.digitalmuseum.mr.service のメソッド
 NapDetectionResult MarkerDetector.getResult(Entity e)
           
 NapDetectionResult MarkerDetector.getResult(NapMarker marker)
           
 
NapDetectionResult 型の引数を持つ型を返す jp.digitalmuseum.mr.service のメソッド
 Array<NapDetectionResult> MarkerDetector.detectMarker(java.lang.Object imageData)
           
 Array<NapDetectionResult> MarkerDetector.getLastMarkerDetectionResult()
          推奨されていません。 
 java.util.Map<Entity,NapDetectionResult> MarkerDetector.getResultMap()
           
 Array<NapDetectionResult> MarkerDetector.getResults()
           
 
NapDetectionResult 型のパラメータを持つ jp.digitalmuseum.mr.service のメソッド
 void MarkerDetector.paint(java.awt.Graphics2D g, NapDetectionResult result)
          Draw a detection result (marker) in the specified graphics context.
 
jp.digitalmuseum.napkit での NapDetectionResult の使用
 
jp.digitalmuseum.napkit での NapDetectionResult のサブクラス
 class NapAssumedDetectionResult
          Detection result class.
 
NapDetectionResult を返す jp.digitalmuseum.napkit のメソッド
 NapDetectionResult NapMarkerDetectorImpl.getResult(NapMarker marker)
           
 NapDetectionResult NapMarkerDetector.getResult(NapMarker marker)
           
 
NapDetectionResult 型の引数を持つ型を返す jp.digitalmuseum.napkit のメソッド
 Array<NapDetectionResult> NapMarkerDetectorImpl.detectMarker(java.lang.Object imageData)
           
 Array<NapDetectionResult> NapMarkerDetector.detectMarker(java.lang.Object imageData)
          Detect markers in the provided image.
 Array<NapDetectionResult> NapMarkerDetectorImpl.getLastMarkerDetectionResult()
          推奨されていません。 
 Array<NapDetectionResult> NapMarkerDetector.getLastMarkerDetectionResult()
          推奨されていません。 
 Array<NapDetectionResult> NapMarkerDetectorImpl.getResults()
           
 Array<NapDetectionResult> NapMarkerDetector.getResults()
           
 
NapDetectionResult 型のパラメータを持つ jp.digitalmuseum.napkit のメソッド
 NapAssumedDetectionResult NapCameraRelation.assumeDetectionResult(NapMarkerDetector detector, NapDetectionResult result)
           
 NapAssumedDetectionResult NapCameraRelation.assumeDetectionResult(NapMarkerDetector detector, NapDetectionResult result, boolean primaryCamIsUnavailable)
           
 double[] NapCameraRelation.assumeModelViewMatrix(NapDetectionResult result, boolean primaryCamIsUnavailable)
           
 boolean NapCameraRelation.assumeModelViewMatrixOut(NapDetectionResult result, boolean primaryCamIsUnavailable, double[] assumedModelViewMatrix)
           
static NapCameraRelation NapCameraRelation.calcCameraRelation(NapDetectionResult primaryCamResult, NapDetectionResult secondaryCamResult)
           
 boolean NapJoglUtils.preDisplay(NapMarkerDetector detector, NapDetectionResult result)
           
 
NapDetectionResult 型の型引数を持つ jp.digitalmuseum.napkit のメソッドパラメータ
static NapCameraRelation NapCameraRelation.calcCameraRelation(java.lang.Iterable<NapDetectionResult> primaryCamResults, java.lang.Iterable<NapDetectionResult> secondaryCamResults)
           
static NapCameraRelation NapCameraRelation.calcCameraRelation(java.lang.Iterable<NapDetectionResult> primaryCamResults, java.lang.Iterable<NapDetectionResult> secondaryCamResults)
           
 

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