Showing 75 open source projects for "3d image reconstruction"

View related business solutions
  • AI-powered conversation intelligence software Icon
    AI-powered conversation intelligence software

    Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not.

    Every customer interaction is vital to your business success and revenue growth. With Jiminny’s AI-powered conversation intelligence software, we take recording, capturing, and meticulous analysis of call recordings to the next level. Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not. Seamlessly support your biggest objectives across the entire business landscape with our innovative call tracking system.
  • Sage Intacct Cloud Accounting and Financial Management Software Icon
    Sage Intacct Cloud Accounting and Financial Management Software

    Cloud accounting, payroll, and HR that grows with you

    Drive your organization forward with the right solution at the right price. AI-powered continuous accounting and ERP to support your growth now and into the future.
  • 1
    FreeWRL VRML/X3D browser
    FreeWRL is an Open Source, cross platform VRML2 and X3D compliant browser, with script, SAI and EAI support. Platforms supported: Linux and other Unix-style platforms; Mac OS/X; Windows. Support for mobile platforms (iOS, Android, QNX) is under development.
    Leader badge
    Downloads: 211 This Week
    Last Update:
    See Project
  • 2

    Teem

    Tools to process and visualize scientific data and images

    Teem is a set of ANSI C libraries for manipulation, measurement, and visualization of structured scientific data. Includes N-dimensional image I/O and processing, volume rendering, diffusion tensor processing, ray tracing, PostScript rendering, and more.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 3
    LPub3D

    LPub3D

    LDraw™ editor for LEGO® style digital building instructions.

    LPub3D is an Open Source WYSIWYG editing application for creating LEGO® style digital building instructions. LPub3D is developed and maintained by Trevor SANDY. It uses the LDraw™ parts library, the most comprehensive library of digital Open Source LEGO® bricks available (www.ldraw.org/ ) and reads the LDraw LDR and MPD model file formats. LPub3D is available for free under the GNU Public License v3 and runs on Windows, Linux and macOS Operating Systems. LPub3D is also...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4
    GLTF/GLB Windows Shell Extension: This shell extension automatically adds thumbnail images to .glb files in Windows File Explorer and provides a right click menu option to generate a 3D preview image for .gltf files. Supports multi-file select and directory processing. Pre-built Windows x64 installer available at https://buymeacoffee.com/nathancrews/e/255640 LAS/LAZ Pointcloud Windows Shell Extension: This "quick viewer" shell extension provides a Windows File Explorer right click menu...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 5
    ProStack

    ProStack

    ProStack - a platform for image processing and analysis

    ProStack - a platform for image processing and analysis. It implements various image processing methods as separate modules, that can be joined in a complex image processing scenario by use of a graphical user interface. RPMs are available at https://build.opensuse.org/project/repositories/home:mackoel:compbio
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GXSM

    GXSM

    Scanning Probe Microscopy Controller and Data Visualization Software

    GXSM -- Gnome X Scanning Microscopy: A multi-channel image and vector-probe data acquisition and visualization system designed for SPM techniques (STM,AFM..), but also SPA-LEED/LEED/LEEM data analysis. A plug-in interface allows any user add-on data-processing and special hardware and instrument support. Latest: NC-AFM and related explorative methods as SQDM can be configured. High-Speed external PAC-PLL hardware option with digital DSP link. Based on several hardware options it supports...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Rayshade

    Rayshade

    Rayshade raytracer

    now gnu-ized, gcc-4.7.4 or gcc-10.2.0 A raytracer does not require custom code for (shadows, mirrors) like GL: it uses physics to simulate light to make realistic images, leaving one to specify only what is in the scene. (at a cost of speed) Rayshade is a 1990's raytracer, a great one back then (and still useful). Rayshade has an excellent easy to read yet informative User's Guide that other's could not help but copy from. (html of guide is in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    BRL-CAD

    BRL-CAD

    Open Source Solid Modeling CAD

    BRL-CAD is a powerful cross-platform constructive solid geometry solid modeling system that includes an interactive geometry editor, ray-tracing for rendering & geometric analyses, network distributed framebuffer support, image & signal-processing tools.
    Leader badge
    Downloads: 175 This Week
    Last Update:
    See Project
  • 9
    Software Renderer

    Software Renderer

    A shader-based software renderer written from scratch in C89

    ... scenes will be chosen randomly. To display a specific scene, additional arguments should be supplied. Metallic-roughness workflow. Specular-glossiness workflow. Image-based lighting (IBL). Orbital camera controls. PBR material inspector. Perspective correct interpolation. Depth testing. Alpha testing. Alpha blending. Cubemapped skybox. Skeletal animation. Tangent space normal mapping.
    Downloads: 0 This Week
    Last Update:
    See Project
  • ManageEngine Endpoint Central for IT Professionals Icon
    ManageEngine Endpoint Central for IT Professionals

    A one-stop Unified Endpoint Management (UEM) solution

    ManageEngine's Endpoint Central is a Unified Endpoint Management Solution, that takes care of enterprise mobility management (including all features of mobile application management and mobile device management), as well as client management for a diversified range of endpoints - mobile devices, laptops, computers, tablets, server machines etc. With ManageEngine Endpoint Central, users can automate their regular desktop management routines like distributing software, installing patches, managing IT assets, imaging and deploying OS, and more.
  • 10
    AMILab
    amilab is a tool for image processing that includes its own scripting language, and an interface for visualizing 2d/3d images and 3d surfaces. Its main application is medical image processing.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Tesseract Animator

    Tesseract Animator

    This program animates a shaded tesseract

    This program animates a shaded tesseract in a GTK window.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    mini3d

    mini3d

    3D Software Renderer in 700 Lines

    The 3D software rendering tutorial, without any performance optimization, mainly shows people how to write a software renderer with a fixed pipeline. Although the main body code is only 700 lines, the sparrow is small and complete. The source code has only one mini3d.c, and a single file implements everything and is easy to read. No third-party library dependencies, no complicated project directories. Standard D3D coordinate model, left-handed system plus WORLD / VIEW / PROJECTION three...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    3DBrainExplorer is a lightweight OpenGL-based 3D renderer for scientific visualization of volumetric data (NIfTI) featuring real-time image manipulation, AAL brain labels (Tzourio-Mazoyer et al., 2002), SPM5 statistical images and stereo display.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    mpoutils

    MPO Utilities

    A small C command line utility which can assemble and disassemble MPO (multiple picture object) image files. It is mainly intended for storing stereo images similar to those captured by FujiFilm Finepix Real 3D camera.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Importer library to import assets from different common 3D file formats such as Collada, Blend, Obj, X, 3DS, LWO, MD5, MD2, MD3, MDL, MS3D and a lot of other formats. The data is stored in an own in-memory data-format, which can be easily processed. www.open3mod.com/ is a 3D model viewer and exporter based on Assimp that is also Open Source.
    Leader badge
    Downloads: 136 This Week
    Last Update:
    See Project
  • 16
    udoo-reprap
    SD-Image for a 3D-Printserver. Hardwarerequirement: UDOO-Quad and RADDS Shield
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    vol2im

    Convert volumetric data to images.

    This program embeds volumetric data in various image files, using their RGBA or RGB channels. Each slice of the original model is represented as one channel of the output file. The output images can be used as 3D textures to perform volumetric visualization in GLSL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Mollino

    Mollino

    Not your usual Architectural Modeler

    Why do Archicad and Revit only share 30 or 40% of the global architectural sofware market ? Maybe because lots of small practices find these software unadapted to the way they work, and to their bank account. I think there's place for an open software that doesn't work like the existing. It will be simple in its tools and processes, and will have infinite capabilities. This will be possible by defining a logical structure. As I am an architect, and I know very little about programming,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Free and portable software for visualization and post-processing of results from Quantum Chemistry calculations. Oriented, but not limited, to satisfy the visualization needs from Lowdin [http://www.cucei.udg.mx/~robertof] and deMon2k.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    OpenGL based panorama viewer/stitcher.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    3D Reconstruction using Stereo Vision
    System Prototype to make 3D reconstruction solution using stereo images. It works with common cameras and not require large amount of memory during the images processing. It provides a low cost solution to educational environments with low budgets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MPO Extractor

    MPO Extractor

    Just a Tiny, VERY Tiny app that uses the mposplit command app to work

    a free software to implement a very minimal GUI to mposplit. Extracts the views from a .MPO image and makes a JPG file from every view. It works with 3DS images, as well as every 3D MPO capable camera (i guess).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    cpano

    A 3D equirectangular panorama viewer, in C/GTK+

    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A viewer for image sequences, aimed to be a professional tool for viewing animation frames rendered with 2D and 3D editing software. It is cross-platform, fast, supports many image formats and OpenGL rendering.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25
    OpenGI is a platform-independent C-library for parameterizing triangular meshes and creating Geometry Images from this parameterization.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next