Statistics
4 Questions
0 Answers
RANK
76,716
of 301,213
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 21,191
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,422
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
Hi guys, i have a problem with this code. i want to crop a circle in an image...
R=20; % radius in pixels x=10; y=10; %Location of upper-right corner of your cropping mask Mask = fspecial('disk',R)~=0; [...
7 years ago | 1 answer | 0
1
answerQuestion
Hi guys, does anybody know why i got this error?
Error using .* Integers can only be combined with integers of the same class, or scalar doubles.
7 years ago | 0 answers | 0
0
answersQuestion
Hi guys. does anybody know why i got the following error?
Error using .* Integers can only be combined with integers of the same class, or scalar doubles.
7 years ago | 2 answers | 0
2
answersQuestion
whats wrong with this code? i wanna zoom 2D image using nearest neighbor interpolation
function nearest_neighbor_zoom(file,fac) im=imread(file); [h,v,d]=size(im); for i=1:h for j=1:v im1( fl...
7 years ago | 1 answer | 0
