Free Essay

Research Theories

In:

Submitted By fatima57242
Words 479
Pages 2
NUST COLLEGE OF ELECTRICAL AND MECHANICAL ENGINEERING
NUST COLLEGE OF ELECTRICAL AND MECHANICAL ENGINEERING

DIGITAL IMAGE PROCESSING
LAB REPORT 4 Submitted By:
NS Fatima Hassan
DE-34-CE-B-209
Submitted to:
Sir Saqib Ejaz

TASK1:
Code:
img=imread('fig01.jpg'); figure(1) imshow(img,[]); img=rgb2gray(img); rotatedim=imrotate(img,45,'bilinear'); threshold=graythresh(rotatedim);
BW = im2bw(rotatedim,threshold); figure(2) imshow(BW,[]) Output:

Figure [ 1 ]: Original gray scale image

Figure [ 2 ]: Rotated image after thresholding

TASK2:
Code:
img=imread('fig02.jpg'); figure(1) imshow(img,[]); img=rgb2gray(img) doubimg=im2double(img); %converting image to double figure(2) imshow(doubimg,[]); logtransform=log(doubimg); %log transform figure(3) imshow(logtransform,[]);

Output:

Figure 3: Original image

Figure 4: Image after log transformation

Figure 5: Image after Log Transform
TASK3:
Code: img=imread('fig03.jpg'); figure(1) imshow(img,[]); img=rgb2gray(img); doubimg=im2double(img); %power transformtaions powimg1=1*(doubimg.^5); figure(2) imshow(powimg1,[]); powimg2=1*(doubimg.^10); figure(3) imshow(powimg2,[]); powimg3=1*(doubimg.^2); figure(4) imshow(powimg3,[]); powimg4=1*(doubimg.^0.5); figure(5) imshow(powimg4,[]); powimg5=1*(doubimg.^0.1); figure(6) imshow(powimg5,[]); %log transformation logtransform=log10(doubimg); figure(7) imshow(logtransform,[]); %inverse log transformation inv=(10).^logtransform; figure(8) imshow(inv,[]);

Output:

Figure 5: Original image

Power Law Transformation

Figure 6a

Figure 7b

Figure 7c

Figure 7d

Figure 7e

Figure 7: Log Transformation

Figure 8: Inverse Log Transform
TASK4:
Code: img=imread('fig04b.jpg'); figure(1) imshow(img,[]); img=rgb2gray(img); doubimg=double(img); s=zeros(size(img,1),size(img,2)); for i=1:size(doubimg,1) for j=1:size(doubimg,2) if ((doubimg(i,j)<96 )||(doubimg(i,j)==96)) s(i,j)=doubimg(i,j)*(32/96); elseif (doubimg(i,j)>96 && (doubimg(i,j)<160 || doubimg(i,j)==160)) s(i,j)=((doubimg(i,j)-96)*((224-32)/(160-96)))+32; else s(i,j)=((doubimg(i,j)-160)*((225-254)/(255-160)))+224; end end end figure(2) imshow(s,[]); Output:

Figure [ 9 ]: Original Image

Figure [ 10 ]: High Contrast image
TASK5:
Code: img=imread('fig05.jpg'); figure(1) imshow(img,[]); img=rgb2gray(img); doubimg=double(img); for x=1:8 bp=bitget(img,x); figure(x+1) imshow(bp,[]); end Output:

Figure [ 11 ]: Bit planes 1 to 6

Figure [ 12 ]:Bit planes 7,8
TASK6:
Code: img=imread('fig03.jpg'); img1=imread('fig01.jpg'); figure(1) imshow(img,[]); img=rgb2gray(img); doubimg=double(img); g1=imadjust(img,[0.3 0.8],[0 1]); figure(2) imshow(g,[]);

g2=imadjust(img,[0.3 0.8],[0 1],10); figure(3) imshow(g2,[]); g3=imadjust(img1,[0 1],[1 0]); %inverting figure(4) imshow(g3,[]); g4=imadjust(img1,[],[],10); %fig4 figure(5) imshow(g4,[]); g5=imadjust(img,[],[],10); %fig3 figure(6) imshow(g5,[]);

