Statistics
3 Questions
0 Answers
RANK
174,977
of 301,577
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,338
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 175,550
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
can anybody share me matlab code for flip invariant SIFT features
I want to match two images which are a mirror image of each other. The regular SIFT gets fail to detect the mirror object. Hence...
7 years ago | 0 answers | 0
0
answersQuestion
how to divede the image into overlapping blocks and access each block independently
Hello everyone, i want to divide the image into overlapping blocks of 8*8 pixels with one row overlapping. After dividing image...
10 years ago | 0 answers | 0
0
answersQuestion
i am comparing first image with remaining 14 images using color histogram n calculating equilidian dist. the error i get is cell content to non cell array object
h = imhist((i)./numel(i)) for i = 2:15 h1 = imhist ((im)./numel(im)); temp{i}=h1; end for k = 2:15 edist =sqrt(sum(h-temp{...
10 years ago | 0 answers | 0