scripts/examples: Add license header to all examples.

This commit is contained in:
iabdalkader 2023-10-24 13:30:06 +02:00
parent 181ceb7a4c
commit 7c4359886e
370 changed files with 1480 additions and 0 deletions

View File

@ -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 # Blinky example
import time import time

View File

@ -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 # Hello World Example
# #
# Welcome to the OpenMV IDE! Click on the green run arrow button below to run the script! # Welcome to the OpenMV IDE! Click on the green run arrow button below to run the script!

View File

@ -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 # Emboss Snapshot Example
# #
# Note: You will need an SD card to run this example. # Note: You will need an SD card to run this example.

View File

@ -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 # Snapshot Example
# #
# Note: You will need an SD card to run this example. # Note: You will need an SD card to run this example.

View File

@ -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 # Snapshot on Face Detection Example
# #
# Note: You will need an SD card to run this example. # Note: You will need an SD card to run this example.

View File

@ -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 # Snapshot on Movement Example
# #
# Note: You will need an SD card to run this example. # Note: You will need an SD card to run this example.

View File

@ -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) # Time Lapse Photos (Credit nedhorning)
# #
# This example shows off how to take time lapse photos using your OpenMV # This example shows off how to take time lapse photos using your OpenMV

View File

@ -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 # GIF Video Recording Example
# #
# Note: You will need an SD card to run this example. # Note: You will need an SD card to run this example.

View File

@ -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 # GIF Video Recording on Face Detection Example
# #
# Note: You will need an SD card to run this example. # Note: You will need an SD card to run this example.

View File

@ -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 # GIF Video Recording on Movement Example
# #
# Note: You will need an SD card to run this example. # Note: You will need an SD card to run this example.

View File

@ -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 # Image Memory Stream I/O Example
# #
# This example shows how to use the ImageIO stream to record frames in memory and play them back. # This example shows how to use the ImageIO stream to record frames in memory and play them back.

View File

@ -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 # Image Reader Example
# #
# NOTE: This example requires an SD card. # NOTE: This example requires an SD card.

View File

@ -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 # Image Writer Example
# #
# NOTE: This example requires an SD card. # NOTE: This example requires an SD card.

View File

@ -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 # MJPEG Video Recording Example
# #
# Note: You will need an SD card to run this demo. # Note: You will need an SD card to run this demo.

View File

@ -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 # MJPEG Video Recording on Face Detection Example
# #
# Note: You will need an SD card to run this example. # Note: You will need an SD card to run this example.

View File

@ -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 # MJPEG Video Recording on Movement Example
# #
# Note: You will need an SD card to run this example. # Note: You will need an SD card to run this example.

View File

@ -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 # Absolute Optical Flow Rotation/Scale
# #
# This example shows off using your OpenMV Cam to measure # This example shows off using your OpenMV Cam to measure

View File

@ -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 # Absolute Optical Flow Translation
# #
# This example shows off using your OpenMV Cam to measure translation # This example shows off using your OpenMV Cam to measure translation

View File

@ -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 # Differential Optical Flow Rotation/Scale
# #
# This example shows off using your OpenMV Cam to measure # This example shows off using your OpenMV Cam to measure

View File

@ -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 # Differential Optical Flow Translation
# #
# This example shows off using your OpenMV Cam to measure translation # This example shows off using your OpenMV Cam to measure translation

View File

@ -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 # Image Patches Absolute Optical Flow Rotation/Scale
# #
# This example shows off using your OpenMV Cam to measure # This example shows off using your OpenMV Cam to measure

View File

@ -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 # Image Patches Absolute Optical Flow Translation
# #
# This example shows off using your OpenMV Cam to measure translation # This example shows off using your OpenMV Cam to measure translation

View File

@ -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 # Image Patches Differential Optical Flow Rotation/Scale
# #
# This example shows off using your OpenMV Cam to measure # This example shows off using your OpenMV Cam to measure

View File

@ -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 # Image Patches Differential Optical Flow Translation
# #
# This example shows off using your OpenMV Cam to measure translation # This example shows off using your OpenMV Cam to measure translation

View File

@ -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. # 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, # The frogeye2020 is a 320x240 event camera. There are two bits per pixel which show no motion,

View File

