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

x/vectorizer/src/feature/types.ts>Pixel

Feature Extraction and Feature Selection in TypeScript
Go to Latest
type alias Pixel
import { type Pixel } from "https://deno.land/x/vectorizer@v0.3.7/src/feature/types.ts";
definition:
[
number,
number,
number,
number,
]