mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
scripts/examples: Add license header to all examples.
This commit is contained in:
parent
181ceb7a4c
commit
7c4359886e
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Blinky example
|
||||
|
||||
import time
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Hello World Example
|
||||
#
|
||||
# Welcome to the OpenMV IDE! Click on the green run arrow button below to run the script!
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Emboss Snapshot Example
|
||||
#
|
||||
# Note: You will need an SD card to run this example.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Snapshot Example
|
||||
#
|
||||
# Note: You will need an SD card to run this example.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Snapshot on Face Detection Example
|
||||
#
|
||||
# Note: You will need an SD card to run this example.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Snapshot on Movement Example
|
||||
#
|
||||
# Note: You will need an SD card to run this example.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Time Lapse Photos (Credit nedhorning)
|
||||
#
|
||||
# This example shows off how to take time lapse photos using your OpenMV
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# GIF Video Recording Example
|
||||
#
|
||||
# Note: You will need an SD card to run this example.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# GIF Video Recording on Face Detection Example
|
||||
#
|
||||
# Note: You will need an SD card to run this example.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# GIF Video Recording on Movement Example
|
||||
#
|
||||
# Note: You will need an SD card to run this example.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Image Memory Stream I/O Example
|
||||
#
|
||||
# This example shows how to use the ImageIO stream to record frames in memory and play them back.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Image Reader Example
|
||||
#
|
||||
# NOTE: This example requires an SD card.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Image Writer Example
|
||||
#
|
||||
# NOTE: This example requires an SD card.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# MJPEG Video Recording Example
|
||||
#
|
||||
# Note: You will need an SD card to run this demo.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# MJPEG Video Recording on Face Detection Example
|
||||
#
|
||||
# Note: You will need an SD card to run this example.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# MJPEG Video Recording on Movement Example
|
||||
#
|
||||
# Note: You will need an SD card to run this example.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Absolute Optical Flow Rotation/Scale
|
||||
#
|
||||
# This example shows off using your OpenMV Cam to measure
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Absolute Optical Flow Translation
|
||||
#
|
||||
# This example shows off using your OpenMV Cam to measure translation
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Differential Optical Flow Rotation/Scale
|
||||
#
|
||||
# This example shows off using your OpenMV Cam to measure
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Differential Optical Flow Translation
|
||||
#
|
||||
# This example shows off using your OpenMV Cam to measure translation
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Image Patches Absolute Optical Flow Rotation/Scale
|
||||
#
|
||||
# This example shows off using your OpenMV Cam to measure
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Image Patches Absolute Optical Flow Translation
|
||||
#
|
||||
# This example shows off using your OpenMV Cam to measure translation
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Image Patches Differential Optical Flow Rotation/Scale
|
||||
#
|
||||
# This example shows off using your OpenMV Cam to measure
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Image Patches Differential Optical Flow Translation
|
||||
#
|
||||
# This example shows off using your OpenMV Cam to measure translation
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# This example shows off using the frogeye2020 event camera.
|
||||
#
|
||||
# The frogeye2020 is a 320x240 event camera. There are two bits per pixel which show no motion,
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# This example shows off using the frogeye2020 event camera with tracking.
|
||||
#
|
||||
# The frogeye2020 is a 320x240 event camera. There are two bits per pixel which show no motion,
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# High FPS Example
|
||||
#
|
||||
# This example shows off how to make the frame rate of the global shutter camera extremely
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Global Shutter Triggered Mode Example
|
||||
#
|
||||
# This example shows off setting the global shutter camera into triggered mode. In triggered mode
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Lepton Get Object High Temp Example
|
||||
#
|
||||
# This example shows off how to get an object's temperature using color tracking.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Lepton Get Object Temp Example
|
||||
#
|
||||
# This example shows off how to get an object's temperature using color tracking.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Lepton Get Object Temp Example
|
||||
#
|
||||
# This example shows off how to get an object's temperature using color tracking.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Lepton Get Object Temp Example
|
||||
#
|
||||
# This example shows off how to get an object's temperature using color tracking.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Lepton Get Object Temp Example
|
||||
#
|
||||
# This example shows off how to get an object's temperature using color tracking.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Single Color Grayscale Blob Tracking Example
|
||||
#
|
||||
# This example shows off single color grayscale tracking using the OpenMV Cam using the FLIR LEPTON.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Single Color Grayscale Blob Tracking Example
|
||||
#
|
||||
# This example shows off single color grayscale tracking using the OpenMV Cam using the FLIR LEPTON.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Single Color RGB565 Blob Tracking Example
|
||||
#
|
||||
# This example shows off single color RGB565 tracking using the OpenMV Cam using the FLIR LEPTON.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Single Color RGB565 Blob Tracking Example
|
||||
#
|
||||
# This example shows off single color RGB565 tracking using the OpenMV Cam using the FLIR LEPTON.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Single Color Grayscale Blob Tracking Example
|
||||
#
|
||||
# This example shows off single color grayscale tracking using the OpenMV Cam using the FLIR LEPTON.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Single Color RGB565 Blob Tracking Example
|
||||
#
|
||||
# This example shows off single color RGB565 tracking using the OpenMV Cam using the FLIR LEPTON.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Time of Flight overlay Demo
|
||||
#
|
||||
# This example shows off how to overlay a depth map onto
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Time of Flight overlay Demo
|
||||
#
|
||||
# This example shows off how to overlay a depth map onto
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Sensor Auto Gain Control
|
||||
#
|
||||
# This example shows off how to control the sensor's gain
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Sensor Exposure Control
|
||||
#
|
||||
# This example shows off how to cotnrol the camera sensor's
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Sensor Horizontal Mirror Example
|
||||
#
|
||||
# This example shows off horizontally mirroring the image in hardware
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Sensor Manual Gain Control
|
||||
#
|
||||
# This example shows off how to control the camera sensor's
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Sensor Manual Whitebal Control
|
||||
#
|
||||
# This example shows off how to control the camera sensor's
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Sensor Save and Restore Settings
|
||||
#
|
||||
# This example shows off how to save and then restore camera settings
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Sensor Vertical Flip Example
|
||||
#
|
||||
# This example shows off vertically flipping the image in hardware
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# This example shows off how to use readout window control to readout a small part of a camera
|
||||
# sensor pixel array at a very high speed and move that readout window around.
|
||||
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# This example shows off how to use readout window control to readout a small part of a camera
|
||||
# sensor pixel array at a very high speed and move that readout window around.
|
||||
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Arrow Drawing
|
||||
#
|
||||
# This example shows off drawing arrows on the OpenMV Cam.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Circle Drawing
|
||||
#
|
||||
# This example shows off drawing circles on the OpenMV Cam.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Copy image to framebuffer.
|
||||
#
|
||||
# This example shows how to load and display an image.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Cross Drawing
|
||||
#
|
||||
# This example shows off drawing crosses on the OpenMV Cam.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Ellipse Drawing
|
||||
#
|
||||
# This example shows off drawing ellipses on the OpenMV Cam.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Flood Fill
|
||||
#
|
||||
# This example shows off flood filling areas in the image.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Draw Image Example
|
||||
#
|
||||
# This example shows off how to draw images in the frame buffer.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Draw Image Testing script with bounce
|
||||
#
|
||||
# Exercise draw image with many different values for testing
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Image Drawing Alpha Blending Test
|
||||
#
|
||||
# This script tests the performance and quality of the draw_image()
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Image Drawing Color Table with Alpha Blending Test
|
||||
#
|
||||
# This script tests the performance and quality of the draw_image()
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Image Drawing Alpha Table Test
|
||||
#
|
||||
# This script tests the performance and quality of the draw_image()
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Image Drawing Color Table with Alpha Table Test
|
||||
#
|
||||
# This script tests the performance and quality of the draw_image()
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Image Scaling Down Drawing Test
|
||||
#
|
||||
# This script tests the performance and quality of the draw_image()
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Image Scaling Up Drawing Test
|
||||
#
|
||||
# This script tests the performance and quality of the draw_image()
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Draw Image Example with custom color palette
|
||||
#
|
||||
# This example shows off how to draw images in the frame buffer with a custom generated color palette.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Keypoints Drawing
|
||||
#
|
||||
# This example shows off drawing keypoints on the OpenMV Cam. Usually you call draw_keypoints()
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Line Drawing
|
||||
#
|
||||
# This example shows off drawing lines on the OpenMV Cam.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Rectangle Drawing
|
||||
#
|
||||
# This example shows off drawing rectangles on the OpenMV Cam.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Text Drawing
|
||||
#
|
||||
# This example shows off drawing text on the OpenMV Cam.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Adaptive Histogram Equalization
|
||||
#
|
||||
# This example shows off how to use adaptive histogram equalization to improve
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Blur Filter Example
|
||||
#
|
||||
# This example shows off using the gaussian filter to blur images.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Cartoon Filter
|
||||
#
|
||||
# This example shows off a simple cartoon filter on images. The cartoon
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Color Bilteral Filter Example
|
||||
#
|
||||
# This example shows off using the bilateral filter on color images.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Color Binary Filter Example
|
||||
#
|
||||
# This script shows off the binary image filter. You may pass binary any
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Color Light Removal
|
||||
#
|
||||
# This example shows off how to remove bright lights from the image.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Edge Filter Example
|
||||
#
|
||||
# This example shows off using the laplacian filter to detect edges.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Erode and Dilate Example
|
||||
#
|
||||
# This example shows off the erode and dilate functions which you can run on
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Gamma Correction
|
||||
#
|
||||
# This example shows off gamma correction to make the image brighter. The gamma
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Grayscale Bilteral Filter Example
|
||||
#
|
||||
# This example shows off using the bilateral filter on grayscale images.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Grayscale Binary Filter Example
|
||||
#
|
||||
# This script shows off the binary image filter. You may pass binary any
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Grayscale Light Removal
|
||||
#
|
||||
# This example shows off how to remove bright lights from the image.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Histogram Equalization
|
||||
#
|
||||
# This example shows off how to use histogram equalization to improve
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Kernel Filtering Example
|
||||
#
|
||||
# This example shows off how to use a generic kernel filter.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Lens Correction
|
||||
#
|
||||
# This example shows off how to use the lens correction method to fix lens
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Linear Polar Mapping Example
|
||||
#
|
||||
# This example shows off re-projecting the image using a linear polar
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Log Polar Mapping Example
|
||||
#
|
||||
# This example shows off re-projecting the image using a log polar
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Mean Adaptive Threshold Filter Example
|
||||
#
|
||||
# This example shows off mean filtering with adaptive thresholding.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Mean Filter Example
|
||||
#
|
||||
# This example shows off mean filtering. Mean filtering is your standard average
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Median Adaptive Threshold Filter Example
|
||||
#
|
||||
# This example shows off median filtering with adaptive thresholding.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Median Filter Example
|
||||
#
|
||||
# This example shows off median filtering. Median filtering replaces every pixel
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Midpoint Adaptive Threshold Filter Example
|
||||
#
|
||||
# This example shows off midpoint filtering with adaptive thresholding.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Midpoint Filter Example
|
||||
#
|
||||
# This example shows off midpoint filtering. Midpoint filtering replaces each
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Mode Adaptive Threshold Filter Example
|
||||
#
|
||||
# This example shows off mode filtering with adaptive thresholding.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Mode Filter Example
|
||||
#
|
||||
# This example shows off mode filtering. Mode filtering is a highly non-linear
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Negative Example
|
||||
#
|
||||
# This example shows off negating the image. This is not a particularly
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Rotation Correction
|
||||
#
|
||||
# This example shows off how to use the rotation_corr() to both correct for
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Perspective Correction
|
||||
#
|
||||
# This example shows off how to use the rotation_corr() to fix perspective
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Rotation Correction
|
||||
#
|
||||
# This example shows off how to use the rotation_corr() to play with the scene
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Sharpen Filter Example
|
||||
#
|
||||
# This example shows off using the laplacian filter to sharpen images.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# This work is licensed under the MIT license.
|
||||
# Copyright (c) 2013-2023 OpenMV LLC. All rights reserved.
|
||||
# https://github.com/openmv/openmv/blob/master/LICENSE
|
||||
#
|
||||
# Ulab is a numpy-like module for micropython, meant to simplify and speed up common
|
||||
# mathematical operations on arrays. This basic example shows mean/std on an image.
|
||||
#
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user