MatchingOperator

net.aerith.misao.util. Operation
#monitor_set :MonitorSet
#stopped :boolean
+Operation()
+addMonitor(Monitor monitor) :void
+ready() :boolean
+perform() :void
#operate() :void
+stop() :void
+isStopped() :boolean
+run() :void
net.aerith.misao.pixy.matching. MatchingOperator
#pane :Container
#image :MonoImage
#catalog_reader :CatalogReader
#center_coor :Coor
#fov_width :double
#fov_height :double
#position_angle_of_up :double
#list_detected :StarImageList
#list_catalog :StarList
#cmf :ChartMapFunction
#limit_mag :double
#mode :int
+MODE_UNCERTAIN :int
+MODE_SEMI_ACCURATE :int
+MODE_ACCURATE :int
#judge :int
+JUDGEMENT_NORMAL :int
+JUDGEMENT_LOOSE :int
+MatchingOperator(MonoImage image, CatalogReader catalog_reader, String catalog_path, Coor center_coor, double fov_width, double fov_height, double position_angle_of_up, StarImageList list_detected)
+enableInteractive(Container pane) :void
+getCatalogList() :StarList
+getChartMapFunction() :ChartMapFunction
+getLimitingMag() :double
+setMode(int mode) :void
+setJudgementMode(int mode) :void
+ready() :boolean
+operate() :void