---
title: "Pre-registered pipelines"
slug: "pre-registered-pipelines"
updated: 2023-03-01T09:35:07Z
published: 2023-03-01T09:35:07Z
canonical: "docs.akridata.ai/pre-registered-pipelines"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.akridata.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Pre-registered pipelines

This table lists pre-registered pipelines available for attaching to datasets.

| **Name** | **Data Type** | **Details** |
| --- | --- | --- |
| AkridataImagePipeline | Image | **(Recommended)**This pipeline with full image features is suitable for most general-purpose use cases where a single object dominates the image, and patch search is not required. |
| AkridataImagePatchPipelineV2 | Image | **(Recommended)**This pipeline produces features on a 7x7 patch grid and supports patch search. |
| AkridataImagePatchPipelineSplitF | Image | This pipeline produces features on a 5x5 patch grid and supports patch search. The featurizer in this pipeline splits the image into a 5x5 grid and produces features on each grid cell independently hence producing localized features not perturbed by the surroundings. |
| AkridataVideoPipeline | Video | **(Recommended)** This pipeline with full image features is suitable for most general-purpose use cases where a single object dominates the image, and patch search is not required. |
| AkridataVideoPatchPipelineV2 | Video | **(Recommended)** This pipeline produces features on a 7x7 patch grid and supports patch search. |
| AkridataVideoPatchPipelineSplitF | Video | This pipeline produces features on a 5x5 patch grid and supports patch search. The featurizer in this pipeline splits the image into a 5x5 grid and produces features on each grid cell independently hence producing localized features not perturbed by the surroundings. |
| External Features Pipeline | Image | This is an Image pipeline that takes features supplied through an external CSV file. |
| AkridataVideoProcessorExternalFeatures | Video | This is a Video pipeline that takes features supplied through an external CSV file. |
