Search Results for "image pixel read" - Page 7

Showing 436 open source projects for "image pixel read"

View related business solutions
  • Extended Threat Intelligence | SOCRadar Icon
    Extended Threat Intelligence | SOCRadar

    See what hackers already know about your organization – and stop them from getting in.

    Enterprises need full-spectrum cyber intelligence—beyond social media and the dark web. SOCRadar monitors cloud buckets, dark web leaks, and external threats in real time. Automate takedowns, detect brand impersonations, and stay ahead of evolving attacks. Strengthen your security with Extended Threat Intelligence.
    Free Trial
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 1
    Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags. Development has moved to https://github.com/libexif/. See https://libexif.github.io for more details.
    Leader badge
    Downloads: 422 This Week
    Last Update:
    See Project
  • 2
    Anime4kSharp

    Anime4kSharp

    Anime4K implemented in C#

    Anime4KSharp is a .Net Core library that implements bloc97's Anime4K Algorithm version 0.9 and 1.0 RC2. The Algorithm is executed on the CPU, but utilizing all available CPU Cores. This yields to a conversion time of "only" 4432 ms when upscaling from 1080p to 2160p. This time could possibly be reduced with further optimization. Images are processed in four phases that are executed on a pixel- per- pixel basis. Each phase takes a input image and renders it to a output image. This makes it easy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    lilith

    lilith

    x86-64 os made in crystal

    A POSIX-like x86-64 kernel and userspace written in Crystal. A CPU with x64 support is required to run the OS. The Makefile provides a script that will run QEMU on the kernel. To run with storage, an MBR-formatted hard drive image with a FAT16 partition must be provided in the running directory with the name drive.img. The kernel will automatically boot the main.bin executable on the hard drive, or panic if it can't be loaded.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    RobotJS

    RobotJS

    Node.js desktop automation

    .... Control the keyboard by pressing keys, holding keys down, and typing words. Read pixel color from the screen and capture the screen. Find an image on screen, read pixels from an image. You have prebuilt binaries available, which will allow you to install without compiling! Automate anything! It is easy to use, open source and cross-platform.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Monitor the status and performance of any IT environment with NMIS Icon
    Monitor the status and performance of any IT environment with NMIS

    NMIS monitors an organization’s IT environment, helps identify and rectify faults, and provides valuable information for IT planning.

    Trusted by thousands of IT teams worldwide, The NMIS platform offers comprehensive network management, handling faults, performance, and configurations with ease.
    Get a Free Trial
  • 5

    Boss Engine

    8-bit Graphical API for Java

    Boss Engine is a graphical API for writing low-resolution 8-bit color applications. It offers easy to use functions for handling graphics, basic i/o and more. Screen access is performed through virtual framebuffers that allow direct read/write access to indexed color screen data. API is coded entirely with native libraries. No third party libraries required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    KLT-IV
    KLT-IV v1.0 has been designed to offer a user-friendly graphical user interface for the determination of river flow velocity and river discharge using videos acquired using a variety of fixed and moving platforms. KLT-IV employs optical flow and computer vision techniques for the tracking of features present on the river surface with pixel displacements being converted to real-world velocities using an optimised camera model approach. Movement of the platform can be accounted for when...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    cv2_plt_imshow

    Using matplotlib_imshow for images read by cv2

    ## Introduction One of the major issue faced while using `cv2`, especially when you are using `jupyter-notebooks`, is to perform `cv2.imshow` the kernel breaks. Apart from this, most of the users are comfortable using matplotlib for display, specially its display in notebook using `%matplotlib inline` magic. This package provides two of the main function, converting the image to a format more suitable in matplotlib, and plotting the image using matplotlib in the notebooks. ## Table...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    eGPXviewer

    eGPXviewer

    eGPXviewer is a 3D GPX track viewer

    .../applications. It is human readable text file written in XML. Read more about the GPX exchange file format here https://en.wikipedia.org/wiki/GPS_Exchange_Format. eGPXviewer is currently available for Win10 and Linux (Ubuntu/Mint, CentOS, OpenSUSE, Raspbian) operating systems. ™ Registered trademarks for the respective owners.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 9

    Piano-LED-Visualizer

    A midi/Bleutooth piano led vizualizer for the raspberry pi.

    This Sourceforge contains a raspberry disk image containing the Piano-LED-visualizer package. This package contains a midi/Bluetooth piano-led visualizer for the raspberry pi. The project code can be found on https://github.com/onlaj/Piano-LED-Visualizer. For more information on how to use this image go to this issue https://github.com/onlaj/Piano-LED-Visualizer/issues/15#issuecomment-642545853.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Power Up Your AI with Databricks – Free Trial Icon
    Power Up Your AI with Databricks – Free Trial

    Ready to revolutionize your data and AI game? Test Databricks free on your cloud of choice and see the difference.

    Take your data and AI to the next level with Databricks – free trial on AWS, Azure, or Google Cloud. Create production-ready Generative AI apps that are accurate, secure, and tailored to your business. Simplify data ingestion from hundreds of sources with effortless ETL automation. Plus, tap into instant, elastic serverless compute during your trial (available on AWS/Azure). Sign up with your work email now to unlock premium trial perks and transform how you work with data – don’t wait!
    Get Started
  • 10

    msg2018

    Internet Message Board

    Internet Message Board. Need .NET Core 2.0 to host the web app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MS Paint IDE

    MS Paint IDE

    Programming in MS Paint

    People joke about what IDE they use often, things like Word, MS Notepad, sometimes even Eclipse, and then often times MS Paint. People joke about MS Paint because it's not even a text editor, people joke about it because it doesn't have one feature in common with IDEs. Well, this application gives MS Paint a boost, and lets MS Paint highlight, compile, and execute code, with just a few clicks of a button, and only text coming from MS Paint. It is now much more practical than things like...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Pydicom by examples

    Pydicom by examples

    Basic and intermediate examples of DICOM library with Jupyter

    Basic and intermediate examples to read, modify and write DICOM files with Python code using Jupyter - To install Jupyter - https://jupyter.org/install ====== All examples are based on Pydicom. An open source library - https://pydicom.github.io/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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: https://github.com/jorishey1234...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Painting program aimed especially at creating and editing textures and sprites, but also for general purpose image editing. Rendered with OpenGL.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    C++ Bitmap Library

    C++ Bitmap Library

    Light-Weight Platform Independent C++ Bitmap Image Reader Writer Library Download: http://www.partow.net/programming/bitmap/index.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Canon EOS DIGITAL Info

    Canon EOS DIGITAL Info

    Utility for Reading/ editing some Infos on Canon EOS DSLRs

    Canon doesn’t have shutter count included on the EXIF information of an image file, as opposed to Nikon and Pentax. There’s no official Canon based application to find the shutter count for an EOS DSLR. However, there are a few free tools that may help you to do this. They provide some details about the camera, including product Name, firmware version, battery level, shutter Counter, date/time, and owner/artist/copyright strings. But it does not support this features: Editing the owner/artist...
    Leader badge
    Downloads: 4,417 This Week
    Last Update:
    See Project
  • 17
    qiniuClient

    qiniuClient

    Cloud storage management client

    Cloud storage management client. Support Qiniu Cloud, Tencent Cloud, Qingyun, Alibaba Cloud, Youpai Cloud, Amazon S3, JD Cloud, imitation folder management, image preview, drag and drop upload, folder upload, synchronization, batch URL export and other functions. package, adds a cdnPath field. You can upload resources to this path. This enables simple dynamic update of renderer resources. The default is empty to read local.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SageThumbs

    SageThumbs

    Powerful Windows shell extension allowing to preview images.

    SageThumbs is a powerful shell extension allowing to preview enormous amount of image formats directly in Windows Explorer by using Pierre-e Gougelet's GFL library (XnView's author). Please read carefully the following information: As SageThumbs is a Windows Explorer context menu extension, there is no an executable file that you should launch to bring it up. To use it, just open any folder with image files in Windows Explorer, and then right-click a file you want to preview. You'll see...
    Leader badge
    Downloads: 5,041 This Week
    Last Update:
    See Project
  • 19
    crosti

    crosti

    Build your personal cross stitches!

    This tool allows you to make your own unique cross stitch design from custom image. You can resize and rotate image, reduce the number of colors, change image palette, make cross stitch design, preview it, save and print. Cross stitch design edition available: colors and icons changing, new color addition, color fill, pixel draw, lines and half-stitches.
    Leader badge
    Downloads: 41 This Week
    Last Update:
    See Project
  • 20
    StVideoEditor

    StVideoEditor

    Convert video, contact two videos, extract an audio from a video, etc

    Convert video, contact two videos, extract an audio from a video, remove an audio stream from a video, add new audio to the video, cut a video, make video black & white, speed up a video, slow down a video, play two and four videos side by side, add watermarks to video, add mages, videos and a text to most popular positions, than save an edited video as a new file. Please read brief description before start use of programme. We recommended to wait when process finish and then start new...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Calyp

    Calyp

    Calyp is an open-source raw video player for image/video analysis

    Calyp is an open-source raw video player developed using the C++ Qt libraries. This is the new version of the playuver. New name new features coming. For Ubuntu and Debian based distributions use our Personal Package Archive (PPA): ppa:pixlra/ppa
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Simd

    Simd

    High performance image processing library in C++

    The Simd Library is a free open source image processing library, designed for C and C++ programmers. It provides many useful high performance algorithms for image processing such as: pixel format conversion, image scaling and filtration, extraction of statistic information from images, motion detection, object detection (HAAR and LBP classifier cascades) and classification, neural network. The algorithms are optimized with using of different SIMD CPU extensions. In particular the library...
    Leader badge
    Downloads: 37 This Week
    Last Update:
    See Project
  • 23
    DICOM Image Reader

    DICOM Image Reader

    A minimal Medical application to read and view DICOM (dcm) image file

    Dicom Image Reader is opensource medical image viewer built with JavaScript, HTML5, NodeJS and Electron framework. It can load data in DICOM format (single image dcm) and provides standard tools for its manipulation such as contrast, zoom, drag, possibility to draw regions on top of the image and imaging filters such as threshold and sharpening. It is based DWV JavaScript opensource library. =============== Requirements: - Processor: Intel Pentium 4 processor or later that's SSE2 capable...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    linn9000fs

    linn9000fs

    linn9000fs: access to Linn9000 / LinnSequencer image files and devices

    linn9000fs: access to Linn9000 / LinnSequencer image files and devices. --- l9000fs: Copyright (c) 2010-2019 by Klaus Michael Indlekofer. All rights reserved. --- gui9000fs: Copyright (c) 2010-2011 by Klaus Michael Indlekofer and Alexander Kilb. All rights reserved. Note: Special restrictions apply. See disclaimers below and within the distribution. Special features: * can read, write, and format * optional conversion between "Custom Drum Sound" (SND-file) and WAV-file or ROM-file...
    Downloads: 0 This Week
    Last Update:
    See Project