Showing 27 open source projects for "object"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 1
    Monte Carlo eXtreme (MCX)

    Monte Carlo eXtreme (MCX)

    Physically accurate and validated GPU ray-tracer

    MCX is a GPU-accelerated, general-purpose, physically-accurate and feature-rich 3-D light transport simulator. It is one of the fastest simulators because it can use tens of thousands of GPU threads to simulate photons in parallel.
    Leader badge
    Downloads: 173 This Week
    Last Update:
    See Project
  • 2

    Continuation Core and Toolboxes (COCO)

    Toolboxes for parameter continuation and bifurcation analysis.

    Development platform and toolboxes for parameter continuation, e.g., bifurcation analysis of dynamical systems and constrained design optimization. This material is based upon work partially supported by the National Science Foundation under Grant No. 1016467 and the Danish research council (FTP) under the project number 0602-00753B. Any opinions, findings, and conclusions or recommendations expressed on this site are those of the authors and do not necessarily reflect the views of the...
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 3
    CyberUnits

    CyberUnits

    Class library for computational cybernetics

    CyberUnits is a cross-platform class library for rapid development of high-performance computer simulations in life sciences. It supports modelling for biomedical cybernetics and systems biology with Object Pascal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Cantera
    Cantera is a suite of object-oriented software tools for problems involving chemical kinetics, thermodynamics, and/or transport processes. It can be used from MATLAB, Python, C++, or Fortran.
    Downloads: 4 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 5
    ebfformat

    ebfformat

    An Efficient Binary data Format

    ... if needed. It is also designed to simplify the programming of input output routines in different programming languages. In a nutshell an EBF file is a collection of data objects. Each data object is specified by a unique name and a single file can have multiple data objects. Each data object is preceded by a meta-data or header which describes the binary data associated with it. Among other things, this header allows the files to be portable across systems with different endianess.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    TracTrac

    TracTrac

    Massive Object Tracking Software (Matlab/Python)

    TracTrac is a Particle Tracking Velocimetry (PTV) software which is extremely fast (more than 10k points tracked per second, 100k under python) and accurate (up to 0.01 pixel resolution), forming thus a good concurrent to the state-of-the art PIV/PTV algorithms. It allows to track anything that moves: birds, ants, grains, water flows... It runs on Python (v2&3) or Matlab (>2012a with Image Processing toolbox). Give it a try ! Get the last sources on GitHub:...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    DSeg software

    A MATLAB program to segment filamentous bacteria and hyphae structures

    ... for extracting object contour and refining shapes. The software is implemented in MATLAB for segmenting and tracking of cell contours from various microscopy systems. Video instructions: https://www.youtube.com/embed/qMbM0shkk7A?rel Lastest updates: 20190930 DSeg: A dynamic segmentation program to extract backbone patterns for filamentous bacteria and hyphae structures,(2018). Hanqing Zhang,Niklas Soderholm, Linda Sandblad, Krister Wiklund, Magnus Andersson*
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    octave-intinf

    Infinite-precision integer arithmetic for Octave, written in Octave

    Octave code to perform arbitrary-precision integer arithmetic. It may or may not work in Matlab. The supported operations are: >> s = a = intinf (126) % Creation of intinf-class object from integer or string >> b = intinf ('-792716404922304611755050042308687') >> c = a + b % Addition >> d = a - b % Subtraction >> e = c * d % Multiplication >> f = (e - a^2) / b
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Dynamic Linkage

    Dynamic Linkage

    Dynamic Linkage Social Aggregation Model

    This project will create a user-friendly modeling system for studying animal social aggregations. The model codifies the a new hypothesis that the animal's state, kinematics, and the group's emergent properties are dynamically linked together, with each one affecting the others. The model will be constructed using Object-Oriented MatLab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
  • 10
    GTK+ IOStream

    GTK+ IOStream

    GTK+iostream, Data plots, ORB, Neural Networks, WSOLA

    Create GTK+ interfaces using IOStream style code. Its simple and quick! Also providing simple data plotting (similar to Matlab/Octave), ORB (Object Request Broker), and Neural Network computations. You can create GTK+ GUIs in a few lines of code. Labels<<"Thanks for reading"; (HBox<<Labels).show(); or even one line : (HBox() << (Labels()<<"Thanks for reading")).show(); Inline code destructs the classes, but leaves the widgets/callbacks operating. This is great for embedded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Toastpp

    Toastpp

    Forward and inverse modelling in optical tomography

    Toast++ is a C++ software package for modelling light transport in scattering media using the finite element method. It allows 3D reconstruction of absorption and scattering distributions inside an object from boundary measurements of light transmission, using steady state, time domain or frequency domain information. Matlab and Python bindings exist for ease of use and fast prototyping.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    This site contains four packages of Mass and mass-based density estimation. 1. The first package is about the basic mass estimation (including one-dimensional mass estimation and Half-Space Tree based multi-dimensional mass estimation). This packages contains the necessary codes to run on MATLAB. 2. The second package includes source and object files of DEMass-DBSCAN to be used with the WEKA system. 3. The third package DEMassBayes includes the source and object files of a Bayesian...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    aslm

    aslm - a slightly modified asl-module

    aslm is an object orientated toolbox written in MATLAB. It was developed for common tasks associated with the analysis of arterial spin labeling (ASL) and other MRI data. Portions of the code rely heavily on (or are copied from) SPM (http://www.fil.ion.ucl.ac.uk/spm), marsbar (http://marsbar.sourceforge.net, Matthew Brett et al.), and GIFT (Group ICA of fMRI Toolbox v.1.3, http://mialab.mrn.org/software/gift/ )which are also released under the GNU public licence. The ASL subtraction-routine...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ILNumerics.Net
    math lib for .NET. n-dim arrays, complex numbers, linear algebra, FFT, sorting, cells- and logical arrays as well as 3D plotting classes help developing algorithms on every platform supporting .NET. Sources from SVN, binaries: http://ilnumerics.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    MoTrack

    Matlab GUI for motion tracking

    MoTrack is a graphical user interface for Matlab. It can be used to track the 2D motion of any object in digital videos. In manual mode the object coordinates are captured by mouse clicking on the objects position in each video frame. Automatic motion tracking is possible using reflective markers or any kind of markers that have high contrast to the surroundings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MatrixUser

    MatrixUser

    A Multi-functional GUI-based Program for Image Processing and Analysis

    The MatrixUser project is moving to GitHub, the latest version can be obtained from https://leoliuf.github.io/MatrixUser/ Most of the medical images (e.g. CT, MRI, PET, etc.) comprises multiple frames which represent slices, phases, timing etc. from the same imaging object. Those images can be saved as multidimensional matrices in Matlab thanks to Matlab's powerful support of multidimensional data representation. However, within Matlab, most of image manipulation functions are limited...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SpikeAnalyzer

    SpikeAnalyzer

    SpikeAnalyzer is a program for calcium spikes analysis

    ... an automatic fitting procedure with visual control over the process and the quality of the fit, including statistical measures. SpikeAnalyzer is equipped with an original pixel time correction algorithm, introduced to account for the exact time of acquisition of individual pixels of the object in the image. SpikeAnalyzer was tested to analyze both synthetic and raw confocal data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ACADO Toolkit

    ACADO Toolkit

    Toolkit for Automatic Control and Dynamic Optimization

    ACADO Toolkit is a software environment and algorithm collection for automatic control and dynamic optimization. It provides a general framework for using a great variety of algorithms for direct optimal control, including model predictive control, state and parameter estimation and robust optimization. ACADO Toolkit is implemented as self-contained C++ code and comes along with user-friendly MATLAB interface. The object-oriented design allows for convenient coupling of existing optimization...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Python and Matlab classes for object oriented simulations of an integrated mechanical pulp and paper mill.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Netcdf-Java ToolBox for Matlab-njTBX
    The NJ toolbox (njTBX) is a matlab object API, built on top of Unidata's Netcdf-Java API to facilitate netCDF model data manipulation. Development of njTBX is a part of 'An Open-Source Community Model for Coastal Sediment Transport' project.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    These classes are useful for signal processing in Matlab or C++. They bring together tools and methods which may be used interchangeably for Matlab and C++. Their initial use is in conjunction with work towards my degree at UC Berkeley.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FAMOUSO is an event-based publish/subscribe middleware written in C++ for systems ranging from 8Bit micro-controllers up to 32Bit PC/Workstations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    neuro fuzzy net: 1. Object oriented Programming! 2. matlab project with back propagation, and hibrid learning. 3. Can use to MLP or ANFIS Sugeno modelling. 4. Integrated with Simulink (Sfunction M) by any questions mail me : tsepkovsky@yandex.ru
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A collection of Matlab functions and scripts for computing the saliency map for an image, for determining the extent of a proto-object, and for serially scanning the image with the focus of attention.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    VectTens

    VectTens

    A library for handling vectors, tensors, and more.

    VectTens is an object-oriented numerical library designed to manipulate vectors, tensors, and other mathematical quantities in a simple and efficient manner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next