@ -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. # 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, # The frogeye2020 is a 320x240 event camera. There are two bits per pixel which show no motion,

View File

@ -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 # High FPS Example
# #
# This example shows off how to make the frame rate of the global shutter camera extremely # This example shows off how to make the frame rate of the global shutter camera extremely

View File

@ -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 # Global Shutter Triggered Mode Example
# #
# This example shows off setting the global shutter camera into triggered mode. In triggered mode # This example shows off setting the global shutter camera into triggered mode. In triggered mode

View File

@ -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 # Lepton Get Object High Temp Example
# #
# This example shows off how to get an object's temperature using color tracking. # This example shows off how to get an object's temperature using color tracking.

View File

@ -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 # Lepton Get Object Temp Example
# #
# This example shows off how to get an object's temperature using color tracking. # This example shows off how to get an object's temperature using color tracking.

View File

@ -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 # Lepton Get Object Temp Example
# #
# This example shows off how to get an object's temperature using color tracking. # This example shows off how to get an object's temperature using color tracking.

View File

@ -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 # Lepton Get Object Temp Example
# #
# This example shows off how to get an object's temperature using color tracking. # This example shows off how to get an object's temperature using color tracking.

View File

@ -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 # Lepton Get Object Temp Example
# #
# This example shows off how to get an object's temperature using color tracking. # This example shows off how to get an object's temperature using color tracking.

View File

@ -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 # Single Color Grayscale Blob Tracking Example
# #
# This example shows off single color grayscale tracking using the OpenMV Cam using the FLIR LEPTON. # This example shows off single color grayscale tracking using the OpenMV Cam using the FLIR LEPTON.

View File

@ -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 # Single Color Grayscale Blob Tracking Example
# #
# This example shows off single color grayscale tracking using the OpenMV Cam using the FLIR LEPTON. # This example shows off single color grayscale tracking using the OpenMV Cam using the FLIR LEPTON.

View File

@ -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 # Single Color RGB565 Blob Tracking Example
# #
# This example shows off single color RGB565 tracking using the OpenMV Cam using the FLIR LEPTON. # This example shows off single color RGB565 tracking using the OpenMV Cam using the FLIR LEPTON.

View File

@ -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 # Single Color RGB565 Blob Tracking Example
# #
# This example shows off single color RGB565 tracking using the OpenMV Cam using the FLIR LEPTON. # This example shows off single color RGB565 tracking using the OpenMV Cam using the FLIR LEPTON.

View File

@ -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 # Single Color Grayscale Blob Tracking Example
# #
# This example shows off single color grayscale tracking using the OpenMV Cam using the FLIR LEPTON. # This example shows off single color grayscale tracking using the OpenMV Cam using the FLIR LEPTON.

View File

@ -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 # Single Color RGB565 Blob Tracking Example
# #
# This example shows off single color RGB565 tracking using the OpenMV Cam using the FLIR LEPTON. # This example shows off single color RGB565 tracking using the OpenMV Cam using the FLIR LEPTON.

View File

@ -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 # Time of Flight overlay Demo
# #
# This example shows off how to overlay a depth map onto # This example shows off how to overlay a depth map onto

View File

@ -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 # Time of Flight overlay Demo
# #
# This example shows off how to overlay a depth map onto # This example shows off how to overlay a depth map onto

View File

@ -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 # Sensor Auto Gain Control
# #
# This example shows off how to control the sensor's gain # This example shows off how to control the sensor's gain

View File

@ -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 # Sensor Exposure Control
# #
# This example shows off how to cotnrol the camera sensor's # This example shows off how to cotnrol the camera sensor's

View File

@ -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 # Sensor Horizontal Mirror Example
# #
# This example shows off horizontally mirroring the image in hardware # This example shows off horizontally mirroring the image in hardware

View File

@ -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 # Sensor Manual Gain Control
# #
# This example shows off how to control the camera sensor's # This example shows off how to control the camera sensor's

View File

@ -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 # Sensor Manual Whitebal Control
# #
# This example shows off how to control the camera sensor's # This example shows off how to control the camera sensor's

View File

@ -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 # Sensor Save and Restore Settings
# #
# This example shows off how to save and then restore camera settings # This example shows off how to save and then restore camera settings

