Wednesday, August 31, 2016

Activity 3: Scilab Basics

Life is really complex. You have to balance various factors and take into account multiple priorities and responsibilities while trying to optimize your time and efforts in pursuit of a certain goal. May it be a short-term or long-term goal, you'll end up realizing that life is quite complex than you think it is.

Fractals are objects or phenomena that tend to look similar upon closer inspection by zooming in and out of the material. Fractality, in its essence, may also apply with life. You can observe that what you struggle with today for your day may also be your main struggle for your year, and so on. Looking at it in a more positive sense, your blessings and realizations of the day, can also be applied throughout the year, and even for the rest of your life. Even though this fractality may or may not add to the complexity of life, it is essential to know life's basics first before we go into deeper. 

Some life basics are self-learnt, while some need proper supervision. One does not need to learn how to eat and ingest food but one needs proper guidance in excreting stool. Haha. It might be a weird example but yeah, you get my point. but there are just those basics which can never be fully understood. These basics are the life-blood of living and the variable that fits every equation in our universe. These are the ones that we allow to grow, nourish and embrace throughout the years. 

Take love for example. You do not need "proper guidance" for you to love, because essentially, loving should be innate in us. But it is also an established fact that you need a certain amount of guidance in continuing that love for you to lessen the hurts and struggles that come with it. It's one basic in which you can never fully understand, and that's okay.

Like love, we have lab -- Scilab to be exact. I guess this is one thing that I'll know but I also won't fully understand; and yes, like love, that's okay as long as you're maturing and growing in love (in Scilab).

THE ACTIVITY

What is Scilab?

According to www.scilab.org, Scilab is a free and open source software for numerical computation providing a powerful computing environment for engineering and scientific applications. Well, if that sounds like a handful, Scilab is basically a free open-source tool used for video and image processing and analysis.

Also, from the handout given, it is said that Scilab is a free, high level, scientific programming language which is an acceptable substitute for Matlab. It has many features similar to Matlab foremost of which is its treatment of variables as arrays and matrices. Matrix math in Scilab
or Matlab is very convenient – matrix algebra can be performed in one line of code as compared to “for” loops in C or Fortran..

In this activity, we were tasked to explore and get comfortable with this software by obtaining various synthetic images and creating our own images through the concept of matrix multiplication and addition.

Initially, I downloaded the latest free version of Scilab, that's Scilab 5.5.2, and I then added the SIVP (Scilab Image and Video Processing) toolbox for ease of use. After that, I plotted the value given by the module and observed that the software works fine and is compatible with my laptop. I then proceeded with the practice before the activity (making a synthetic image of a centered circle) as shown in Fig. 1.

Figure 1. Initial steps in creating a centered circle through Scilab. This resulted in a low quality image, though the circle was executed properly.
I then observed that the output image was somehow of low quality. I searched for image enhancements and higher quality images in Scilab and it led me to the imshow() command from the SIVP module. I also increased the size and the aperture ratio of the image. This resulted into a much higher quality image as seen in Fig. 2. I was quite happy with the output and I even customized and personalized my Scilab color scheme. I am now ready to do the activity!

Figure 2. A higher quality version of the centered circle image produced by Scilab
The first task was to do a centered square aperture, which is given by Fig. 3, together with the code used. It was fairly easy because of the symmetry that the square has. I just introduced the abs () or the absolute value function to optimize the code and make use of the square's xy symmetry.

Figure 3. Centered square synthetic image
The second task was to make a sinusoid along the x direction. I initially made a 2D sinusoidal image but I realized that it was just a plot and edited my code for it to be of a matrix type. I chose a sinusoid of frequency 10 and varied the code to the yt component as seen in Figure 4. I also realized that in Scilab, the axes are somehow tilted or rotated. A variation in the y axis corresponds to a variation in the x parameter in the code, and vice versa. The sinusoidal propagation along the x-axis can be further seen upon the introduction of the mesh() command for 3D images as seen in Figure 5.
Figure 4. A sinusoidal image propagating along the x direction
Figure 5. A sinusoidal 3D image that propagates along the x direction
The next task was to obtain a grating in the same orientation as the sinusoidal image. I thought that they were related and searched for a function that would either give 0 or 1 in Scilab. I then encountered the command round() that returned a rounded-off value. In this case, it's either I would offset my sinusoid or I would have to introduce the abs() function again to make it all positive. I chose the latter for simplicity and I could not think of a code that would offset the sinusoid martix. The results can be seen in Figures 6 and 7 wherein the 3D plot is introduced for better representation and comparison with the previous item. 

Figure 6. A grating synthetic image along the x direction

Figure 7. A 3D plot of a synthetic grating image along the x direction.
After that, an Annulus or a ring was made by introducing two apertures and modifying the centered circle code to have ones values between those two apertures as seen in the code and image found in Fig. 8.
Figure 8. An annulus synthetic image made by the introduction of two apertures
The next one was the hardest of the images to be obtained for it introduced a Gaussian transparency distribution. My initial action in seeing the problem was to search for the equation for the Gaussian distribution, given by:

Here, for simplicity, we chose mu = 0 and a quite high value sigma = 2 for a better representation of the Gaussian distribution transparency of the image. The equation was implemented in the code and a 3D plot using the mesh() command was used for better representation as seen in Figure 9.

Figure 9. A 2D and 3D plot of a circular aperture with a graded Gaussian transparency.
I observed that the last two images (ellipse and cross) were just like variations of the first two images (circle and square). The parametric equation of the ellipse was just substituted in the R equation of the code for the circle, while for the cross, you can see it as either a superposition of two rectangles or 5 squares placed side-by-side with varying centers. For the Square, I chose the 1st method for the latter method used up more lines. These can be seen in Figures 10 and 11.

