Primary symbols
tfg
tfg.datasets
tfg.datasets.features
tfg.datasets.features.Camera
tfg.datasets.features.Pose
tfg.datasets.features.TriangleMesh
tfg.datasets.features.VoxelGrid
tfg.datasets.modelnet40
tfg.datasets.modelnet40.ModelNet40
tfg.datasets.pix3d
tfg.datasets.pix3d.Pix3d
tfg.datasets.shapenet
tfg.datasets.shapenet.Shapenet
tfg.geometry
tfg.geometry.convolution
tfg.geometry.convolution.graph_convolution
tfg.geometry.convolution.graph_convolution.edge_convolution_template
tfg.geometry.convolution.graph_convolution.feature_steered_convolution
tfg.geometry.convolution.graph_convolution.zip
tfg.geometry.convolution.graph_pooling
tfg.geometry.convolution.graph_pooling.pool
tfg.geometry.convolution.graph_pooling.unpool
tfg.geometry.convolution.graph_pooling.upsample_transposed_convolution
tfg.geometry.convolution.utils
tfg.geometry.deformation_energy
tfg.geometry.deformation_energy.as_conformal_as_possible
tfg.geometry.deformation_energy.as_conformal_as_possible.energy
tfg.geometry.representation
tfg.geometry.representation.grid
tfg.geometry.representation.grid.generate
tfg.geometry.representation.grid.zip
tfg.geometry.representation.mesh
tfg.geometry.representation.mesh.normals
tfg.geometry.representation.mesh.normals.face_normals
tfg.geometry.representation.mesh.normals.gather_faces
tfg.geometry.representation.mesh.normals.range
tfg.geometry.representation.mesh.normals.vertex_normals
tfg.geometry.representation.mesh.sampler
tfg.geometry.representation.mesh.sampler.area_weighted_random_sample_triangle_mesh
tfg.geometry.representation.mesh.sampler.generate_random_barycentric_coordinates
tfg.geometry.representation.mesh.sampler.generate_random_face_indices
tfg.geometry.representation.mesh.sampler.triangle_area
tfg.geometry.representation.mesh.sampler.weighted_random_sample_triangle_mesh
tfg.geometry.representation.mesh.utils
tfg.geometry.representation.point
tfg.geometry.representation.point.distance_to_ray
tfg.geometry.representation.point.project_to_ray
tfg.geometry.representation.ray
tfg.geometry.representation.ray.intersection_ray_sphere
tfg.geometry.representation.ray.range
tfg.geometry.representation.ray.triangulate
tfg.geometry.representation.triangle
tfg.geometry.representation.triangle.area
tfg.geometry.representation.triangle.normal
tfg.geometry.transformation
tfg.geometry.transformation.axis_angle
tfg.geometry.transformation.axis_angle.from_euler
tfg.geometry.transformation.axis_angle.from_euler_with_small_angles_approximation
tfg.geometry.transformation.axis_angle.from_quaternion
tfg.geometry.transformation.axis_angle.from_rotation_matrix
tfg.geometry.transformation.axis_angle.inverse
tfg.geometry.transformation.axis_angle.is_normalized
tfg.geometry.transformation.axis_angle.rotate
tfg.geometry.transformation.dual_quaternion
tfg.geometry.transformation.dual_quaternion.conjugate
tfg.geometry.transformation.euler
tfg.geometry.transformation.euler.from_axis_angle
tfg.geometry.transformation.euler.from_quaternion
tfg.geometry.transformation.euler.from_rotation_matrix
tfg.geometry.transformation.euler.inverse
tfg.geometry.transformation.linear_blend_skinning
tfg.geometry.transformation.linear_blend_skinning.blend
tfg.geometry.transformation.look_at
tfg.geometry.transformation.look_at.right_handed
tfg.geometry.transformation.quaternion
tfg.geometry.transformation.quaternion.between_two_vectors_3d
tfg.geometry.transformation.quaternion.conjugate
tfg.geometry.transformation.quaternion.from_axis_angle
tfg.geometry.transformation.quaternion.from_euler
tfg.geometry.transformation.quaternion.from_euler_with_small_angles_approximation
tfg.geometry.transformation.quaternion.from_rotation_matrix
tfg.geometry.transformation.quaternion.inverse
tfg.geometry.transformation.quaternion.is_normalized
tfg.geometry.transformation.quaternion.multiply
tfg.geometry.transformation.quaternion.normalize
tfg.geometry.transformation.quaternion.normalized_random_uniform
tfg.geometry.transformation.quaternion.normalized_random_uniform_initializer
tfg.geometry.transformation.quaternion.range
tfg.geometry.transformation.quaternion.relative_angle
tfg.geometry.transformation.quaternion.rotate
tfg.geometry.transformation.rotation_matrix_2d
tfg.geometry.transformation.rotation_matrix_2d.from_euler
tfg.geometry.transformation.rotation_matrix_2d.from_euler_with_small_angles_approximation
tfg.geometry.transformation.rotation_matrix_2d.inverse
tfg.geometry.transformation.rotation_matrix_2d.is_valid
tfg.geometry.transformation.rotation_matrix_2d.range
tfg.geometry.transformation.rotation_matrix_2d.rotate
tfg.geometry.transformation.rotation_matrix_3d
tfg.geometry.transformation.rotation_matrix_3d.assert_rotation_matrix_normalized
tfg.geometry.transformation.rotation_matrix_3d.from_axis_angle
tfg.geometry.transformation.rotation_matrix_3d.from_euler
tfg.geometry.transformation.rotation_matrix_3d.from_euler_with_small_angles_approximation
tfg.geometry.transformation.rotation_matrix_3d.from_quaternion
tfg.geometry.transformation.rotation_matrix_3d.inverse
tfg.geometry.transformation.rotation_matrix_3d.is_valid
tfg.geometry.transformation.rotation_matrix_3d.range
tfg.geometry.transformation.rotation_matrix_3d.rotate
tfg.geometry.transformation.rotation_matrix_common
tfg.geometry.transformation.rotation_matrix_common.is_valid
tfg.geometry.transformation.rotation_matrix_common.range
tfg.image
tfg.image.color_space
tfg.image.color_space.constants
tfg.image.color_space.linear_rgb
tfg.image.color_space.linear_rgb.from_srgb
tfg.image.color_space.srgb
tfg.image.color_space.srgb.from_linear_rgb
tfg.image.matting
tfg.image.matting.build_matrices
tfg.image.matting.linear_coefficients
tfg.image.matting.loss
tfg.image.matting.reconstruct
tfg.image.pyramid
tfg.image.pyramid.downsample
tfg.image.pyramid.merge
tfg.image.pyramid.split
tfg.image.pyramid.upsample
tfg.image.transformer
tfg.image.transformer.BorderType
tfg.image.transformer.PixelType
tfg.image.transformer.ResamplingType
tfg.image.transformer.perspective_transform
tfg.image.transformer.sample
tfg.io
tfg.io.exr
tfg.io.exr.channels_to_ndarray
tfg.io.exr.read_exr
tfg.io.exr.write_exr
tfg.io.triangle_mesh
tfg.io.triangle_mesh.Scene
tfg.io.triangle_mesh.Trimesh
tfg.io.triangle_mesh.load
tfg.math
tfg.math.interpolation
tfg.math.interpolation.bspline
tfg.math.interpolation.bspline.Degree
tfg.math.interpolation.bspline.interpolate
tfg.math.interpolation.bspline.interpolate_with_weights
tfg.math.interpolation.bspline.knot_weights
tfg.math.interpolation.slerp
tfg.math.interpolation.slerp.InterpolationType
tfg.math.interpolation.slerp.interpolate
tfg.math.interpolation.slerp.interpolate_with_weights
tfg.math.interpolation.slerp.quaternion_weights
tfg.math.interpolation.slerp.vector_weights
tfg.math.interpolation.trilinear
tfg.math.interpolation.trilinear.interpolate
tfg.math.interpolation.weighted
tfg.math.interpolation.weighted.get_barycentric_coordinates
tfg.math.interpolation.weighted.interpolate
tfg.math.math_helpers
tfg.math.math_helpers.cartesian_to_spherical_coordinates
tfg.math.math_helpers.double_factorial
tfg.math.math_helpers.factorial
tfg.math.math_helpers.spherical_to_cartesian_coordinates
tfg.math.math_helpers.square_to_spherical_coordinates
tfg.math.optimizer
tfg.math.optimizer.levenberg_marquardt
tfg.math.optimizer.levenberg_marquardt.minimize
tfg.math.spherical_harmonics
tfg.math.spherical_harmonics.evaluate_legendre_polynomial
tfg.math.spherical_harmonics.evaluate_spherical_harmonics
tfg.math.spherical_harmonics.generate_l_m_permutations
tfg.math.spherical_harmonics.generate_l_m_zonal
tfg.math.spherical_harmonics.integration_product
tfg.math.spherical_harmonics.rotate_zonal_harmonics
tfg.math.spherical_harmonics.tile_zonal_coefficients
tfg.math.vector
tfg.math.vector.cross
tfg.math.vector.dot
tfg.math.vector.reflect
tfg.nn
tfg.nn.layer
tfg.nn.layer.graph_convolution
tfg.nn.layer.graph_convolution.DynamicGraphConvolutionKerasLayer
tfg.nn.layer.graph_convolution.FeatureSteeredConvolutionKerasLayer
tfg.nn.layer.graph_convolution.feature_steered_convolution_layer
tfg.nn.layer.pointnet
tfg.nn.layer.pointnet.ClassificationHead
tfg.nn.layer.pointnet.PointNetConv2Layer
tfg.nn.layer.pointnet.PointNetDenseLayer
tfg.nn.layer.pointnet.PointNetVanillaClassifier
tfg.nn.layer.pointnet.VanillaEncoder
tfg.nn.loss
tfg.nn.loss.chamfer_distance
tfg.nn.loss.chamfer_distance.evaluate
tfg.nn.loss.hausdorff_distance
tfg.nn.loss.hausdorff_distance.evaluate
tfg.nn.metric
tfg.nn.metric.fscore
tfg.nn.metric.fscore.evaluate
tfg.nn.metric.intersection_over_union
tfg.nn.metric.intersection_over_union.evaluate
tfg.nn.metric.precision
tfg.nn.metric.precision.evaluate
tfg.nn.metric.recall
tfg.nn.metric.recall.evaluate
tfg.projects
tfg.rendering
tfg.rendering.camera
tfg.rendering.camera.orthographic
tfg.rendering.camera.orthographic.project
tfg.rendering.camera.orthographic.ray
tfg.rendering.camera.orthographic.unproject
tfg.rendering.camera.perspective
tfg.rendering.camera.perspective.intrinsics_from_matrix
tfg.rendering.camera.perspective.matrix_from_intrinsics
tfg.rendering.camera.perspective.parameters_from_right_handed
tfg.rendering.camera.perspective.project
tfg.rendering.camera.perspective.random_rays
tfg.rendering.camera.perspective.ray
tfg.rendering.camera.perspective.right_handed
tfg.rendering.camera.perspective.unproject
tfg.rendering.camera.quadratic_radial_distortion
tfg.rendering.camera.quadratic_radial_distortion.distortion_factor
tfg.rendering.camera.quadratic_radial_distortion.undistortion_factor
tfg.rendering.opengl
tfg.rendering.opengl.math
tfg.rendering.opengl.math.clip_to_ndc
tfg.rendering.opengl.math.eye_to_clip
tfg.rendering.opengl.math.interpolate_attributes
tfg.rendering.opengl.math.model_to_eye
tfg.rendering.opengl.math.model_to_screen
tfg.rendering.opengl.math.ndc_to_screen
tfg.rendering.opengl.math.perspective_correct_barycentrics
tfg.rendering.opengl.math.perspective_correct_interpolation
tfg.rendering.reflectance
tfg.rendering.reflectance.blinn_phong
tfg.rendering.reflectance.blinn_phong.brdf
tfg.rendering.reflectance.lambertian
tfg.rendering.reflectance.lambertian.brdf
tfg.rendering.reflectance.phong
tfg.rendering.reflectance.phong.brdf
tfg.rendering.volumetric
tfg.rendering.volumetric.absorption
tfg.rendering.volumetric.absorption.render
tfg.rendering.volumetric.emission_absorption
tfg.rendering.volumetric.emission_absorption.render
tfg.rendering.volumetric.visual_hull
tfg.rendering.volumetric.visual_hull.render