Showing 40 open source projects for "matlab detection"

View related business solutions
  • Enterprise and Small Business CRM Solution | Clear C2 C2CRM Icon
    Enterprise and Small Business CRM Solution | Clear C2 C2CRM

    Voted Best CRM System with Top Ranked Customer Support. CRM Management includes Sales, Marketing, Relationship Management, and Help Desk.

    C2CRM consists of four modules that integrate to provide a comprehensive CRM solution: Relationship Management, Sales Automation, Marketing Automation, and Customer Service. Only buy what each user needs.
    Learn More
  • Accounting Software for Small Businesses | Xero Icon
    Accounting Software for Small Businesses | Xero

    Save 90% for 6 months on Xero's award-winning accounting and online bookkeeping platform for businesses of all sizes and stages of growth.

    Xero offers a robust ecosystem of connected apps and integrations with banks and financial institutions, enabling small businesses to access a wide range of solutions within Xero's open platform to streamline operations and manage finances. Additionally, accounting and bookkeeping firms benefit from efficient compliance tools, advanced practice management software, and a cloud-based unified accounting ledger for all clients, centralized in one place.
    Get 90% off for 6 months
  • 1
    Eventer

    Eventer

    Rapid, unbiased, reproducible analysis of synaptic events

    ... procedures. The software is coded in MATLAB, but has been compiled as standalone applications for Windows, Mac and Linux. Please visit the official Eventer website for more info https://eventerneuro.netlify.app/ While the paper is in preparation, please cite as; Winchester, G., Liu, S., Steele, O.G., Aziz, W. and Penn, A.C. (2020) Eventer. Software for the detection of spontaneous synaptic events measured by electrophysiology or imaging. http://doi.org/10.5281/zenodo.3991676
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    dlib C++ Library
    Dlib is a C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ to solve real world problems.
    Leader badge
    Downloads: 242 This Week
    Last Update:
    See Project
  • 3
    DeepSqueak

    DeepSqueak

    DeepSqueak Using Machine Vision to Accelerate Bioacoustics Research

    Using Machine Vision to Accelerate Bioacoustics Research.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Isolation‐based anomaly detection

    Isolation‐based anomaly detection

    Isolation‐based anomaly detection using nearest‐neighbor ensembles

    This site provides the source code of Isolation‐based anomaly detection (iNNE). https://onlinelibrary.wiley.com/doi/abs/10.1111/coin.12156 Bandaragoda, T.R., Ting, K.M., Albrecht, D., Liu, F.T., Zhu, Y. and Wells, J.R., 2018. Isolation‐based anomaly detection using nearest‐neighbor ensembles. Computational Intelligence, 34(4), pp.968-998.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Software Testing Platform | Testeum Icon
    Software Testing Platform | Testeum

    Testeum is a Software Testing & User Test platform

    Tired of bugs and poor UX going unnoticed despite thorough internal testing? Testeum is the SaaS crowdtesting platform that connects mobile and web app creators with carefully selected testers based on your criteria.
    Learn More
  • 5
    CDF-TS
    This Matlab code is used for demonstration of the effect of CDF-TS as a preprocessing method to transform data. Written by Ye Zhu, Deakin University, April 2021, version 1.0. This software is under GNU General Public License version 3.0 (GPLv3) This code is a demo of method described by the following publication: Zhu, Y., Ting, K.M., Carman, M. and Angelova, M., 2021, April. CDF Transform-and-Shift: An effective way to deal with datasets of inhomogeneous cluster densities. Pattern...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    OpenFace

    A state-of-the-art facial behavior analysis toolkit

    OpenFace is an advanced facial behavior analysis toolkit intended for computer vision and machine learning researchers, those in the affective computing community, and those who are simply interested in creating interactive applications based on facial behavior analysis. The OpenFace toolkit is capable of performing several complex facial analysis tasks, including facial landmark detection, eye-gaze estimation, head pose estimation and facial action unit recognition. OpenFace is able to deliver...
    Downloads: 23 This Week
    Last Update:
    See Project
  • 7
    MITIE

    MITIE

    MITIE: library and tools for information extraction

    This project provides free (even for commercial use) state-of-the-art information extraction tools. The current release includes tools for performing named entity extraction and binary relation detection as well as tools for training custom extractors and relation detectors. MITIE is built on top of dlib, a high-performance machine-learning library[1], MITIE makes use of several state-of-the-art techniques including the use of distributional word embeddings[2] and Structural Support Vector...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    W2MHS-DNN

    Open Source White Matter Hyperintensities Segmentation Toolbox

    Wisconsin White Matter Hyperintensity Segmentation [W2MHS] and Quantification Toolbox is an open source MatLab toolbox designed for detecting and quantifying White Matter Hyperintensities (WMH) in Alzheimer’s and aging related neurological disorders. WMHs arise as bright regions on T2- weighted FLAIR images. They reflect comorbid neural injury or cerebral vascular disease burden. Their precise detection is of interest in Alzheimer’s disease (AD) with regard to its prognosis. Our toolbox...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    mAP

    mAP

    Evaluates the performance of your neural net for object recognition

    In practice, a higher mAP value indicates a better performance of your neural net, given your ground truth and set of classes. The performance of your neural net will be judged using the mAP criteria defined in the PASCAL VOC 2012 competition. We simply adapted the official Matlab code into Python (in our tests they both give the same results). First, your neural net detection-results are sorted by decreasing confidence and are assigned to ground-truth objects. We have "a match" when they share...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Component Content Management System for Software Documentation Icon
    Component Content Management System for Software Documentation

    Great tool for serious technical writers

    Paligo is an end-to-end Component Content Management System (CCMS) solution for technical documentation, policies and procedures, knowledge management, and more.
    Learn More
  • 10
    Matlab/Octave Rotations Library

    Matlab/Octave Rotations Library

    Library for working with 3D rotations in Matlab/Octave

    The Matlab/Octave rotations library is a collection of functions, bundled as m-scripts, that address computations and numerical handling of rotations in 3D Euclidean space. The rotation representations that are supported are rotation matrices (Rotmat), Quaternions (Quat), intrinsic ZYX Euler angles (Euler), fused angles (Fused) and tilt angles (Tilt). Operations such as composition, inversion, ZYX yaw extraction, fused yaw extraction, random generation, equality detection, vector rotation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Rotations Conversion Library

    Rotations Conversion Library

    Library for working with 3D rotations in C++

    ..., renormalisation, equality detection, vector rotation and much more have been implemented. Unit tests for each function are provided to ensure that the library performs exactly as it should. The implementation of the Rotations Conversion Library is based on the very related Matlab/Octave Rotations Library (MORL), which is a highly tested reference implementation for the required algorithms (see https://sourceforge.net/projects/rotationslib/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    CNVMM

    CNVMM performs copy number variations detection

    CNVMM specializes in identifying copy number variations (CNVs) when there are repeated sequences in the reference genome. The input file is a single short read mapping result from any short read aligners. However, NNmapper or Bowtie2, which detect all mapping results for multi-reads, are recommended. To use the code, MATLAB installation is required. Mac or Linus system is required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Capsule Cell Tracker

    A user-friendly GUI for cell tracking and force estimation.

    This is a program with GUI for 2D image detection and tracking. In present work we develop an interpolation formula for drag forces on capsule shaped cells near walls that can be used as a simple and accurate substitute for the complex computational fluid dynamic simulations otherwise required to determine fluid-cell interactions. Please refer to our home page or contact us for more information http://www.physics.umu.se/english/research/biological-physics/the-biophysics-and-biophotonics...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Canvas-2DGC

    A user-extensible Freemat based 1DGC and GCxGC data analysis software.

    ... by ordinary users through high-level Freemat scripting. Freemat, one of open source Matlab clones, is chosen for this very purpose, because its syntax is most compatible with Matlab and it is lightweight - very suited for ordinary users. Contact xguan@jnxtec.com for support.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    HRVAS Langer

    HRV, symbolic dynamics

    HRVAS_Langer is extension of the software Heart Rate Variability anaslysis software (HRVAS) created by Ramshur JT and witten in Matlab. Extensioned analysis are: symbol dynamics and time ireversibility - Port, Gruzik and Ehlers indexes. Before analysis all posibilitties of the HRVAS are preserved as detrending, atopic detection and replacement and automatic analysis in batch mode - analysis of multiple recordes one by another. After analysis results are exported into Excel file alowing further...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Scilab Image Processing Toolbox

    Scilab Image Processing Toolbox

    Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS

    SIP is the image processing and computer vision package for SciLab, a free Matlab-like programming environment. SIP reads/writes images in formats like JPEG, PNG, and BMP. It does filtering, segmentation, edge detection, morphology, and shape analysis. Download from Git http://siptoolbox.sourceforge.net/devel
    Downloads: 7 This Week
    Last Update:
    See Project
  • 17

    detectMITE

    Detection of Miniature Inverted Repeat Transposable Elements

    detectMITE - a MATLAB-based tool for detecting miniature inverted repeat transposable elements (MITEs) in genomes. [1] Who are we? Please visit website: http://bioinfolab.miamioh.edu [2] How to cite detectMITE? Ye C, Ji G, Liang C (2016) detectMITE: A novel approach to detect miniature inverted repeat transposable elements in genomes. Sci. Rep. 6, 19688. http://www.nature.com/articles/srep19688 Ye C, Ji G, Li L, Liang C (2014) detectIR: A Novel Program for Detecting Perfect...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ds-Bidens

    ds-Bidens

    Software for studying bacterial colony features

    Software for studying bacterial colony features: Optical forward-scattering systems supported by image analysis methods are increasingly being used for rapid identification of bacterial colonies. The conventional detection and identification of bacterial colonies comprises a variety of methodologies based on biochemical, serological or DNA/RNA characterization. Such methods involve laborious and time-consuming procedures in order to achieve confirmatory results. The software (ζ-Bidens...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
     Object detection is usually a software-based monitoring algorithm that will signal, for example in the surveillance camera to begin capturing the event when it detects motion. In object tracking, the object is located and the moving object is followed. One of the fundamental steps in many computer based vision systems for object tracking and motion detection is real-time segmentation of moving regions in the image sequences. Segmentation is done in order to detect the object accurately...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ObjectDetector

    Car Detection,Face Detectiom,Object Detection

    Machine learning: This project is used for training new object like Car,Motor Cycle and so on and we use this model(xml file) for detecting in images.In this project we use viola jones algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ARIA

    ARIA

    Retinal vessel detection using MATLAB

    NOTE: This project is now hosted at GitHub. Please follow the link below to visit its new home.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    detectIR

    Detection of Perfect and Imperfect Inverted Repeats

    detectIR - a MATLAB-based tool for detecting perfect and imperfect inverted repeats in genomes. [1] Who are we? Please visit website: http://bioinfolab.miamioh.edu [2] How to cite detectIR? Ye C, Ji G, Li L, Liang C (2014) detectIR: A Novel Program for Detecting Perfect and Imperfect Inverted Repeats Using Complex Numbers and Vector Calculation. PLoS ONE 9(11): e113349. http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0113349 [3] detectIR user manual Please...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MRI-PDQ:Phase Detection & Quantification

    MRI-PDQ:Phase Detection & Quantification

    Detect sphere-shaped paramagnetic deposits in MRI datasets

    Moved to http://parkermills.github.io/MRI-PDQ/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Facial Expression Recognition

    Facial Expression Recognition System - Matlab source code

    ..." aspects of the data. The extracted feature vectors in the reduced space are used to train the supervised Neural Network classifier. This approach results extremely powerful because it does not require the detection of any reference point or node grid. The proposed method is fast and can be used for real-time applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    QUDeX-MS

    Hydrogen/deuterium exchange estimation for isotopic fine structure MS

    Hydrogen-deuterium exchange coupled to mass spectrometry permits analysis of structural dynamics, stability, and molecular interactions of proteins. Resolving isotopic fine structure during mass spectrometry has been recently demonstrated to allow direct detection and quantification of deuterium incorporation distinct from peaks corresponding to non-deuterium incorporated natural abundance heavy isotopomers. Here, we present a graphical tool that allows for a rapid and automated estimation...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next