Skip to content
#

morphology

Here are 413 public repositories matching this topic...

The Video Subtitles Detector is designed to detect and highlight subtitles within a video. It identifies the area containing the subtitles by drawing bounding boxes around them and further detects the location of each word within the subtitles. The program processes the video using basic filters and morphological operations.

  • Updated May 26, 2024
  • Jupyter Notebook

This repository provides a set of tools for detecting and highlighting subtitles in video frames. The project leverages OpenCV for image processing to detect text areas in video frames and save the results. The code performs various preprocessing steps on each frame and segments subtitles using morphological operations.

  • Updated Sep 9, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the morphology topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the morphology topic, visit your repo's landing page and select "manage topics."

Learn more