Community Profile

photo

Stefan Lang


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Get coordinates from struct created with bwconncomp
Hello guys I have a binary image as a prediction from a neural network. This image has several regions (vertebras of the spine)...

3 years ago | 1 answer | 0

1

answer

Question


Fit rectangle to binary mask
I have a binary mask prediction imported into matlab from neural network training. It's just a large array filled with zeros, ex...

3 years ago | 1 answer | 0

1

answer

Question


importKerasNetwork returns error assertion failed
Hello there, I created a model in google colab with tensorflow, which i saved as a .h5 file format. When trying to load this mo...

3 years ago | 1 answer | 0

1

answer

Question


Count values on an image inside a rectangle
I have a picture with uint16 grayscale intensities. I want to define 4 points (as corner points of a rectangle) and put this rec...

3 years ago | 1 answer | 0

1

answer

Question


Export data from Matlab to python
I have a logical and a uint16 array, both of the size 5000x2000. How can i get these two into python? E.g. into a numpy array?

3 years ago | 1 answer | 0

1

answer

Question


fit curve with parameter
I have some points, annotated from an xray, along the spine. I need to fit a curve through these points. After that, i want to p...

3 years ago | 1 answer | 0

1

answer

Question


Get more exact x/y values from a curve fit
I have some some point coordinates, that i get from annotation in an image. Let's say these are my x and y values. x = (1:50); ...

3 years ago | 1 answer | 0

1

answer

Question


Show mouse position in another subplot
I have a plot with two subplots, one frontal xray and one sagital xray, both with the same height, taken at the some moment. Hen...

3 years ago | 3 answers | 0

3

answers

Question


Fill area inside 4 connected lines in a plot
I have a figure, similar to a rectangle. It consists of 4 lines. Top and bottom line is just a connection of the two bottom poin...

3 years ago | 1 answer | 0

1

answer

Question


Fit a curve along points through starting and end point
I have some points with each an x and y value. I want to fit a curve somehow along these points, but not necessarily through the...

3 years ago | 2 answers | 0

2

answers