Steffen B. Petersen
Followers: 0 Following: 0
Interested in Family, Astronomy, Nature Professional Interests: Nanotechnology, Image processing, Image synthesis, Medical Imaging, Biophysics
Feeds
已回答
Raw image file conversion in MATLAB
Hi 'Deep P' The raw CR2 files (from Canon are modified TIFF files. imread recognizes the tiff format and is happy reading them....
Raw image file conversion in MATLAB
Hi 'Deep P' The raw CR2 files (from Canon are modified TIFF files. imread recognizes the tiff format and is happy reading them....
5 years 前 | 0
提问
Compression of Canon CR2 raw images in MATLAB ?
I am using my Canon 5D Mark IV to acquire images of star fields. Often in Astro photography the most interesting features have v...
5 years 前 | 1 个回答 | 0
1
个回答已回答
Curve (Line) Fitting in 3D
I read your question such that you have a large number of points in 3D (x,y,z), and you want to fit a line through these points....
Curve (Line) Fitting in 3D
I read your question such that you have a large number of points in 3D (x,y,z), and you want to fit a line through these points....
7 years 前 | 0
已回答
Valley/Ridge tracing in N-D data
Hi Dan I have a simple code for 'Ridge walking' in 2D gray scale images. Maybe this could be extended to ND although it may n...
Valley/Ridge tracing in N-D data
Hi Dan I have a simple code for 'Ridge walking' in 2D gray scale images. Maybe this could be extended to ND although it may n...
7 years 前 | 0
已回答
Get subpixel resolution images of a high resolution image
You may try the standard function imresize - but this may not be as fast as you wish for. Alternatively, you may resample the tw...
Get subpixel resolution images of a high resolution image
You may try the standard function imresize - but this may not be as fast as you wish for. Alternatively, you may resample the tw...
12 years 前 | 0