mt
latest

Contents:

  • Installation
  • mt.aio
  • mt.base
  • mt.ctx
  • mt.logg
  • mt.concurrency
  • mt.mpl
  • mt.net
  • mt.np
  • mt.path
  • mt.plt
  • mt.shutil
  • mt.threading
  • mt.time
  • mt.traceback
  • mt.gpu
  • mt.pandas
  • mt.pd
  • mt.tf
  • mt.tfg
  • mt.geo
  • mt.geo2d
  • mt.geo3d
    • Submodules
      • mt.geo3d.affine
      • mt.geo3d.box
      • mt.geo3d.ellipsoid
      • mt.geo3d.moments
      • mt.geo3d.point
      • mt.geo3d.point_list
  • mt.geond
  • mt.glm
  • mt.sql
  • mt.skimage
  • mt.opencv
  • mt.cv
  • mt.opengl
  • mt.imageio
  • mt.iio
  • mt.v4l2
  • mt.struct
mt
  • mt.geo3d
  • Edit on GitHub

mt.geo3d

  • Submodules

Submodules

  • mt.geo3d.affine
    • Functions
      • transform_Aff3d_on_Moments3d()
      • transform_Aff3d_on_PointList3d()
      • rot3d_x()
      • rot3d_y()
      • rot3d_z()
    • Classes
      • Aff3d
        • Aff3d.offset
        • Aff3d.bias
        • Aff3d.linear
        • Aff3d.weight
        • Aff3d.__init__()
        • Aff3d.__repr__()
        • Aff3d.bias
        • Aff3d.bias_dim
        • Aff3d.det
        • Aff3d.from_matrix()
        • Aff3d.invert()
        • Aff3d.matrix
        • Aff3d.multiply()
        • Aff3d.ndim
        • Aff3d.weight
        • Aff3d.weight_shape
  • mt.geo3d.box
    • Functions
      • cast_Hyperbox_to_Box()
      • cast_Box_to_Moments3d()
      • approx_Moments3d_to_Box()
    • Classes
      • Box
        • Box.__init__()
        • Box.__repr__()
        • Box.cx
        • Box.cy
        • Box.cz
        • Box.lx
        • Box.ly
        • Box.lz
        • Box.max_x
        • Box.max_y
        • Box.max_z
        • Box.min_x
        • Box.min_y
        • Box.min_z
        • Box.moment_x
        • Box.moment_xx
        • Box.moment_xy
        • Box.moment_y
        • Box.moment_yy
        • Box.moment_yz
        • Box.moment_z
        • Box.moment_zx
        • Box.moment_zz
        • Box.move()
        • Box.surface_area
        • Box.x
        • Box.y
        • Box.z
  • mt.geo3d.ellipsoid
    • Functions
      • transform_Aff3d_on_Ellipsoid()
    • Classes
      • Ellipsoid
        • Ellipsoid.__init__()
        • Ellipsoid.__repr__()
        • Ellipsoid.normalised()
        • Ellipsoid.surface_area
        • Ellipsoid.volume
  • mt.geo3d.moments
    • Classes
      • Moments3d
        • Moments3d.m0
        • Moments3d.m1_glm
        • Moments3d.m1
        • Moments3d.m2_glm
        • Moments3d.m2
        • Moments3d.mean_glm
        • Moments3d.mean
        • Moments3d.cov_glm
        • Moments3d.cov
        • Moments3d.__init__()
        • Moments3d.__repr__()
        • Moments3d.cov
        • Moments3d.cov_glm
        • Moments3d.m1
        • Moments3d.m2
        • Moments3d.mean
        • Moments3d.mean_glm
  • mt.geo3d.point
    • Classes
      • Point3d
        • Point3d.point_glm
        • Point3d.point
        • Point3d.__init__()
  • mt.geo3d.point_list
    • Classes
      • PointList3d
        • PointList3d.points_glm
        • PointList3d.points
        • PointList3d.__init__()
Previous Next

© Copyright 2020, Minh-Tri Pham. Revision 45159499.

Built with Sphinx using a theme provided by Read the Docs.