photo

Louis Kok


North-West University

Active since 2012

Followers: 0   Following: 0

Message

B. Eng Electrical/Electronic student at NWU Potchefstroom Campus, RSA
Professional Interests: Electrical Engineering

Statistics

MATLAB Answers

2 Questions
5 Answers

RANK
157,609
of 300,392

REPUTATION
0

CONTRIBUTIONS
2 Questions
5 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Answered
How to display a monochrome color from a true color image?
*Final report on this topic*: I have managed to solve this problem, as stated above -- meeting the requirements for my assignmen...

13 years ago | 0

Answered
How to display a monochrome color from a true color image?
There are the two assignments I should complete. I can say with confidence, I've finished Assignment 1 and it works relatively g...

13 years ago | 0

Question


How to display a monochrome color from a true color image?
I have trouble displaying only the Red, Green and Blue components of my edge detection algorithm I'm using. The edges are detect...

13 years ago | 3 answers | 0

3

answers

Answered
How do I get a colormap for my image?
This is my derived and modified solution: [filename filepath] = uigetfile('*.*'); [X, map] = imread(filena...

13 years ago | 0

Answered
How do I get a colormap for my image?
Walter, I've implemented your suggestion and it works perfectly fine as is! Thanks a lot for all your contributions: Alex, Im...

13 years ago | 0

Answered
How do I get a colormap for my image?
Here is a link to the image I'm referring to. Thank you for all your help and insight!! http://dl.dropbox.com/u/66925667/DSP_...

13 years ago | 0

Question


How do I get a colormap for my image?
When I import my image using the imread function, I get a map with only zeros (map = []). I want the RGB components of the image...

13 years ago | 6 answers | 0

6

answers