Output:

Figure [ 13 ]a :Outputs Task 6

Figure 13b :Outputs Task 6

Similar Documents

Premium Essay

4 Types of Research Theories

...Between Theory And Research An excerpt from .awcett, J., and Downs, .. (1986). The Relationship of Theory and Reseach. Norwalk, CT: Appleton Century Crofts. [.awcett & Downs teach in a School of Nursing and their examples involve topics of interest to nurses. Your humble instructor has modified this excerpt slightly to maintain terminology consistent with the social sciences]. 1 The close connection between theory and research was implied in the discussion of their functions. Stated explicitly, the initial impetus for research is the search for theory. Theory development relies on research, and research relies on theory. Brown (1977) characterized the relationship between theory and research as a dialectic, a transaction whereby theory determines what data are to be collected and research findings provide challenges to accepted theories. 2 Research, then, is neither more nor less than the vehicle for theory development. It is the method used to gather the data needed for the theory. This is true whether the purpose of the research is to generate a theory or to test one. When the purpose is theory generation, the phenomenon of interest suggests things to look for. .or example, if a theory of clients’ perceptions of factors influencing their adherence to a nursing care plan were to be generated, one source of data would be clients’ perceptions of why they were willing and able to follow the care plan. Conversely, if the purpose is theory testing, the theory dictates...

Words: 2192 - Pages: 9

Premium Essay

4 Types of Research Theories

...the four types of research theories – deductive, inductive, grounded, and axiomatic. I will also discuss why and how these theories are used, and which is the most relevant, or most important. I will discuss the differences and similarities in theory and hypothesis. I will also discuss variables, and why they are important components of theoretical research. Four Types of Research Theories When doing research, it is important to first have your idea, or subject you will be researching. Once you have chosen the subject, then the research begins. There are so many places to go to use as sources. There are books, articles in magazines or newspapers, interviewing sources, and the ever growing internet. Personal experiences are another great way of getting information for your research. There are many ways to obtain information for your subject, but deciding on the subject to research is the first step. Then you need to decide how narrow or wide-ranged your topic is going to be. One example is Crime Scene Forensics. Will the paper be done on the entire subject of forensics, or will it be narrowed down to one element of forensics, such as DNA testing, or maybe ballistics? This is a decision that you will make before you start researching the subject. A very intelligent instructor, said to choose something that interests you and the researching will be a lot more interesting and fun to do. I think this is a very good concept to remember about research, and can also make...

Words: 1214 - Pages: 5

Premium Essay

4 Types of Research Theory

...4 Types of Research Theories CRJS430 – 1104A – 01 Unit 1 IP Charlotte Cordova October 6, 2011 American Intercontinental University Abstract In this paper, I will discuss the four types of research theories – deductive, inductive, grounded, and axiomatic. I will also discuss why and how these theories are used, and which is the most relevant, or most important. I will discuss the differences and similarities in theory and hypothesis. I will also discuss variables, and why they are important components of theoretical research. Four Types of Research Theories When doing research, it is important to first have your idea, or subject you will be researching. Once you have chosen the subject, then the research begins. There are so many places to go to use as sources. There are books, articles in magazines or newspapers, interviewing sources, and the ever growing internet. Personal experiences are another great way of getting information for your research. There are many ways to obtain information for your subject, but deciding on the subject to research is the first step. Then you need to decide how narrow or wide-ranged your topic is going to be. One example is Crime Scene Forensics. Will the paper be done on the entire subject of forensics, or will it be narrowed down to one element of forensics, such as DNA testing, or maybe ballistics? This is a decision that you will make before you start researching the subject. A very intelligent instructor, said...

Words: 328 - Pages: 2

Free Essay

Market Research Theory