View File

@ -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 # Sensor Vertical Flip Example
# #
# This example shows off vertically flipping the image in hardware # This example shows off vertically flipping the image in hardware

View File

@ -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 # 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. # sensor pixel array at a very high speed and move that readout window around.

View File

@ -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 # 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. # sensor pixel array at a very high speed and move that readout window around.

View File

@ -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 # Arrow Drawing
# #
# This example shows off drawing arrows on the OpenMV Cam. # This example shows off drawing arrows on the OpenMV Cam.

View File

@ -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 # Circle Drawing
# #
# This example shows off drawing circles on the OpenMV Cam. # This example shows off drawing circles on the OpenMV Cam.

View File

@ -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. # Copy image to framebuffer.
# #
# This example shows how to load and display an image. # This example shows how to load and display an image.

View File

@ -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 # Cross Drawing
# #
# This example shows off drawing crosses on the OpenMV Cam. # This example shows off drawing crosses on the OpenMV Cam.

View File

@ -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 # Ellipse Drawing
# #
# This example shows off drawing ellipses on the OpenMV Cam. # This example shows off drawing ellipses on the OpenMV Cam.

View File

@ -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 # Flood Fill
# #
# This example shows off flood filling areas in the image. # This example shows off flood filling areas in the image.

View File

@ -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 # Draw Image Example
# #
# This example shows off how to draw images in the frame buffer. # This example shows off how to draw images in the frame buffer.

View File

@ -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 # Draw Image Testing script with bounce
# #
# Exercise draw image with many different values for testing # Exercise draw image with many different values for testing

View File

@ -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 # Image Drawing Alpha Blending Test
# #
# This script tests the performance and quality of the draw_image() # This script tests the performance and quality of the draw_image()

View File

@ -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 # Image Drawing Color Table with Alpha Blending Test
# #
# This script tests the performance and quality of the draw_image() # This script tests the performance and quality of the draw_image()

View File

@ -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 # Image Drawing Alpha Table Test
# #
# This script tests the performance and quality of the draw_image() # This script tests the performance and quality of the draw_image()

View File

@ -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 # Image Drawing Color Table with Alpha Table Test
# #
# This script tests the performance and quality of the draw_image() # This script tests the performance and quality of the draw_image()

View File

@ -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 # Image Scaling Down Drawing Test
# #
# This script tests the performance and quality of the draw_image() # This script tests the performance and quality of the draw_image()

View File

@ -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 # Image Scaling Up Drawing Test
# #
# This script tests the performance and quality of the draw_image() # This script tests the performance and quality of the draw_image()

View File

@ -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 # 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. # This example shows off how to draw images in the frame buffer with a custom generated color palette.

View File

@ -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 # Keypoints Drawing
# #
# This example shows off drawing keypoints on the OpenMV Cam. Usually you call draw_keypoints() # This example shows off drawing keypoints on the OpenMV Cam. Usually you call draw_keypoints()

View File

@ -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 # Line Drawing
# #
# This example shows off drawing lines on the OpenMV Cam. # This example shows off drawing lines on the OpenMV Cam.

View File

@ -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 # Rectangle Drawing
# #
# This example shows off drawing rectangles on the OpenMV Cam. # This example shows off drawing rectangles on the OpenMV Cam.

View File

@ -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 # Text Drawing
# #
# This example shows off drawing text on the OpenMV Cam. # This example shows off drawing text on the OpenMV Cam.

View File

@ -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 # Adaptive Histogram Equalization
# #
# This example shows off how to use adaptive histogram equalization to improve # This example shows off how to use adaptive histogram equalization to improve

View File

@ -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 # Blur Filter Example
# #
# This example shows off using the gaussian filter to blur images. # This example shows off using the gaussian filter to blur images.

View File

@ -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 # Cartoon Filter
# #
# This example shows off a simple cartoon filter on images. The cartoon # This example shows off a simple cartoon filter on images. The cartoon

View File

@ -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 # Color Bilteral Filter Example
# #
# This example shows off using the bilateral filter on color images. # This example shows off using the bilateral filter on color images.

View File

@ -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 # Color Binary Filter Example
# #
# This script shows off the binary image filter. You may pass binary any # This script shows off the binary image filter. You may pass binary any

