Main Content

3,153 results in File Exchange

Quiver Color and Length management

Version 1.0.1 by De Spiegeleer Alexandre

Functions to change aspects of Quiver plots in Matlab. Color, length of vector, length of head and angle of the head can easily be changed.

I provide two functions.SetQuiverColor and SetQuiverLength.The function SetQuiverColor is heavily based on the answer by Suever found on Stackoverflow forum

  • 323 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Jul 2019

Quiver - magnitude-dependent color in 2D and 3D

Version 2.0 by Jonas Krimmer

Implements the MATLAB given quiver/quiver3 function adding a color coding depending on magnitude

%quiverC3D creates a 3D quiver plot and adds a color coding. The color coding is%given by the magnitudes of the component vectors. Large values result in colors %from the upper end of the used

- creates a 3D quiver plot and adds a color coding. The color coding is
- creates a 2D quiver plot and adds a color coding. The color coding is
  • 3.8K (All time)
  • 8 (Last 30 days)
  • 4.6 / 5
  • Community
  • 2 Nov 2021

ncquiverref

Version 1.6.0.0 by Andrew Roberts

Quiver (vector) with a reference vector or color code on a map or Cartesian axes.

This function is a substitute for the standard versions of quiver and quiverm available using a vanilla release of matlab. This version assumes a 2D vector field is being plotted using a gridded flow

  • 8.7K (All time)
  • 7 (Last 30 days)
  • 4.9 / 5
  • Community
  • 23 Feb 2015

Quiverc

Version 1.1.0.0 by Bertrand Dano

Creates a color quiver plot with arrows colors according to the magnitude of the vector.

This is a modified version of the function quiver [from C.M. Thompson] to plot velocity vectors as arrows with components (u,v) at the points (x,y) with the color corresponding to the magnitude of

- Modified version of Quiver to plots velocity vectors as arrows
  • 14.2K (All time)
  • 4 (Last 30 days)
  • 4.5 / 5
  • Community
  • 26 Nov 2008

  • 4K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 Sep 2006

cquiver

Version 1.0.1 by Kim Dohyun

Color quiver based on magnitude or angle. Also, support uniform sampling by averaging or taking the fastest velocity within each grid cell.

patches which are used for drawing heads and tails.quiv = cquiver(x, y, u, v, 'cdata', 'angle') set color based on angle.quiv = cquiver(x, y, u, v, 'sampling', h) plots quiver plotat uniform grid where grid

  • 583 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 21 Jun 2019

quiver3d

Version 1.0.0.0 by Daniel Ennis

This function provides an improvement over the QUIVER3 technique for visualizing 3D vector fields.

and contain the corresponding position and velocity% components. QUIVER3D automatically scales the arrows to fit.% % QUIVER3D(X,Y,Z,U,V,W,COLOR) provides an input argument for coloring

- QUIVER3d *True* 3D quiver plot.
  • 5.3K (All time)
  • 3 (Last 30 days)
  • 4.3 / 5
  • Community
  • 21 Oct 2004

quiverc2wcmap

Version 1.0.0.0 by Andrew Diamond

quiver with color w/r to mag with colormap an NaN support.