...MARKET RESEARCH 1. Discuss the importance of attitude measurement, and describe tow different approaches to measuring people's attitudes toward a given object. There is a growing need among today's marketers to better understand their customer's attitudes and feelings toward the company's products, services, and delivery systems. Some researchers view "attitude" as a derived composite outcome of the interaction between a person's beliefs (i.e., cognitive thoughts) and expressed emotions (i.e., affective feelings) regarding those beliefs. Knowing these interactions can be helpful in predicting a person's behavior (i.e., conative action). Not all researchers accept this trilogy approach to measuring attitudes; some simply see attitudes as a global indicator of a person's feelings (i.e., affect = attitude) toward an object or behavior. No matter the approach, these is significant diagnostic value to both researchers and practitioners in understanding the different scale measurements used to capture people's belief structures versus emotional feelings versus behavior tendencies. Tell how to correctly design and text Likert, semantic differential, and behavior intention scales, and explain their strengths and weaknesses. Likert scale designs uniquely use a set of agreement/disagreement scale descriptors to capture a person's attitude toward a given object or behavior. Contrary to popular belief, a Likert scale format does not measure a person's complete attitude, only the...

Words: 2923 - Pages: 12

Premium Essay

For Rigour in Organizational Management Theory Research

...review Lex Donaldson, Jane Qiu and Ben Nanfeng Luo .(January 2013). For Rigour in Organizational Management Theory Research. Journal of Management Studies 50:1j. Lex Donaldson (Australian School of Business), Jane Qiu (University of New South Wales) and Ben Nanfeng Luo (University of New South Wales), authors of this article, are respectively a Professor of Organizational Design, a Lecturer in International Business and a Postdoctoral Research Fellow. When the article was published in 2013, Donaldson had developed his Introducing Statistico-organizational Theory of the Meta-Analytic Organization  with the help of his doctoral students Jane Qiu and Ben Nanfeng Luo from which this article is prompted. In this paper, I summarize the article and offer comments about selected aspects, and suggest areas where additional research findings would assist in understanding the article. Article Summary The authors supported Alvesson and Sandberg assumptions that more rigour will fix the problem of uninteresting research publications and their controversy against pedantic literatureReviews who only agree with incremental, gap-spotting research. However, they contested the belief of Alvesson and Sandberg that rigour in research always leads to baleful outcomes; in the opposite ’Rigour’ is used to challenge assumptions. First argument: most interesting research comes from challenging consensus and overthrowing assumptions by introducing new ideas that contain more valid...

Words: 1301 - Pages: 6

Premium Essay

Discuss Theories and Research in Ell Development

...Week5-Final Paper (Classroom Scenario Analysis) To make curriculum accessible to English language learners (ELLs), teachers must be able to integrate strategies to help them develop social and academic language skills in English and provide support by using comprehensible input and scaffolding. Accommodations should be based on current theories and research in language and literacy development, and they should address the interrelationship between culture and language. For this assignment, you will read the "Classroom Scenario" from Pathways to teaching series: Practical strategies for teaching english language learners. In a five-to eight-page paper, complete the following: Part 1: Analysis Analysis the scenario by addressing the following: Identify the strategies used in the scenario to help ELLs develop social and academic language skills in English. Explain if these strategies are effective. Why or why not? Explain how instructional input and scaffolding are used to support ELLs. Discuss current theories and research in ELL development. Give specific examples of how the teacher used theory and research to support his practice. Provide specific examples to support your points. Make sure to discuss the teacher's or student's actions in the scenario, and align them to specific concepts learned during the course. Whenever appropriate, use course vocabulary to demonstrate your knowledge of how it is applied and activated in the field...

Words: 325 - Pages: 2

Premium Essay

Summary Of Theories And Research Of Personality

...In the text book, “Theories and Research of Personality” written by Daniel Cervone and Lawrence A. Pervin, the authors talk about how personality can influence people to do certain things. They define personality as, “psychological qualities that contribute to an individual’s enduring and distinctive patterns of feeling, thinking, and behaving” (Cervone, Pervin 2013). Cervone and Pervin state that with enduring they are talking about the qualities that are mostly consistent through time and many situations of a person’s life. The authors also talk about with distinctive it addresses psychological features that make people different from each other and with contribute meaning the psychological factors that influence and will explain an individual’s...

Words: 1076 - Pages: 5

Premium Essay

Conspiracy Theory Research Paper

