The Psychology of Quality and More |
CHAPTER 2 : Psychological Factors
2.6 Recognizing Basic featuresComplex pattern recognition is achieved by first recognizing simple features, such as lines and curves, then understanding the shapes which they form together. Thus a 'T' is recognized as being a combination of one vertical and one horizontal line. These basic features are very easy to spot, even in the middle of a more complex picture, as there are memory elements dedicated to finding the basic vertical and horizontal components. Thus fill justified text, where the left and right edges of the text are vertically aligned, looks 'good', as the brain finds familiar patterns in its overall shape. In programs, vertical alignment is used to make lines at the same level of nesting stand out. Columns can also be used make tables clearer:
int LineFactors[3][5] = { { 19, 2, 22, 32, 5 }, { 99, 33, 55, 45, 4 }, { 32, 6, 14, 21, 15 } };
Vertical alignment can even be recognized across several lines, allowing non-connected lines to be associated:
This is line 1 This is line 2 This is line 3 This is line 4, which is vertically aligned with line 1 This is line 5, which is vertically aligned with line 2
|
Site Menu |
Quality: | Quality Toolbook | Tools of the Trade | Improvement Encyclopedia | Quality Articles | Being Creative | Being Persuasive | |
And: | C Style (Book) | Stories | Articles | Bookstore | My Photos | About | Contact | |
Settings: | Computer layout | Mobile layout | Small font | Medium font | Large font | Translate | |
You can buy books here |
And the big |