1 / 7

Sliding window

Image being written to memory one pixel at a time. CurrentPixel Data0 Data1. >250. >250. Brightest Pixel in the middle of two pixels > 250. Sliding window of three pixels being analyzed. Testing the middle pixel for being the laser spot. Sliding window. Color Key:

tmccarty
Télécharger la présentation

Sliding window

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Image being written to memory one pixel at a time CurrentPixel Data0 Data1 >250 >250 Brightest Pixel in the middle of two pixels > 250. Sliding window of three pixels being analyzed. Testing the middle pixel for being the laser spot. Sliding window Color Key: Grey pixels – already written to memory White pixel – current pixel being written to memory Red pixel – pixel written to memory last clock cycle, but is the pixel that is being analyzed as the brightest pixel LaserSpot Algorithm Analysis

  2. Image being written to memory one pixel at a time CurrentPixel Data0 Data1 >250 >250 Brightest Pixel in the middle of two pixels > 250. Sliding window of three pixels being analyzed. Testing the middle pixel for being the laser spot. Sliding window LaserSpot Algorithm Analysis

  3. Basic LaserSpot interface with the project CameraIn LaserSpot SendData Xbus to mController

  4. Original Camera/LaserSpot/VGA Monitor Interface

  5. Alternate Algorithms Image is already in memory. Scan entire image and look at the pixel above, below, left, and right of the current pixel being analyzed as the laser spot. Current Pixel Being Analyzed Neighboring pixels that must be above the brightness threshold for the red pixel to be the laser spot.

  6. Alternate Algorithms Add up the row and column for each bright pixel in the image and keep track of the total number of bright pixels. Then find the average row and column. Bright Noise Pixels Laser Point Pixels Average Bright Pixel = Laser Spot Key: Red Pixel => Bright pixels (> 250) Grey Pixel => Normal Pixel (< 250) Blue Pixel => Average Bright Pixel and (for this example) a red pixel

  7. Alternate Algorithms Average the bright spot found in four separate images to determine the most likely place for the actual laser spot. Bright Pixels in each image Incorrect Analysis of bright pixel for this image Average over four images Correct Pixel Location Calculated Pixel Location Incorrect Pixel Location => Noise

More Related