Muhammed Fatih Talu

Results 17 comments of Muhammed Fatih Talu

Dear Matteo, when I try to run the code you posted, I get the error message "RadonRotate function not found". Can you post this function? Good work

I got the error message `TypeError: __init__() got an unexpected keyword argument 'axis' ` at that line: ``` Rops.append(pylops.Sum(dims=(nx-inner, ny-inner), axis=0) * pylops.signalprocessing.Bilinear(XYrot, dims=(nx, ny))) ```

Sorry, i dont know how to do it. I am using local machine.

Dear Matteo, I understand why the matlab result is different. It first applies the bwmorp operator to the input image, then applies the Radon transform. `[R, rho] = radon(bwmorph(bw_seg, 'skel',...

How do you set the "inner" variable based on the input image dimensions? I'm trying to arrive at **theta** and **rho** values using the horizontal and vertical indices of the...

The plot of F(t) runs. But Fd(t) can not run. I see the same error (AssertionError: Only scalar valued functions supported.) using Knet, Plots F(t) = sin.(t) Fd = grad(F)...

Thank you very much Ozan. The answer is true.