...“One problem with the focus on speculation is that it tends to promote the growth of the great intellectual cancer of our times: conspiracy theories.” ~ Gary Weiss. This quote means that, if there is a problem or something sounds suspicious, we will investigate it and come up with our own reasons for why it happened. Though sometimes the theory we come up with may sound stupid, we still believe it. The conspiracy theories are intellectual cancer because some theories actually sound more believable than others and it just spreads and becomes an epidemic. Some theories are just that interesting. Would you trust a memory that felt as real as all your other memories, and if other people confirmed that they remembered it too? Even if it was false?...

Words: 469 - Pages: 2

Premium Essay

Nursing Theory Research Paper

...A nursing theory is a structured framework of concepts and purposes intended to guide the nursing practice. Nursing theories are important in nursing practice as they allow the nurses to use their critical thinking and analytical skills to improve concept comprehension. The use of nursing theories in the practice can bring new knowledge and can influence the future nursing practice. Nursing theories developed to describe the nursing care, guide the nursing practice and provide a foundation for clinical decision making. The foundation of the nursing theory was placed by Florence Nightingale. The first nursing theory established in the late 1800s when there was a strong emphasis on the nursing education took place. There are several nursing...

Words: 490 - Pages: 2

Premium Essay

Outline and Evaluate the Contributions of Psychological Research (Theories and/or Studies) to Our Understanding of the Formation of Relationships

...evaluate the contributions of psychological research (theories and/or studies) to our understanding of the formation of relationships (24 marks) One theory of formation of relationships that has contributed to our understanding of the formation of relationships, is the reward/need satisfaction theory. Byrne and Clove suggest that this theory means mutual attraction occurs when each partner meets the other persons need through operant conditioning. This might be the need for financial satisfaction or love etc. The rewards and needs can come from various factors. One of these factors is proximity which describes the distance between you and the potential partner. If the proximity is close then the reward gained is less effort being put in in having to see them. Another factor similarity refers to how similar you are to the potential partner in regards to the interests you both share i.e. religion, beliefs, music etc. The more similar you are the high the reward of enjoying each other’s company. A last factor is physical attractiveness referring to how attractive you think the potential partner is. A supporting study was done by Cate et al where he asked 337 individuals to assess their existing relationships in terms of reward level and satisfaction. The results found that reward levels was the most superior out of all other factors in determining relationship satisfaction. This therefore increases the reliability of the ‘Need/Satisfaction Theory’ and does explain why we form romantic...

Words: 1242 - Pages: 5

Premium Essay

Theory and Research

...How are theory and research related to each other? Discuss in detail and refer to the major components of research design (the sample design, the data collection design, and the data analysis design). The relationship between theory and research: Theory is defined as a systematic explanation for a set of facts and laws. Theory in relationship to research provides the hypothesis; therefore it is the source of one's research project. Theory is a motivation for undertaking Social research; research test, modifies, and expands social theory. A researcher can use theory for direction in choosing a research design or work with in limited theoretical expectations. In either format, research is structured by ideas and expectations created through use of abstract, logical reasoning. Theory is one of the three main elements in the traditional model of scientific method. In this model, developing a theory begins with an interest in some aspect of the real world. one's theoretical analysis of the social factors believed to affect the research topic, clarifies the possible relationship among factors known as variables. Through the next element, operational, the theoretical considerations results in the formation of a hypothesis. The hypothesis defines general cause and effect concepts known as research variables which are illustrated in a model. The variables are denoted by the letters X, being the independent variable or cause, and the Y, the dependent variable or...

Words: 478 - Pages: 2

Premium Essay

Research Theory

