Statistics
2 Questions
0 Answers
RANK
170,420
of 301,186
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,188
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,292
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How to prompt user to input a folder containing images so that we can process all images inside folder?
prompt = 'Enter folder name: ' folder = input(prompt) folder1 = sprintf('C:\Users\baralhems12\Desktop\MATLAB\codes\%s',folder...
10 years ago | 1 answer | 0
1
answerQuestion
How can i find greenness of an image i.e. average green intensity? Please find my code below.
clc clear all im = imread('hem.jpg'); %select region of interest % I = imread('hem.jpg'); % I2 = imcrop...
10 years ago | 1 answer | 0