Statistics
9 Questions
0 Answers
RANK
14,325
of 295,448
REPUTATION
3
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
22.22%
VOTES RECEIVED
3
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
Image reconstruction with averaging filters
I am trying to reconstruct images for change detection which contain some vertical line spaces (periodic pattern) / some random ...
7 years ago | 0 answers | 0
0
answersQuestion
Image Reconstruction from primitives
Is there a simple way to decompose a image into primitives which can then be used for reconstruction of the image.Lets say I hav...
7 years ago | 0 answers | 0
0
answersQuestion
Max Common area from Images to add
I have one image which is like a golden image and I have X registration values from lets say 3 more images.(All images are of th...
8 years ago | 0 answers | 0
0
answersQuestion
Intersecting rectangles coordinates (one rectangle can be contained within the other)
I have 2 position vectors[x,y,width,height] representing 2 rectangles.If they are intersecting , what is the easiest method to f...
9 years ago | 2 answers | 0
2
answersQuestion
Find Area of Intersecting rectangles
<</matlabcentral/answers/uploaded_files/26026/overlap.png>> What would be the easiest and most efficient way to compute the i...
9 years ago | 1 answer | 0
1
answerQuestion
loop vectorization for below code
Hi, I was wondering if there is a fast way to vectorize this code. idx_A=1; idx_B=1; idx_C = 1; for idx=1:length(temp) ...
10 years ago | 0 answers | 0
0
answersQuestion
Whether a point lies within a rectangle (Fast solution)
I have a large list of points and a large list of rectangles.I want to find the number of points inside each rectangle.I have a ...
10 years ago | 5 answers | 2
5
answersQuestion
Intersecting Rectangles from Two Matrices
I have two matfiles A and B containg the X,Y width and height of rectangles. Now i want to find out if any of the rectangles in...
10 years ago | 1 answer | 0
1
answerQuestion
Faster way to create Rectangles
I currently have a long 'for loop' over which I want to create rectangles. Is there a faster way i can do the below.The TPT on ...
10 years ago | 2 answers | 1