🛠️ Steven Gong

Search

SearchSearch

Dec 21, 2022, 1 min read

Selective Search

The Selective Search algorithm:

  1. Generate initial sub-segmentation, we generate many candidate regions
  2. Use greedy algorithm to recursively combine similar regions into larger ones
  3. Use the generated regions to produce the final candidate region proposals

https://learnopencv.com/selective-search-for-object-detection-cpp-python/

Graph View

Backlinks

  • Region Proposal
  • Semantic Segmentation

Created with Quartz, © 2025

  • Blog
  • LinkedIn
  • Twitter
  • GitHub