Figure 10. A 2D synthetic image of an ellipse.
Figure 11. A 2D synthetic image of a cross.
Lastly, here comes the (more) fun part! Upon introducing, matrix multiplication and addition, you can come up with some quite cool images. Presenting:

THE EYE
(Made by multiplying the annulus with the ellipse and then adding the Gaussian blur)

LA CROSS
(Made by multiplying the square with the cross and the gradient with the Gaussian blur, before adding the sinusoidal image)
CHEVROLET ROULETTE
(Made by adding the matrix products of the ellipse and the cross, the sinusoid and the square, and the gradient with the Gaussian blur)
THE CASTLE
(Can you guess why this is called, the castle?)
See for yourself....




YES, THE CASTLE!
I had fun during the activity, especially in editing the 3D mesh for the righ colors for better visualization. I would like to give myself a score of 12/10 because I did not only did what was asked but also incorporated SIVP imshow() and mesh() commands, together with the intricate editing of the 3D plots :) See you!

Activity 2: Digital Scanning

In life, it is good to notice that contrary to the belief of second chances, there are just things that you have to let go and just focus on fully moving on. Well, that was my belief before, and I somehow realized through the years that, 
"one should not settle for less as long as you know that you haven't yet done your best."
I realized that there is a certain joy in trying to know the currently unknowable and there is a great satisfaction in adhering to the truth.  One of my mentors once said that you should not feel sad in the process of failing, because once you prove something or a method to be false, you can conclude that truly, it is false. But if you observe something to be true, you should also test its integrity in various systems, instances, limitations, and etc. In addition to what I learned from my mentor, I believe that though the outcome of a certain method or process is essential, what matters more for me is the journey. 

Here, in this activity, we try to recreate something that was made from the past. I observed that even with all the modern knowledge and sophisticated equipment, we can never fully recreate an image that was hand-made before. The variations and differences may decrease, but you can never fully recreate the unique material. Does this mean that we're a failure in doing so? The answer is NO! The journey, together with the fact that you reached a certain similarity and precision is already a form of both internal and external intellectual glory.

THE ACTIVITY

Our Applied Physics 186 class was tasked to recreate a hand-written plot from the old College of Science Archives through basic image processing softwares like Paint, GIMP, Photoshop, or ImageJ. Personally, I used the most basic of them all -- the old-time favorite: Paint. My obtained figure is shown below.

Figure 1. The initial hand-written plot scanned from the College of Science Journal Archives

The initial image scanned was not that aligned well so I had to align it using Windows Photoviewer. It was observed that it had a skewed angle of about 1 degree counterclockwise. After aligning the image, it was then cropped to the axes for ease of access (haha) and conversion as shown in Fig. 2 below.

Figure 2.  The cropped and aligned image for processing and digital scanning
 After the alignment and cropping, the figure is now ready for digital scanning! Through the use of the basic Paint software, the axis was scanned to relate the pixel values with the physical values presented in the plot. The scanning was done through approximations in pixel points of the plot as shown in Fig. 3 below. These pixel points were then analyzed through Kingsoft Spreadsheets (Figure 4a.) and corresponding physical values were then obtained to be approximately 0.048 and 0.0024 for y and x axes, respectively, seen in Figure 4b.

Figure 3. Digital scanning through the use of Paint. The red brush button was used to check the corresponding pixel locations of the tick marks of both X and Y axes.

 
Figure 4. The tabulation of pixel point locations in obtaining the conversion of each axis physical value. It was observed that 1 pixel is equivalent to about 0.048 moisture content percentage (y-axis) and 0.0024 relative humidity (x-axis). The true values of the x and y axes were also found out to have offset values of 1 and -679, respectively.

 After obtaining the conversion values, the data points were then scanned, converted and plotted. The initial plot, as seen in Fig. 5a was observed to be highly similar to the original plot. It is good to note that I also considered the skewness of the original plot from the depth variation in scanning the image. The photocopied plot was a little bit severed due to the rain and it was not perfectly flat upon scanning. Because of this limitation, higher xy values had greater offset than lower xy values. Noticing this limitation allowed me to recreate a much more precise plot. Fig. 5b shows the original plot overlayed in the background through the background edit option of the Spreadsheet. Fig. 5c and 5d just adds colors, axis labels and legends for better comparison. Lastly, Fig. 5f shows the recreated plot (colored) with the original image overlayed in the  background. I included polynomial fitting for better observation of plot trends. It can be observed that the original image quite aligns well with the recreated plot showing high precision and accuracy of pixel to point conversion.

Figure 5. The recreated plots showing the sequence of progresses and additions. The sequence starts (a) with a recreated grayscale plot of the original plot using Spreadsheets. (b) The original image was then overlayed in the background. (c) Plot colors, (d) axis labels, and a legend was then added for better comparison with the original image. Lastly, (d) polynomial fitting and final aesthetic edits of the recreated plot was then added for better trend observation and comparison.
I had fun and was quite entertained on how a very simple tool like Paint can be used as a good image processing software for basic digital scanning.  Because of that, I did not only did and understood the parts of the activity, but also tried to transcend what's needed by introducing an overlayed background image of the original plot, adding more colors for comparison, and polynomial fitting for better trend observation. Therefore, I rate myself a 12/10 for this activity. Enjoy and hope to see you soon!