30 open-source projects similar to juliaimages/imagesegmentation.jl, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best ImageSegmentation.jl alternative.
Julia implementations of multidimensional array convolution and nonlinear stencil operations
Geometric transformations on images for Julia
Image feature detection for the Julia language
Glide is an image loading and caching library for Android that fetches and decodes images, GIFs, and video stills from local or remote sources. It functions as a media rendering framework and memory management tool designed to resize and downsample assets to fit specific view dimensions. The system prioritizes scrolling performance through a multi-level caching strategy that stores decoded media in memory and raw data on disk. It employs resource pooling to reuse bitmap memory and binds image loading tasks to component lifecycles to automatically release resources and prevent memory leaks. T
C++ library thats implemets class color. Available models: RGB, HSL, HSV, CMY, CMYK, YIQ, YUV and growing.
The CImg Library is a small and open-source C++ toolkit for image processing
Fast Caching for Objective-C (iPhone & Mac Compatible)
Simple and Fast single header Bitmap (BMP) C++ library
Cropper is a JavaScript image cropping library and HTML5 canvas image editor. It serves as a web-based image manipulation tool that allows users to visually select and trim specific areas of an image directly within a browser. The library provides a visual interface for defining precise crop areas with configurable aspect ratios and zoom controls. It includes tools to rotate, scale, and zoom images to align subjects before exporting the final result. The tool handles browser-based image processing by generating a canvas element from a selected image area for use or download. It manages crop
UIActivityIndicator-for-SDWebImage
A library for spatially indexing kD bounding box data (based on libspatialindex)
Fast and robust Voronoi & Delaunay tessellation creation with Julia
Fresco is an Android image loading library and cache manager designed to fetch, decode, and display images from network or local sources. It functions as a rendering engine for animated image formats and a streaming system for progressive image loading. The library distinguishes itself through specialized memory management that utilizes off-heap allocation to reduce garbage collection overhead and prevent out-of-memory errors. It includes a dedicated rendering pipeline for animated GIFs and WebP files and supports progressive JPEG decoding to render low-resolution versions of images while the