<< Chapter < Page Chapter >> Page >

Tinging an image

An image can be tinged with a color and its transparency can be set by assigning a given value to the alpha channel. Forthis purpose, the function tint() can be used. For example, a blue tone can be assigned to the inlaidimage of [link] by just preceding the second image() command with tint(0, 153, 204, 126) .

Translations, rotations, and scale transformations

Representing points and vectors

In computer graphics, points and vectors are represented with the
homogeneous coordinates
quadruples of numbers, where the first triple is to be read in the X-Y-Z space, while thefourth number indicates a vector if it takes value 0, or a point if it takes value 1.
A translation is obtained by adding, in homogeneous coordinates, a vector to a point, and the result is apoint. Alternatively we ca see a translation as a matrix-vector product (see Matrix Arithmetic ), where the matrix is 1 0 0 t x 0 1 0 t y 0 0 1 t z 0 0 0 1 , and the vector is the one representing the point x y z 1 . An anti-clockwise rotation by the angle θ around the axis z ( roll ), is obtained by the rotation matrix θ θ 0 0 θ θ 0 0 0 0 1 0 0 0 0 1 . Rotations around the axes x ( pitch ) and y ( yaw ) are realized by means of rotation matrices of the same kind, anda rotation around an arbitrary axis can be obtained by composition (left multiply) of elementary rotations aroundeach of the main axes.

Translations

The function translate() moves an object in the image window. It takes two or three parameters, being thedisplacements along the directions x , y (and z ), respectively.

Rotations

In two dimensions, the function rotate() is used to rotate objects in the image window. This is obtained by (left) multiplying thecoordinates of each pixel of the object by a rotation matrix. Rotations are always specified around the top leftcorner of the window (
    0 0
coordinate). Translations can be used to move the rotation axis to other points. Rotation angles are specifiedin radians. Recall that 2 rad 360 ˚ . For example, insert the rotation rotate(PI/3) before the second image() command in [link] . In three dimensions, we can use elementary rotations around the coordinate axes rotateX() , rotateY() , e rotateZ() .

Scale transformations

The function scale() allows to expand or contract an object by multiplication of its point coordinates by a constant. When itis invoked with two or three parameters, different scalings can be applied to the three axes.

Typographic elements

Every tool or language for media manipulation gives the opportunity towork with written words and with their fundamental visual elements: typographic characters.

The aspect of a type has two main components: font and size.

Processing has the class PFont and the methods loadFont() (to load a font and assign it to an object of the PFont class) and textFont() (to activate a font with a specific size). In order to load afont, this has to be pre-loaded into the directory data of the current sketch. The tool Create Font , accessible from the Tools menu in Processing, creates the bitmaps of the characters that theprogrammer intends to use. The file with the bitmaps is put in the data directory. After these preliminary operations, the font can be used to write some text, using thefunction text() . With this function, a string of characters can be put in the 2D or 3D space, possiblyinserting it within a rectangular box. The alignment of characters in the box is governed by the function textAlign() . In the default configuration, the written text can be spatially transformed like any otherobject. The color of characters can be set with the usual fill() , like for any other graphic object.

Questions & Answers

I'm interested in biological psychology and cognitive psychology
Tanya Reply
what does preconceived mean
sammie Reply
physiological Psychology
Nwosu Reply
How can I develope my cognitive domain
Amanyire Reply
why is communication effective
Dakolo Reply
Communication is effective because it allows individuals to share ideas, thoughts, and information with others.
effective communication can lead to improved outcomes in various settings, including personal relationships, business environments, and educational settings. By communicating effectively, individuals can negotiate effectively, solve problems collaboratively, and work towards common goals.
it starts up serve and return practice/assessments.it helps find voice talking therapy also assessments through relaxed conversation.
miss
Every time someone flushes a toilet in the apartment building, the person begins to jumb back automatically after hearing the flush, before the water temperature changes. Identify the types of learning, if it is classical conditioning identify the NS, UCS, CS and CR. If it is operant conditioning, identify the type of consequence positive reinforcement, negative reinforcement or punishment
Wekolamo Reply
please i need answer
Wekolamo
because it helps many people around the world to understand how to interact with other people and understand them well, for example at work (job).
Manix Reply
Agreed 👍 There are many parts of our brains and behaviors, we really need to get to know. Blessings for everyone and happy Sunday!
ARC
A child is a member of community not society elucidate ?
JESSY Reply
Isn't practices worldwide, be it psychology, be it science. isn't much just a false belief of control over something the mind cannot truly comprehend?
Simon Reply
compare and contrast skinner's perspective on personality development on freud
namakula Reply
Skinner skipped the whole unconscious phenomenon and rather emphasized on classical conditioning
war
explain how nature and nurture affect the development and later the productivity of an individual.
Amesalu Reply
nature is an hereditary factor while nurture is an environmental factor which constitute an individual personality. so if an individual's parent has a deviant behavior and was also brought up in an deviant environment, observation of the behavior and the inborn trait we make the individual deviant.
Samuel
I am taking this course because I am hoping that I could somehow learn more about my chosen field of interest and due to the fact that being a PsyD really ignites my passion as an individual the more I hope to learn about developing and literally explore the complexity of my critical thinking skills
Zyryn Reply
good👍
Jonathan
and having a good philosophy of the world is like a sandwich and a peanut butter 👍
Jonathan
generally amnesi how long yrs memory loss
Kelu Reply
interpersonal relationships
Abdulfatai Reply
What would be the best educational aid(s) for gifted kids/savants?
Heidi Reply
treat them normal, if they want help then give them. that will make everyone happy
Saurabh
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Media processing in processing. OpenStax CNX. Nov 10, 2010 Download for free at http://cnx.org/content/col10268/1.14
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Media processing in processing' conversation and receive update notifications?

Ask