View File

@ -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 # Color Light Removal
# #
# This example shows off how to remove bright lights from the image. # This example shows off how to remove bright lights from the image.

View File

@ -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 # Edge Filter Example
# #
# This example shows off using the laplacian filter to detect edges. # This example shows off using the laplacian filter to detect edges.

View File

@ -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 # Erode and Dilate Example
# #
# This example shows off the erode and dilate functions which you can run on # This example shows off the erode and dilate functions which you can run on

View File

@ -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 # Gamma Correction
# #
# This example shows off gamma correction to make the image brighter. The gamma # This example shows off gamma correction to make the image brighter. The gamma

View File

@ -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 # Grayscale Bilteral Filter Example
# #
# This example shows off using the bilateral filter on grayscale images. # This example shows off using the bilateral filter on grayscale images.

View File

@ -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 # Grayscale Binary Filter Example
# #
# This script shows off the binary image filter. You may pass binary any # This script shows off the binary image filter. You may pass binary any

View File

@ -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 # Grayscale Light Removal
# #
# This example shows off how to remove bright lights from the image. # This example shows off how to remove bright lights from the image.

View File

@ -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 # Histogram Equalization
# #
# This example shows off how to use histogram equalization to improve # This example shows off how to use histogram equalization to improve

View File

@ -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 # Kernel Filtering Example
# #
# This example shows off how to use a generic kernel filter. # This example shows off how to use a generic kernel filter.

View File

@ -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 # Lens Correction
# #
# This example shows off how to use the lens correction method to fix lens # This example shows off how to use the lens correction method to fix lens

View File

@ -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 # Linear Polar Mapping Example
# #
# This example shows off re-projecting the image using a linear polar # This example shows off re-projecting the image using a linear polar

View File

@ -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 # Log Polar Mapping Example
# #
# This example shows off re-projecting the image using a log polar # This example shows off re-projecting the image using a log polar

View File

@ -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 # Mean Adaptive Threshold Filter Example
# #
# This example shows off mean filtering with adaptive thresholding. # This example shows off mean filtering with adaptive thresholding.

View File

@ -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 # Mean Filter Example
# #
# This example shows off mean filtering. Mean filtering is your standard average # This example shows off mean filtering. Mean filtering is your standard average

View File

@ -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 # Median Adaptive Threshold Filter Example
# #
# This example shows off median filtering with adaptive thresholding. # This example shows off median filtering with adaptive thresholding.

View File

@ -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 # Median Filter Example
# #
# This example shows off median filtering. Median filtering replaces every pixel # This example shows off median filtering. Median filtering replaces every pixel

View File

@ -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 # Midpoint Adaptive Threshold Filter Example
# #
# This example shows off midpoint filtering with adaptive thresholding. # This example shows off midpoint filtering with adaptive thresholding.

View File

@ -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 # Midpoint Filter Example
# #
# This example shows off midpoint filtering. Midpoint filtering replaces each # This example shows off midpoint filtering. Midpoint filtering replaces each

View File

@ -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 # Mode Adaptive Threshold Filter Example
# #
# This example shows off mode filtering with adaptive thresholding. # This example shows off mode filtering with adaptive thresholding.

View File

@ -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 # Mode Filter Example
# #
# This example shows off mode filtering. Mode filtering is a highly non-linear # This example shows off mode filtering. Mode filtering is a highly non-linear

View File

@ -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 # Negative Example
# #
# This example shows off negating the image. This is not a particularly # This example shows off negating the image. This is not a particularly

View File

@ -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 # Rotation Correction
# #
# This example shows off how to use the rotation_corr() to both correct for # This example shows off how to use the rotation_corr() to both correct for

View File

@ -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 # Perspective Correction
# #
# This example shows off how to use the rotation_corr() to fix perspective # This example shows off how to use the rotation_corr() to fix perspective

View File

@ -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 # Rotation Correction
# #
# This example shows off how to use the rotation_corr() to play with the scene # This example shows off how to use the rotation_corr() to play with the scene

View File

@ -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 # Sharpen Filter Example
# #
# This example shows off using the laplacian filter to sharpen images. # This example shows off using the laplacian filter to sharpen images.

View File

@ -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 # 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. # 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