...Week 5 Literature Review 1. Transparency is not a One-Way Street, (2003). Disaster Prevention and Management, 12(1), 71-72. Retrieved from http://search.proquest.com/docview/214378197?accountid=14872 This article reviews how the red Cross has not been transparent with its dealings and how this has caused a mistrust between the organization and the public. This article applies to how the Red Cross is not providing information to the public and this is causing many problems internally and externally for the organization 2. Red Cross, (2015). Mission, Vision and Value Statement of the Red Cross. Retrieved from www.redcross.org This site explains what the Red Cross is trying to accomplish and how it operates. This site states what the true mission is and what is expected of the members. This site gives an insight into what the Red Cross is doing wrong. 3. Foster, R. (1950). The American Red Cross: A History. NY: Harper and Brothers. This book contains the history of the Red Cross and what the organization was meant to be and it gives a look into where the mission began to fail. 4. Gilbo, P. (1981). The American Red Cross. New York: Harper and Row. This book gives information on the Charter between the US Government and the American red Cross. This information covers the Charter and how FEMA and the Red Cross are suppose to work together in a disaster. 5. Allen, J. (2005). The Scandalous History of the Red Cross. CounterPunch: Petrolia...

Words: 742 - Pages: 3

Premium Essay

Theory and Research

...We all use Language to communicate, to express ourselves to get our ideas across and to connect with the person whom we are speaking. In school we listen to our teacher inorde3r for us to understand the lesson. We make some oral and activities to test us if we truly understand the message or lesson that the teacher sent because we have different opinion, instinct, ideas and understanding that’s why we have different answer. Also our teacher have a different ways on how they teach us, so that we can easily understand the message or lesson. Sometimes they use some gestured, loud voice, and different movement in order to emphasis the message the he/she will sent. Listening is very important in communicating because it is a combination of hearing what another person says and psychological involvement with the person who is talking. Listening requires more than hearing words. It requires a desired understand another human being, an attitude if respect and acceptance and a willingness to open one’s mind to try and see things from another point of view. Listening requires a high level of concentration and energy. It demands that we set aside our own thoughts and agendas, put ourselves in another’s shoes and try to see the world through that person’s eyes. True listening requires that we suspend judgment, evaluation, and approval in an attempt to understand another is frame of reference, emotions, and attitudes. When we listen effectively we gain information that is valuable to understanding...

Words: 780 - Pages: 4

Premium Essay

Gesalt Theory Research

...Family Counseling Approach Research Gestalt Family Therapy Gretchen Thomas Liberty University Abstract Not every client will be of the Christian faith. With that known, proper integration of psychology, spirituality and theology is imperative to have a successful and healthy therapeutic relationship. There are many theorists with distinctively diverse approaches. The Gestalt experiential family therapy process allows professionals the flexibility to individualize their procedures while maintaining an unyielding theoretical background. The way one views integration has a lot to do with their worldview, which determines their use or lack of use of spiritual methods in counseling as well as help the professional deal with on-Christian counselees. This manuscript provides a synopsis of the history of the Gestalt experiential family therapy framework, the leading figures, and in conclusion an overview of how a personal worldview interacts with the Gestalt theory. keywords: Gestalt, integration, experiential family therapy, worldview Family Counseling Approach Research Gestalt Family Therapy Introduction The experiential model or experiential approach to family therapy has many innovators. The symbolic experiential approach pioneered by Carl Whitaker highlights how the therapist provides counselees different ways to accept and deal with issues (Goldenberg and Goldenberg, 2013). Satir (1967) emphasizes the importance...

Words: 3103 - Pages: 13

Premium Essay

Organizational Research and Theory

...Organizational Research and Theory Name: Institution: Date: Power is an essential factor in the running of an organization institution or even a state. A powerful institution will always ensure that things work out and at no instanced are things going wrong. However, one would wonder what exactly organizational power is. Power also has some benefits that come along with it. Organizational power, in this case, can be defined as the means by which conflict are resolved in an organization. Others define power as the ability of a group or a person to overcome the resistance of others so as to achieve the desired outcome (Jones, 2010). It is reasonable to state that some element of coercion exists in conflict resolution. Therefore, organizational power is specifically said to be the ability of A to make B to do a thing that B could not have done. Therefore, if a subunit with an organization has a lot of power, it can apply power to achieve the results that it desires. In conflict resolution element of power plays a crucial role. It influences the decisions to be made, for example, how resources shall be allocated to different subunits. Most decisions in an organization are made through bargaining, and when this is so then the side with more power significantly influences the outcome or the decision made. In other words, power determines the subunit that will suffer with an organization and the one that will benefit. As a matter of fact, conflicts arise in organizations...

Words: 669 - Pages: 3