transformation-matrix
There are 33 repositories under transformation-matrix topic.
chrvadala/transformation-matrix
Javascript isomorphic 2D affine transformations written in ES6 syntax. Manipulate transformation matrices with this totally tested library!
kaustubh-sadekar/VirtualCam
Virtual camera is created only using opencv and numpy. It simulates a camera where we can control all its parameters, intrinsic and extrinsic to get a better understanding how each component in the camera projection matrix affects the final image of the object captured by the camera.
shantanu1109/Coursera-Imperial-College-of-London-Mathematics-For-Machine-Learning-Specialization
This Repository contains Solutions to the Quizes & Lab Assignments of the Mathematics for Machine Learning Specialization offered by Imperial College of London on Coursera taught by David Dye, Samuel J. Cooper, A. Freddie Page, Marc Peter Deisenroth
Infl1ght/projection-3d-2d
Project (transform) point coordinates from 3D to 2D and unproject them back.
vla-gove/Bot
Robot Manipulator Analysis
Aeroanion/MeasureXForm-Solidworks-Macro
A Solidworks macro with user interface window to calculate transformation matrices between coordinate systems.
Astrodynamic/3DViewer-Project-in-Qt-CPP
Viewer3D is a C++ based 3D viewer application built with Qt that allows loading and transforming 3D models with a GUI. It requires CMake, C++ and C languages, assimp library, and Qt libraries, among others. To use it, launch the application, load a model, use transformation tools, and modify rendering options.
mzusin/mz-math
mzMath - a collection of typescript-based math helpers.
Prabhu-369/Quadcopter_6DOF_Matlab_files
Derivation of quadcopter nonlinear 6 degree of freedom equations is provided in this section
david-s-martinez/Automatic-Workspace-Calibration-Based-on-Aruco
Detection of a plane in 3D space using aruco markers. It detects any set of tags with defined realworld positions on a json file. Then it computes projection of points on plane. It can also compute a perspective transform based on the computed homography matrix, which crops the area inside the tags placed on the corners. The volume of the computed area is defined by a 3d box that is updated with the detected tags. The more tags are detected, the better the box and area are represented.
Kangonaut/simple-perspective-projection
small project to learn about and experiment with homogeneous coordinates, transformation matrices and perspective projection
aalbaali/TransformsGraph
Data structure for storing and accessing transformations across multiple frames.
Inc44/blazingly_fast_rust_donut
Blazingly Fast 3D ASCII Rust Spinning Donut 🍩 (2000+ FPS on a 5 year old CPU)
ahmedosama07/Image-Transformation
This repo implements the algorithms of image transformations
Eroica/crossing
Creating transformation matrices for vector space models
agam-kashyap/Computer-Graphics-Vanilla3d
Basic implementation of a 3D scene in WebGL with no lighting, texture. Transformations, and View change performed
bean-mhm/gsx
C++ Library for Building Games and Simulation
Gariam-1/WE_MatrixTRS
A library with useful SceneScript functions to work with transformation matrices in Wallpaper Engine.
piliugin-anton/PanAndZoom
Low-level interface for calculating pan and zoom transformations.
PoppyCollis/image_processing
Automatic detection of colour array from image
sha-kil/kabschjs
A simple library to compute rigid transformation matrix between two point sets.
shrpy/tikz-3dplot-proper-transformations
applying intrinsic and extrinsic transformations using Euler- and Tait–Bryan-angles
the-other-mariana/trokut
:crystal_ball: Create and manipulate 3d stuff on a browser. Made with three.js
allexlima/cg-penrose
:triangular_ruler: Written in Python 3 and Qt5, this software allows the application of 2D graphical geometric transformations like translation, shearing, scale, rotation, and reflection/mirroring in a polygon specified by the user.
mahmoudai1/3D-box-collision-detection
3D Box Collision Detection Game developed by C# Graphics.
mahmoudai1/3D-cube-vs-circles
3D Cube vs Circles Game developed by C# Graphics.
mongshil553/Path-Planning-and-Following-Using-AStar-Algorithm
Path Planning Using AStar Algorithm
punitzen/computer-graphics-algorithms
computer graphics algorithms, some of the implementations
fndemirbas/Image-Stitching-with-Keypoint-Descriptors
It is aimed to obtain a final panorama image that will combine the subimages provided using key point identification methods (SIFT/SURF and ORB) and include all the scenes in the subimages.
mahmoudai1/3D-parametric-bus
3D Parametric Model (Bus) developed by C# Graphics.
nikhil-1e9/Mathematics-for-Machine-Learning-Specialization
This repository contains all the quizzes and assignments required to complete all 3 courses of the Mathematics for Machine Learning Specialization on Coursera