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>PatchCollection

Feature Extraction and Feature Selection in TypeScript
Go to Latest
interface PatchCollection
implements Patch2d
import { type PatchCollection } from "https://deno.land/x/vectorizer@v0.3.7/src/feature/types.ts";

Properties

channels: number

Number of channels in the image For a regular RGBA image, the value will be 4.

size: number

Number of patches in the collection

data: Uint8ClampedArray