Skip to content
#

feature-detection

Here are 160 public repositories matching this topic...

I built and planned this little JavaScript demo application for Browser Support. First of all, I analyzed the market to find which resources I can use to find out which feature is supported by which browser and which market share that feature has. Then, I used different techniques: feature detection with fallback code, manual polyfills and Babel.

  • Updated Mar 29, 2024
  • JavaScript

This Python code utilizes OpenCV to detect and draw circles in an image. It applies grayscale conversion and median blur to reduce noise, then employs the Hough Circle Transform for circle detection. Detected circles are highlighted in red on the image.

  • Updated Oct 11, 2023
  • Python

Coding used to process drone-captured Near-Infrared Images into Normalised Differential Vegetation Index (NDVI) greyscale images which are then further processed using both a segmentation of ndvi around the tomb region followed by a contour overlay in the perimeter of the tombs. Version 2 uses a standard contour, Version 4 is an attempt, with li…

  • Updated Feb 17, 2022
  • Python

Improve this page

Add a description, image, and links to the feature-detection 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 feature-detection topic, visit your repo's landing page and select "manage topics."

Learn more