Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/vectorizer/src/feature/extraction/image/colors/common.ts>ColorRange

Feature Extraction and Feature Selection in TypeScript
Go to Latest
interface ColorRange
import { type ColorRange } from "https://deno.land/x/vectorizer@v0.3.7/src/feature/extraction/image/colors/common.ts";

The vbox

Properties

r: { min: number; max: number; }
g: { min: number; max: number; }
b: { min: number; max: number; }