Sometimes you will do anything, but not what you have to, because you’ve got fed up being a nice and punctual guy 24/7.
P.S.: Regards to Pendulum for the inspiration!
Surfing around some usability websites, I’ve found a great article about eyetracking statistics collected by Nielsen and Tara Pernice Coyne(the Nielsen/Norman Group’s director of research), which provided the designers with some basic understandings of proper information placement.
“[With eyetracking] we can see that a user may navigate the page of an interface that houses the info she wants,” she said, “but if the text is poorly presented, or the navigation is cluttered, or there are too many superfluous images so she cannot easily find what she needs. This is a lost opportunity.”
They’ve summarised some of the main points of information distribution, according to its types, like: image usage, content development etc.
Some of the results were even a bit funny in image analysing test due to gender difference of questioned audience, anyway it’s worth of reading for everyone, since most of us, knowing these basics, like to forget about them, of simply underestimate their importance.
Justing Fox - great photography & art
Top Web Development Companies via BrainFuel
GillespieFox - photography, web design, illustrations
Five Principals of Design from Bokardo.com
Elixirgraphics - Clarity, Simplicity, in other words - I’m loving it!
Even though we have threshold built-in function in Matlab, it’s not really convenient to be used, because an automated threshold level identification can give an opportunity for the user to control the intensity of the image he is working on.
I think the best explanation of the theoretical part is a simple example. So, here we are, the user is given the choice of inputting his own threshold level, so the program will work on it.
For those who need more sophisticated ways of processing an image via later pixel calculation, the user will have use this tiny piece of code:
Due to the fact that we’ve transformed the image to binary type, it can contain only two types of color, 0(black) or 1(white), thus using
function we can compare the results of images, and if a new matrix “a” have the same results as
function.
Threshold function is quite useful in case of silhouette recognition, when we have a picture with monochrome background, so it’s easy to establish the difference between foreground and background objects of the image.

Working with different graphical editors, like Photoshop, Illustrator, Corel Draw, I’ve never gone really deep into details of actual image processing algorithms. Simply, because I didn’t have to. Since every tool does what I want - it’s enough!
But, taking Data Image Processing course, I’ve witnessed bunches of maths inside. And after calculating an average number of filters used in any graphic editor, I just want to take off my hat in front of these people who created these applications, and thank them. Guys, you’re a crazy maths geeks!
Another regards should be sent to Matlab Community for releasing such a powerful tool, and those people who support the community and post really helpful material, because concerning so many features of Matlab I got lost in this pile of commands, functions and processing features.