Showing 12 open source projects for "using"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    ReViMS

    ReViMS

    ReViMS, a 3D volume rendering tool for light-sheet/confocal microscopy

    Reconstruction and Visualization from Multiple Sections (ReViMS), an open-source, user-friendly software for automatically estimating volume and several other features of 3D multicellular aggregates (i.e., cancer spheroid, zebrafish, fruit fly). ReViMS requires a z-stack of 2D binary masks, obtained by segmenting a sequence of fluorescent images acquired by scanning the aggregate along the z axis, using a confocal or a light-sheet fluorescent microscope. It provides a number of tools for: (a) segmenting z-stacks of fluorescence images; (b) reconstructing the 3D surface of the aggregates and estimating several features (including the volume). ReViMS is written in MATLAB (The MathWorks, Inc., Massachusetts, USA). It is an open-source tool and the source code is freely available at: http://sourceforge.net/p/revims Requirements: MATLAB R2017b and Image Processing Toolbox 10.1 or later versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ReViSP

    ReViSP

    ReViSP, a 3D volume rendering MATLAB tool for multicellular spheroids

    ...ReViSP is written in MATLAB (The MathWorks, Inc., Massachusetts, USA) and the source code is freely provided. Requirements for running ReViSP from the source code: MATLAB 2020a and Image Processing Toolbox 11.1 or later versions. Please, when using this software, cite these articles: (a) F. Piccinini, et al., Cancer multicellular spheroids: Volume assessment from a single 2D projection. Computer Methods and Programs in Biomedicine, 118(2):95–106, 2015. (b) F. Piccinini, et al., Single-image based methods used for non-invasive volume estimation of cancer spheroids: a practical assessing approach based on entry-level equipment. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    ANDTool

    ANDTool

    Analysis Nuclei DAB (AND) Tool

    Analysis Nuclei DAB (AND) Tool is a Graphical User Interface (GUI) to analyse microscopy images representing cells with nuclei stained using DAB dyes. The tool requires as input the original RGB images, and the FastRed, FastBlue, DAB channel, easily obtained using the Fiji function: "ImageJ" -> "Image" -> "Colour Deconvolution" -> "FastRed FastBlue DAB" Then, the tool first segment the nuclei using the FastBlue channel and the DAB channel, and then computes statistics by subdividing the sample in three regions according to the FastRed channel: a dark-red ROI, a light-pink ROI and a white ROI. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    F-Tracker3D

    F-Tracker3D

    A software tool for tracking fluorescent cells in 3D

    F-Tracker3D is acronym of "fluorescent cell tracker in three-dimensions". It is a software tool designed to track fluorescent cells using time-lapse z-stacks of images acquired with a confocal or light-sheet microscope. First, each single cell is tracked in 2D by using the maximum intensity projections of the z-stacks and CellTracker, the free open source software available at: www.celltracker.website. Then, the 3D track of each cell is obtained analysing the z-stacks and looking for the z-plane with the maximum intensity value for the different x-y positions previously determined. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    GridMos

    GridMos

    GridMos, mosaicing tool (in MATLAB) to improve cell counting.

    Nowadays, the manual cell counting, performed directly by looking through the microscope’s oculars by using a tally counter and a hemocytometer, still is the gold standard method to count Live&Dead cells (Trypan Blue is typically used to stain the dead cells). However, performing the cell counting by tagging the cells in a steady image mosaic increases the reliability of the counts performed. Unfortunately, to build a mosaic of a hemocytometer's grid shows some problem due to the repeated patterns (i.e., the squared blocks of the grid). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SmoothLife

    SmoothLife

    A generalization of Conway's Game of Life

    Conway's Game of Life is generalized to a continuous domain. OpenGL and GLSL shaders are used for real-time 2D and 3D graphics. Time stepping is done via a real to complex FFT based convolution operation. There are also two deliberately simple test implementations in FreeBasic and Matlab. A 2D version on a sphere shows that it is really not dependent on the underlying grid.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Rand Tree

    Rand Tree

    Random Tree Generator for MatLab

    RandTree is a MatLab based tree simulator program where the algorithm is based on Honda's model. We have used probabilistic generation of branches in order to simulate visually realistic tree structures. This program is designed to generate branching structures with bifurcation branching pattern (sympodial branching). By changing the probabilities and branching angles, you can generate different shapes of trees.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Dynamic Visualization Tool
    This application allows to generate graphics from data file in table format and a graphical configuration file XML..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is a program written in matlab to grade exams using Optical Mark Recognition. Samples of OMR sheets that are to be filled by students is also included. It supports rotation of up to 6 degrees as well as 180 degree rotation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Rezku Point of Sale Icon
    Rezku Point of Sale

    Designed for Real-World Restaurant Operations

    Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
    Learn More
  • 10
    Land Mines detection using Image Processing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    golib

    C++ collection mostly for image processing

    libGo is a C++ class library containing all kinds of things that proved useful to me. Included are: - Linear algebra, using LAPACK and CBLAS - V4L(1) image grabber - Multithreading - Image containers (up to 3D) - Some simple optimisation code - Python embedding helper - Matlab interface - .. and other things, have a look at the HTML documentation! golib grew over many years, things I had use for have been added now and then. Some parts are better taken care of than others. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    im-browser

    im-browser

    MIB is a high-performance software package for image segmentation

    Microscopy Image Browser (MIB) is a high-performance software package for advanced image processing, segmentation and visualization of multi-dimensional (2D-4D) light and electron microscopy datasets. Home page: http://mib.helsinki.fi
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next