Feeds
回答済み
How to perform batch image thresholding with variable threshold for each image?
I figured out how to do this based on the second peak in the histogram. It feels kind of hackish and unwieldy, but it works. ...
How to perform batch image thresholding with variable threshold for each image?
I figured out how to do this based on the second peak in the histogram. It feels kind of hackish and unwieldy, but it works. ...
10年弱 前 | 0
| 採用済み
質問
How to perform batch image thresholding with variable threshold for each image?
I have a 3d matrix of grayscale voxels that I am attempting to 'slice' into a stack of 2D images, and then perform image segment...
10年弱 前 | 2 件の回答 | 0
2
回答質問
Reference a 2D 'slice' of a 3D matrix
I have a 3D matrix consisting of a grayscale value in each cell. I'm trying to iterate through different dimensions of the ma...
10年弱 前 | 2 件の回答 | 0
2
回答質問
3D Matrix containing floating point values of intensity (FDK CT data), how to visualize in 3D in MATLAB?
I have a 3D matrix produced by preprocessing a bunch of 2D CT scans and then performing Feldkamp-Davis-Kress on them. I've been...
10年弱 前 | 1 件の回答 | 0
