﻿matchpoint.core.MatchPoint
==========================

.. currentmodule:: matchpoint.core

.. autoclass:: MatchPoint

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~MatchPoint.Ripleys_K
      ~MatchPoint.Ripleys_L_minus_d
      ~MatchPoint.Ripleys_L_minus_d_max
      ~MatchPoint.__init__
      ~MatchPoint.calculate_inverse_transformation
      ~MatchPoint.cross_correlation
      ~MatchPoint.density_destination
      ~MatchPoint.density_source
      ~MatchPoint.determine_matched_pairs
      ~MatchPoint.direct_match
      ~MatchPoint.distance_matrix
      ~MatchPoint.find_distance_threshold
      ~MatchPoint.fraction_of_destination_matched
      ~MatchPoint.fraction_of_source_matched
      ~MatchPoint.geometric_hashing
      ~MatchPoint.get_destination
      ~MatchPoint.get_destination_area
      ~MatchPoint.get_destination_vertices
      ~MatchPoint.get_overlap_vertices
      ~MatchPoint.get_source
      ~MatchPoint.get_source_area
      ~MatchPoint.get_source_vertices
      ~MatchPoint.get_transformation_direction
      ~MatchPoint.get_unit
      ~MatchPoint.get_unit_label
      ~MatchPoint.iterative_closest_point
      ~MatchPoint.kernel_correlation
      ~MatchPoint.kernel_correlation_score
      ~MatchPoint.load
      ~MatchPoint.nearest_neighbour_match
      ~MatchPoint.number_of_matches_for_source_and_destination
      ~MatchPoint.number_of_single_matches_for_radii
      ~MatchPoint.pair_coordinates
      ~MatchPoint.pair_distances
      ~MatchPoint.perform_mapping
      ~MatchPoint.save
      ~MatchPoint.set_correlation_peak_coordinates
      ~MatchPoint.show
      ~MatchPoint.show_destination
      ~MatchPoint.show_mapping_transformation
      ~MatchPoint.show_outline
      ~MatchPoint.show_source
      ~MatchPoint.simulate
      ~MatchPoint.single_match_optimization
      ~MatchPoint.transform_coordinates
      ~MatchPoint.transform_image
      ~MatchPoint.transformation_is_similar_to_correct_transformation
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~MatchPoint.destination_area
      ~MatchPoint.destination_cropped
      ~MatchPoint.destination_cropped_area
      ~MatchPoint.destination_cropped_vertices
      ~MatchPoint.destination_distance_threshold
      ~MatchPoint.destination_to_source
      ~MatchPoint.destination_vertices
      ~MatchPoint.file_path
      ~MatchPoint.number_of_destination_points
      ~MatchPoint.number_of_matched_points
      ~MatchPoint.number_of_source_points
      ~MatchPoint.rotation
      ~MatchPoint.scale
      ~MatchPoint.shear
      ~MatchPoint.source_area
      ~MatchPoint.source_cropped
      ~MatchPoint.source_cropped_area
      ~MatchPoint.source_cropped_vertices
      ~MatchPoint.source_distance_threshold
      ~MatchPoint.source_in_destination_area
      ~MatchPoint.source_to_destination
      ~MatchPoint.source_vertices
      ~MatchPoint.transformation
      ~MatchPoint.transformation_inverse
      ~MatchPoint.transformation_type
      ~MatchPoint.transformation_types
      ~MatchPoint.translation
   
   