Draws a quiver plot with arrows whose colors are w/r to the default color map and the magnitude of the data. It displays a colormap whose limits accurately reflect the data. Works with NaNs

  • 3.6K (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 28 Mar 2005

quiver3Dpatch

Version 1.4.0.0 by Kevin Moerman

Plotting of colored 3D arrows based on patch command

This function allows plotting of colored 3D arrows by generating patchdata (faces “F”, vertices “V” and color data “C”). The patch data whichallows plotting of 3D quiver arrows with specified (e.g

  • 1.6K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 28 Apr 2015

QuiverS

Version 1.0.0.0 by Bertrand Dano

Quiver vector plot with reference vector showing scale

Quiver vector plot function with reference vector showing the scale of the vector magnitude. Scale location adjustable as well as units. Best used foe publication or technical papers when color is an

- QUIVERS Quiver plot with reference vector showing scale .
  • 3.5K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 19 Jun 2009

Color segmentation by Delta E color difference

Version 1.0.0.0 by Image Analyst

User draws region and this finds pixels in the image with a similar color, using Delta E.

Demo to perform very, very simple color detection in LAB color space. The RGB image is converted to LAB color space and then the user draws some freehand-drawn irregularly shaped region to identify a

- Demo macro to very, very simple color detection in LAB color space.
  • 13.4K (All time)
  • 3 (Last 30 days)
  • 4.6 / 5
  • Community
  • 19 Apr 2011

quiver3_c(X,Y,Z,U,V,W,C)

Version 1.0.0.0 by riccardo

This is a modified version of the function quiver3 with color plot.

This is a modified version of the function quiver3 to plot velocity vectors as arrows with components (U,V,W) at the points (X,Y,Z) with the color corresponding to C data. From the idea of Suever

  • 94 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 6 May 2018

Convert between RGB and Color Names

Version 7.0.4 by Stephen23

RGB to color name. Color name to RGB. Supports many palettes: CSS, dvips, HTML, MATLAB, RAL, SVG, X11, xcolor, xkcd,...

One function converts between RGB and color names, in both directions.The function COLORNAMES accepts either RGB values or color names as its inputs, and returns the color names and RGB values from

- The function COLORNAMES matches the input RGB values or input color names to the closest colors from the selected palette. COLORNAMES always returns the same outputs, regardless of whether matching
  • 3.3K (All time)
  • 16 (Last 30 days)
  • 5.0 / 5
  • Community
  • 31 Mar 2026

Intuitive RGB color values from XKCD

Version 1.5.0.0 by Chad Greene

RGB triplets for 949 colors, by how they're perceived on a computer monitor and their common names.

This function returns the RGB triplet for almost any color. And unlike the way colors are somewhat officially defined (http://en.wikipedia.org/wiki/Web_colors), this data set describes returns

- RGB returns the RGB triple of the 949 most common names for colors,
  • 4.9K (All time)
  • 9 (Last 30 days)
  • 4.9 / 5
  • Community
  • 12 Jun 2017

Color Frequency Image

Version 1.0.0.0 by Mark Hayworth

The frequency image is where the pixel intensity represents the frequency of the same color pixels.

This is a MATLAB implementation of the Color Frequency concept introduced by T. Kashiwagi & S. Oe.With this script, you pick a color image and then it computes the color frequency image. The

- MATLAB implementation of the color frequency image.
  • 1.9K (All time)
  • 2 (Last 30 days)
  • 4.3 / 5
  • Community
  • 9 Jul 2010

SimpleColorDetectionByHue()

Version 1.2.0.0 by Image Analyst

Detect colored regions in an image via thresholding in HSV color space.

This script is a demo that shows you how to find objects of a certain color in an image. For this example I'm using the standard onion, peppers, or kids image that ships with the Image Processing

- Demo macro to very, very simple color detection in
  • 22.7K (All time)
  • 7 (Last 30 days)
  • 4.4 / 5
  • Community
  • 19 Dec 2015

cprintf - display formatted colored text in Command Window

Version 1.21 by Yair Altman

Displays sprintf-formatted strings in the Command Window using the specified color/underline/bold style

RGB color format (range: 0.0-1.0) [26, 178, 76] - numeric RGB values (range: 0-255) '#1ab34d' - Hexadecimal format (range: '00'-'FF', case insensitive). 3-digit HTML format also

  • 29.6K (All time)
  • 120 (Last 30 days)
  • 4.9 / 5
  • Community
  • 22 Apr 2026

quiver_tri(x,y,u,v,varargin)

Version 1.0.0.0 by Alessandro Masullo

Quiver plot with filled triangles head

% setting of the quiver body width%% QUIVER_TRI(x,y,u,v,headsize,headangle,width,col) same as before, plus% setting of the color%% See also QUIVER.

- QUIVER_TRI Quiver plot with filled triangles
  • 652 (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 25 Apr 2016

quiverInLogScale

Version 1.0.0 by Yoav Romach

Plots matlab quiver with log scaling while maintaining proper arrows directions.

Normally when using quiver, the arrows' size change linearly with the data. However, sometimes the data will appear more naturally in a logarithmic scale, and plotting this is not possible using

- Plots matlab quiver with log scaling while maintaining
  • 326 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 15 Oct 2018

Fast edges of a color image (actual color, not converting to grayscale)

Version 1.1.0.0 by Joao Henriques

Edges of a color image by the max gradient method.

Extracts the edges of a color image without converting it to grayscale.Changes in color are detected even when the grayscale color of two pixels are the same. The edge strength is typically greater

  • 6K (All time)
  • 3 (Last 30 days)
  • 4.7 / 5
  • Community
  • 7 Jul 2010

quiverRotate

Version 1.1.0 by Adam Danz

Rotates the direction of quiver arrows produced by quiver().

Rotate the quiver arrows produced by quiver() about their (x,y) base by any specified angle in degrees or radians. h = quiver(X, Y, U, V); quiverRotate(h) Rotate existing arrows by

- rotates the direction of quiver arrows produced by quiver().
  • 305 (All time)
  • 4 (Last 30 days)
  • -- / 5
  • Community
  • 17 Apr 2020

quiver2.m v1.2 (Nov 2009)

Version 1.4.0.0 by Carlos Adrian Vargas Aguilera

Same as QUIVER, QUIVER3 or FEATHER but with colored, normalized, widened and ARROW's!

This program use QUIVER/QUIVER2 to generate a vector field specialized plot and then customizes the arrows according to its length.Just type>> quiver2(U,V)and that's it. You get - customized

  • 4K (All time)
  • 1 (Last 30 days)
  • 4.8 / 5
  • Community
  • 12 Nov 2009

Drawing Color Histograms and Color Clouds

Version 1.4.0.0 by Chaitanya Sai Gaddam

Matlab code to plot color histograms and color clouds

Usage: createColorHistograms(im_str)im_str can be an image file location or a three-dimensional arrayThere seem to be two confounds in plotting color histograms. One is the obvious one of showing a

  • 12K (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 1 Aug 2010

RGB triple of color name, version 2

Version 1.1.0.0 by Kristjan Jonasson

Returns a Matlab RGB color specifier corresponding to a given color name (139 colors supported).

RGB = RGB('COLORNAME') returns the red-green-blue triple corresponding to the color named COLORNAME by the CSS3 proposed standard [1], which contains 139 different colors (an rgb triple is a 1x3

  • 22.3K (All time)
  • 22 (Last 30 days)
  • 5.0 / 5
  • Community
  • 5 Jul 2009

Color tints

Version 1.2.0.0 by Martin Klein Schaarsberg

Create tints of colors and colormaps

Create specified tints of colors and colormaps or show examples of tints.To create shades, see http://www.mathworks.com/matlabcentral/fileexchange/47245-color-shades

- TINT Create tint of a color or colormap
  • 465 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Jul 2014

scale_quivers

Version 1.0.1 by Michael Xie

Scales multiple quiver plots to use the same length scale.

SCALE_QUIVERS(QH, SCALE) scales multiple quiver plots to use the same length scale (by default, the longest vector)QH is a vector of handles to the quiver plots. Note that a handle of a quiver plot

- (QH, SCALE) takes an array of quiver handles QH to scale the
  • 135 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 8 Nov 2018

rgbmap color maps

Version 1.2.0.0 by Chad Greene

Create color maps from actual names that people use for colors.

viewers more than 900 of the most commonly-used colors on the internet, and getting users to use their own words to describe that color. The result is a database of the most commonly-used names for colors

- RGBMAP creates color maps from any list of colors given as their common
  • 1.9K (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 20 Jun 2014

SimpleColorDetection()

Version 1.4.0.0 by Image Analyst

Script to do simple color detection in RGB color space. Finds red objects in the image.

This script is a demo that shows you how to find objects of a certain color in an image. For this example I'm using the standard onion, peppers, or canoe image that ships with the Image Processing

- Demo macro to very, very simple color detection in RGB color space.
  • 21.4K (All time)
  • 4 (Last 30 days)
  • 4.8 / 5
  • Community
  • 17 Feb 2018

Tracking red color objects using matlab

Version 1.1.0.0 by A. Bhargav Anand

This program just tracks all red color objects and draws a bounding box around them.

This program just tracks all red color objects and draws a bounding box around them. This works on the difference between frames concept. Every frame in the video is returned as an rgb image on which

  • 33.1K (All time)
  • 1 (Last 30 days)
  • 4.7 / 5
  • Community
  • 17 Nov 2010

Maximally Distinct Color Generator

Version 3.0.2 by Stephen23

Generate maximally-distinct colors in an RGB colormap.

: https://en.wikipedia.org/wiki/Oklab_color_spaceOptional input arguments allow the user to:Limit the lightness range.Limit the chroma range.Provide a colormap of colors to be excluded (e.g. background colors, existing plot colors).Provide a colormap of

  • 2.3K (All time)
  • 15 (Last 30 days)
  • 5.0 / 5
  • Community
  • 1 Apr 2026

Color Tools for MATLAB

Version 2.1.2.0 by Steve Eddins

Color Tools for MATLAB is an experimental collection of MATLAB functions related to color science computation and visualization.

Color Tools for MATLAB is an experimental collection of MATLAB functions related to color science computation, color scales, visualization, and ICC color profiles. It is meant to supplement the

- Color-matching functions.
- Display a set of color squares with equal aspect ratio.
- Display a set of colors on individual squares.
- RGB colors corresponding to the visible light spectrum.
  • 1.1K (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 27 Jan 2023

Color Palette Tables (.cpt) for Matlab

Version 1.7.0.1 by Kelly Kearney

Create and apply GMT-style colormaps in Matlab

## cptcmap.m DocumentationAuthor: Kelly Kearney[![View Color Palette Tables (.cpt) for Matlab on File

  • 7.7K (All time)
  • 9 (Last 30 days)
  • 5.0 / 5
  • Community
  • 9 Aug 2024

Gray image to Color image conversion

Version 1.0.0.0 by Jeny Rajan

Converts a gray image to color image

This program converts a gray image to color image. The conversion is based on color image submitted along with the input gray image. Actualy it transfers color to a grayscale image. The

  • 20.8K (All time)
  • 3 (Last 30 days)
  • 4.2 / 5
  • Community
  • 22 Apr 2016

error plot for lab color coordinates

Version 1.0.0.0 by Timo Eckhard

This function can be used to create various plots of errors related to Lab color coordinates.

This function can be used to illustrate error values related to datapoints of CIE-L*a*b* color coordinates. A larger error is plotted by a larger marker, or in quiver plots by longer vectors.This is

  • 592 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 7 Jan 2014

Computational Colour Science using MATLAB 2e

Version 1.0.0.0 by Stephen Westland

Colour toolbox that accompanies the second edition of Computational Colour Science using MATLAB

Colour toolbox that accompanies the second edition of Computational Colour Science using MATLAB (Westland, Ripamonti and Cheung, 2012).Toolbox allows spectral interpolation, calculation of colour

  • 9.1K (All time)
  • 6 (Last 30 days)
  • 4.8 / 5
  • Community
  • 5 Mar 2013

Image Manipulation Toolbox

Version 1.56 by DGM

MATLAB Image Manipulation Toolbox

functionality.Let me know if you find bugs. Highlights:GUI extensions of several core functionsPassthrough/fallback replacements for several IPT toolsMulti-model color picker GUIGUI for parametric color-based mask

- (INPICT, COLOR, MODE)
- (INPICT, {WIDTH}, {COLOR}, {KEYS})
- replaces plot command and automatically changes color
  • 9.4K (All time)
  • 91 (Last 30 days)
  • 5.0 / 5
  • Community
  • 4 Jul 2024

Color name identification: fuzzycolor

Version 1.0.0.0 by John D'Errico

Efficient identification of color names for any RGB

Yes, its easy to identify [1, 0, 0] as a red color. But sometimes we want to find ALL colors in an image that we would identify as red. Thus, [1, 0.1, 0.1] is also easily seen as red by the eye. Its

- fuzzycolor: identify a color name for any RGB color
- Does a visual experiment to establish binary luts for any color
- displaycolorpatches: displays a set of color patches in a rectangular array
  • 5.6K (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 20 Sep 2006

Generate maximally perceptually-distinct colors

Version 1.2.0.0 by Tim Holy

Choose a set of n colors that can be readily distinguished from each other

When plotting a set of lines, you may want to distinguish them by color. By default, Matlab chooses a small set of colors and cycles among them, and so if you have more than a few lines there will be

- DISTINGUISHABLE_COLORS: pick colors that are maximally perceptually distinct
  • 36.7K (All time)
  • 49 (Last 30 days)
  • 4.9 / 5
  • Community
  • 7 Feb 2011

Hatch fill patterns plus Color & Invert

Version 1.1.0.0 by Brandon Levey

Updated code hatch with color and inverted hatches

- APPLYHATCH_PLUSCOLOR Apply hatched patterns to a figure in BW or Color
  • 25.2K (All time)
  • 16 (Last 30 days)
  • 3.5 / 5
  • Community
  • 3 Jul 2011

quivermc

Version 1.4.0.0 by Chad Greene

Plot georeferenced vector fields with color options.

a way that their zonal components shrink to zero at the poles.In addition to fixing the problems described above, quivermc also allows a few extra options including color settings, arrow density, and

  • 4.1K (All time)
  • 5 (Last 30 days)
  • 4.4 / 5
  • Community
  • 22 Aug 2014

plot Lab color coordinates

Version 1.0.0.0 by Timo Eckhard

This function can be used to create various plots of Lab color coordinates.

The plot_Lab function is a simple tool to create nice-looking Matlab figures of CIE-L*a*b* color coordinates of a set of data samples.Features:-> plots can be created in true-color (each datapoint

  • 3K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 7 Jan 2014

Spectral and XYZ Color Functions

Version 1.1.0.0 by Julianna Mather

Label plots with spectra. Convert wavelengths to RGB. Functions for color matching and illuminants.

This is the beginning of a set of functions for working with color as wavelengths (spectral color) and in the xyY and XYZ color spaces.Current functionality includes:spectrumLabel - Add a color bar

- colorMatchFcn Popular color matching functions.
  • 19.1K (All time)
  • 14 (Last 30 days)
  • 4.1 / 5
  • Community
  • 8 Nov 2010

ColorBrewer: Attractive and Distinctive Colormaps

Version 3.2.2 by Stephen23

The complete palette of ColorBrewer colormaps. Simple selection by scheme name and map length.

BREWERMAP Function==================[![View ColorBrewer on File

  • 30.5K (All time)
  • 176 (Last 30 days)
  • 4.9 / 5
  • Community
  • 30 Mar 2026

MATLAB Color Theme Extensions

Version 2.0.0 by MathWorks Desktop Team

Easily customize MATLAB’s color settings by selecting and applying color schemes from MATLAB Color Theme Extensions.

# MATLAB Color Theme Extensions[![View MATLAB Color Theme Extensions on File

  • 360 (All time)
  • 59 (Last 30 days)
  • 5.0 / 5
  • Community
  • 24 Sep 2025

Parametric Active Model Toolbox

Version 1.0.0.0 by Bing Li

Collection of functions and examples of parametric active model.

- AC_QUIVER Display the 2D external force field in arrows.
  • 6.9K (All time)
  • 3 (Last 30 days)
  • 4.8 / 5
  • Community
  • 2 Feb 2009

Color Checker Chart

Version 1.0.0.0 by Image Analyst

Synthesize a perfect version of the X-Rite Color Checker chart.

The X-Rite Color Checker Chart is a very common standard used for standardizing different images and imaging systems. (This chart has been known in the past as the Gretag Macbeth Color

- Script to make (synthesize) a perfect X-Rite Color Checker Chart
  • 4.7K (All time)
  • 2 (Last 30 days)
  • 4.5 / 5
  • Community
  • 19 Sep 2012

3D color spaces

Version 1.2.0.0 by Massimo Ciacci

Several color conversion and graphic tools to play around with

Several color conversion and graphic tools to play around with There are mainly three functionalities1) conversion between color spaces (RGB, HSV, HSL, XYZ, xyY, Lab), here nothing new2) Constructing

  • 706 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 Dec 2016

Generate vertices, faces and color for u3d format

Version 1.0.0.0 by Sven Koerner

Generate vertices, faces and color for u3d format and display it in pdf or doc, xls and ppt

  • 2.7K (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 14 Apr 2010

Cyclic color map

Version 1.1.1 by Chad Greene

A constant-lightness cyclic colormap for phase.

lightness is good for displaying phase because it does not put strong emphasis on any part of the color map. A well-written and aesthetically-pleasing overview of Kristen's cmocean colormaps can be found

  • 2.2K (All time)
  • 12 (Last 30 days)
  • 4.9 / 5
  • Community
  • 20 May 2019

Color blind friendly colormap

Version 1.1.0.0 by Diana

A colormap that attempts to be color blind friendly

This is a .mat file that contains 12 colors specified by Matlab color triplets. The file contains a matrix of colors(each row is 1 color) as well as a matrix of the names for each color. The names

  • 2.5K (All time)
  • 8 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 May 2014

Color Marker based Object Tracking

Version 1.0 by Tohru Kikawada

Color marker based object tracking for video analysis using Kalman filter

This demo shows a color marker based object tracking for video analysis. You can use a custom color mask function created by using colorThreshoulder app.The tracking performs robustly because missing

- createMask Threshold RGB image using auto-generated code from colorThresholder app.
  • 482 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 25 Jan 2018

Plot 3D Color Line

Version 1.0.0.0 by Daniel Ennis

Plots a 3D line with color encoding along the length using the patch function.

This function plots a 3D line (x,y,z) encoded with scalar color data (c). This function is an improvement over the CLINE function previously made available on TMW File Exchange. Rather than using

  • 6.9K (All time)
  • 3 (Last 30 days)
  • 3.9 / 5
  • Community
  • 31 Mar 2016

Superpixel-based Fast FCM for Color Image Segmentation

Version 1.0.2 by Tao Lei

Color image segmentation

We propose a superpixel-based fast FCM (SFFCM) for color image segmentation. The proposed algorithm is able to achieve color image segmentation with a very low computational cost, yet achieve a high

  • 1.9K (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 27 Apr 2020

Plot trees

Version 1.0.0.0 by Angelo Sifaleras

A learning tool for the visualization of general, directed or undirected, rooted trees.

- QUIVER Quiver plot.
  • 1.3K (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 15 Apr 2005

Color Detection Using HSV Color Space (Training and Testing)

Version 1.0.0.0 by Theodoros Giannakopoulos

The provided Matlab functions demonstrate a simple method for training and testing a color detection

The provided Matlab functions demonstrate a simple method for training and testing a color detection system. In general, a color detection algorithm searches an image for pixels that have a specific

- % function colorDetectHSV(fileName, hsvVal, tol)
  • 14.7K (All time)
  • 2 (Last 30 days)
  • 4.6 / 5
  • Community
  • 24 Jan 2008

KML toolbox

Version 2.7.0.0 by Rafael Oliveira

Create KML/KMZ files and view them in Google Earth. Supports 3D models, contours, overlays, and more

  • 16.9K (All time)
  • 12 (Last 30 days)
  • 4.6 / 5
  • Community
  • 3 Mar 2016

Color Detection

Version 1.0.0.0 by Suraj Kamya

RGB Color Detection in Images Real Time Video

RGB color detection in images and Real time video is presented in this project.# Color Detection in Image 1. Click on Use Image 2. Select image source *Demo Image (Already in files) *Browse

- COLOR_DETECT MATLAB code for Color_Detect.fig
  • 5.5K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 24 Jul 2012

Yet Another Color Gamut Visualizer

Version 1.0.0 by Jueqin Qiu

This tool helps to visualizes color volume by constructing a 3D gamut(s) given point cloud of color values.

This tool helps to visualizes color volume by constructing a 3D gamut(s) given point cloud of color values.Please visit GitHub page (https://github.com/QiuJueqin/Yet-Another-Color

- transforms H*W*3 or N*3 color values between any two of
- visualizes color gamut(s) for the input color values.
  • 154 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 31 May 2019

colormapline - color-changing 2D or 3D line

Version 2.1.0.0 by Matthias Hunstig

Plot a 2D or 3D line using a specified colormap.

color% does NOT depend on any coordinate.% Technically, length(colormap) lines are plotted, each with a different% color from the colormap in ascending order.% H is a handle to the complete

  • 1.9K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 14 Dec 2016

MATLAB Schemer

Version 1.4.0.0 by Scott Lowe

Apply and save color schemes in MATLAB with ease.

MATLAB Schemer makes it easy to change the color scheme (a.k.a. theme) of the MATLAB display and GUI.You can use Schemer to import a predefined color scheme, transfer your color settings between

  • 134.8K (All time)
  • 155 (Last 30 days)
  • 5.0 / 5
  • Community
  • 9 Jun 2023

Load more