
Holmbrero
Statistics
RANK
220.277
of 257.731
REPUTATION
0
CONTRIBUTIONS
12 Questions
2 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 17.762
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 109.967
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
Content Feed
Question
Fitting a model to a displacement field
Hi! I have aquired a displacement field from image analysis and i want to fit a model to the field in order to be able to deri...
etwa ein Jahr ago | 0 answers | 0
0
answersQuestion
How do i binarize these two images to produce an as equal result as possible?
Hi! The two attached images of a porous material are aquired at the same area but as with all aquired images there is a slight...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
What is wrong with this code?
Why is this code not exchanging all negative numbers in Raddidifference and Truedist to NaN? Size1 is just the size of the cell ...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
Approximation of area of an image
Hi! I want to approximate an area with a circle as in the attached image (which is manually drawn). I have three somewhat di...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
Adding values to cells as the indices increase
Hi! I have a n x m cell array and i want to add a multiple of a constant as n and m increases. (1,1) (1,2) (1,3) (2,1) (2...
mehr als ein Jahr ago | 1 answer | 0
1
answerFiltering noise bubble flow
Hi! Try bwareaopen. Apply it on your binary image. https://se.mathworks.com/help/images/ref/bwareaopen.html /Anders
mehr als ein Jahr ago | 0
Question
Extracting certain rows from matrix
Hi! I have a matrix T = 99x3 and another matrix S = 69x2 Column 1 in S contains 69 indices corresponding to certain rows in ...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
Removing certain values from columns in a matrix
Hi! I have a matrix looking something like this: 21 4.51076 21 48.3399 ...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
Find nearest neighbors of a point
Hi! The green points in the figure are my reference points. I want to find the k nearest neighbors of red points to each green...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
Image registration by translation in x and y alone
Hi! Is there a good way of registering images by only considering the x and y translation? The registration does not need to...
mehr als ein Jahr ago | 0 answers | 0
0
answersQuestion
Save data from for loop to a structure
Hi! I have the following code: Size1 = size(ca, 1); Size2 = size(ca, 2); for r = 1 : Size1 for c = 1 : Size2 OpenB...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
Splitting part of image to smaller images
Hi! I want to split a part of an image into smaller regions and perform a function on each of the new regions individually. Se...
mehr als ein Jahr ago | 1 answer | 0
1
answerQuestion
Splitting a vector at sign change
Hi! I have a vector with values > 0 and values < 0 such as for example: K = [1 2 3 4 5 6 7 8 -1 -2 -3 -4 -5 -6 -7 -8 1 2 3 4...
fast 2 Jahre ago | 3 answers | 0