Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions content/experimental/zedprofiler.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
---
title: "zedprofiler"
title: "ZEDprofiler"
description: "3D feature extraction — extracts morphological features from volumetric microscopy images for CPU-efficient high-content profiling."
problem: "Classical profiling tools only extract 2D features, leaving organoid and z-stack experiments without a CPU-efficient extractor."
showDate: false
showAuthor: false
logoUrl: "https://raw.githubusercontent.com/WayScience/ZedProfiler/main/logo/logo.png"
---

`zedprofiler` extracts morphological features directly from 3D volumetric images, including anisotropic voxel spacing correction — no GPU required.
<img class="logo-light" src="https://raw.githubusercontent.com/WayScience/ZedProfiler/main/logo/with-text-for-light-bg.png" alt="ZEDprofiler logo" width="400">
<img class="logo-dark" src="https://raw.githubusercontent.com/WayScience/ZedProfiler/main/logo/with-text-for-dark-bg.png" alt="ZEDprofiler logo" width="400">

`ZEDprofiler` extracts morphological features directly from 3D volumetric images, including anisotropic voxel spacing correction — no GPU required.

**Problem:** Classical profiling tools extract only 2D features, leaving organoid, cleared-tissue, and z-stack experiments without a CPU-efficient extractor.

Expand Down
2 changes: 1 addition & 1 deletion layouts/experimental/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2 class="hero-fade-5" style="font-size: 1.15rem; font-weight: 700; margin-top:
</div>
<span style="color: #d1d5db; padding-top: 0.4rem;">→</span>
<div style="display: flex; flex-direction: column; align-items: center; gap: 0.3rem;">
<a href="/experimental/zedprofiler/" class="pipeline-step v2-pipeline-step-yellow" style="background: #fef9c3; border: 1px solid #fef08a; border-radius: 8px; padding: 0.4rem 0.75rem; font-size: 0.75rem; font-weight: 600; color: #854d0e; text-decoration: none; white-space: nowrap;">zedprofiler <span style="font-size: 0.65rem; opacity: 0.75;">3D</span></a>
<a href="/experimental/zedprofiler/" class="pipeline-step v2-pipeline-step-yellow" style="background: #fef9c3; border: 1px solid #fef08a; border-radius: 8px; padding: 0.4rem 0.75rem; font-size: 0.75rem; font-weight: 600; color: #854d0e; text-decoration: none; white-space: nowrap;"><img class="pill-icon" src="https://raw.githubusercontent.com/WayScience/ZedProfiler/main/logo/logo.png" alt="">ZEDprofiler</a>
<span style="font-size: 0.6rem; color: #9ca3af; text-transform: uppercase; letter-spacing: 0.05em;">3D extract</span>
</div>
<span style="color: #d1d5db; padding-top: 0.4rem;">→</span>
Expand Down
Loading