eboigne / PyTV-4D

Python routines to compute the Total Variation (TV) of 2D, 3D and 4D images on CPU & GPU. Compatible with proximal algorithms (ADMM, Chambolle & Pock, ...)
GNU General Public License v3.0
32 stars 6 forks source link

Only square image is allowed. #3

Closed Helenology closed 7 months ago

Helenology commented 8 months ago

When an image has different numbers of rows and columns, a ValueError is raised.

eboigne commented 8 months ago

That's correct, non-square images are not implemented. See comments about this from previous issues #1, #2

Helenology commented 8 months ago

That's correct, non-square images are not implemented. See comments about this from previous issues #1, #2

Got it. Thanks.