Statistics
3 Questions
0 Answers
RANK
170 208
of 295 638
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20 255
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 207
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
Feeds
Question
Can someone explain why I am getting the following error in my code?
function [g]=EdgeDetector_procedure(f) [M,N]=size(f); g=f; m = 3; n = 3; a0 = (m-1)/2; b0 = (n-1)/2; for y = b0+1 : N...
mer än 11 år ago | 1 answer | 0
1
answerQuestion
an someone explain why I am getting the following error in my code?
I=imread('lena.jpg'); [M,N]=size(I); p = zeros(256,3); for ii=1:256 p(ii,1)=ii-1; end; p(:,2) = imhist(I); p (p...
mer än 11 år ago | 1 answer | 0
1
answerQuestion
I face the error "Too many input arguments." Please help me
myImage1 = imread('pout.tif'); myImage2 = imadjust(myImage1, [0.2, 0.8], [0, 1]); imshow(myImage1); imshow(myImage2);...
nästan 12 år ago | 1 answer | 0