Wednesday, June 5, 2019

Here is the MATLAB code for the detect path block we need for using the linescan camera to direct the autonomous car on the track.

Friday, May 31, 2019

Autonomous Vehicle Presentation






The Autonomous Vehicle was supposed to be a Competition but due to time constraints we were unable to compete. The competition would have included 3 tracks, 2 predetermined and 1 random. For the 2 predetermined tracks we could hardcode the vehicle to travel for a certain amount of time at a certain speed and turn for certain times, etc. For the random track we used the camera on the front of the car. It is a line scan camera, so it registers the difference between the black and white on the track, creates a graph, and follows the center index of the track to remain centered. For this project we had to create the code as well as (attempt) to keep the vehicle mechanically working.
High School Autonomous Vehicle Challenge

Final Hard Code Archive: https://drive.google.com/open?id=1DP5LX_xiwgLeiH8P418eHLfUMGAl14s1

Final Camera Read Archive: https://drive.google.com/open?id=1Y7AY5mYmh2puu3nii2xANe4uaDa7RPDv&authuser=1

Thursday, April 18, 2019

STEM Poster Example


Attached please see an example of a poster for a STEM conference. The dimensions of this poster is not the same as our display board. However, the outlines and the way of presentation can be your reference. (PowerPoint file link)



Thursday, March 14, 2019

Dynamic Range and Curves

Before
After

Using dynamic ranges in photoshop, I was able to make the image above stand out by brightening it. In order to get the result I did, I adjusted the level, making the photo's whites whiter, resulting in a more defined setting. I then used curves to darken an isolated part of the skyline on the truck as well as the separate building next to it. This also defined the area in the image, drawing your eye to the source of the light. This use of color and mood makes me want to try and change more natural photographs, such as woodlands or oceans to see how it would come out. 

Thursday, March 7, 2019

Using Adjustment layers and Histogram

Histogram Before
Before

Histogram After
After
Using adjustment layers I was able to change the saturation and vibrance of the image from a baby blue sky into a more brighter cyan color as well as making the colors on the building more defined. This overall makes the image feel more like a painting giving it a brighter mood. This newfound knowledge helped me transform the photo into my liking.



Wednesday, February 27, 2019

Using the Clone Stamp Tool

Before
After

The goal of this photoshop was to make the image look cleaner by removing the majority of crumbs on the plate as well as the large wrinkle on the carpet near the top left. The clone stamp tool also helped me move the largest crumb from the left side of the plate to the right side as well as cloning more toppings on the pizzas. The clone tool made it much easier for me to remove unwanted things in my photo as well as duplicate things I want more of in my photo. This makes me want to learn how to remove larger and more significant items from an image.

Friday, February 15, 2019

Content Aware Fill Move and Scale

Before
After
My goal in this photoshop was to see whether or not I was able to remove the entirety of the brush and toothpaste on the tooth brush. I was able to do so by using the content aware fill tool. When I initially used the lasso tool to select the brush it warped the image too much to look natural. Instead I used the selection tool. This resulted in a more accurate removal. Once the brush and toothpaste was removed I then select the rest of the toothbrush and shrank it a bit making the image above. This makes me want to work on images with animals or people adding or removing certain features in order to exaggerate how they look such as removing the ears of a cat for example.

Healing Brush and Patch Tools

Before
After

I was able to use the Healing and Patch tools in the image above by removing the white dots spread across the projector. The dots within the photo distract from the object of interest which is the image on the projector. This makes me want to further remove distractions from other images as I want to make my photoshops as perfect as they can be and this tool does this perfectly.

Thursday, February 7, 2019

Valentine Blog Post




My Valentine's Day Posters


In order to create my Valentine's Day Poster (above), I used three specific tools. First, I used the quick select to isolate the hands and to delete the background. I then used the brush tool in order to draw the body of the red guy as well as writing "Happy Valen Day!!". In order to make the  hands blend into the arms, I used the clone stamp, as well as changing the hue of the hands in order to create the perfect Valentine's Day poster. This experience makes me want to experiment combining my drawings seamlessly with pre rendered images such as the example I used.  I tried to create different tones and mood for each poster. The top is a HILARIOUS and FUNNY poster the subverts the viewer's expectations. The middle one reflects more of a propaganda or motivational mood within the poster. The bottom poster is just something funny I made. How can one enhance the tone of their photos to emphasize a different mood?

Friday, January 18, 2019

Making Selections Based on Color and Focus

Before
After

I was able to change the the color of the toothbrush as well as the background into a more saturated color by selecting the desired shared color within the entirety of the image. This in turn is able to change the tone of the photograph taken as I am able to darken or lighten colors that I want as well as being able to focus in on certain subjects within the image. I was able to make the toothbrush stand out more by changing the color of the tooth brush and the toothpaste, draining its color almost entirely, whilst the background adds  more emphasis on the subject of the photo. This technique can be used as a means to change large portions of background colors to either lighten or darken the photo, thus changing how colorful or monotone it is.

Here is the MATLAB code for the detect path block we need for using the linescan camera to direct the autonomous car on the track.