Skip to main content
. 2022 Aug 10;29(8):932–941. doi: 10.1089/cmb.2021.0606
Algorithm 2: 2D-to-3D framework for edge detection
Input: Projections with detected edges {edge(V,θ)|θΘ}, threshold T
Initialization: B=zeros(|Θ|,L,W,H)
Procedure Backward projection
  for each θΘ do
   B(θ)=BP(edge(V,θ))
  end
 Refine B for m iterations;
return tomogram with detected edges E3D=1([θΘB(θ)]>T)